Codebase list pyhamcrest / debian/2.0.3-1 doc / decorator_matchers.rst
debian/2.0.3-1

Tree @debian/2.0.3-1 (Download .tar.gz)

decorator_matchers.rst @debian/2.0.3-1raw · history · blame

Decorator Matchers
------------------

Matchers that decorate other matchers for better expression.


described_as
^^^^^^^^^^^^

.. automodule:: hamcrest.core.core.described_as
    :exclude-members: described_as
.. autofunction:: described_as(description, matcher[, value1[, ...]])

is\_
^^^^

.. automodule:: hamcrest.core.core.is_