Object Matchers
---------------

Matchers that inspect objects.


equal_to
^^^^^^^^

.. automodule:: hamcrest.core.core.isequal

has_length
^^^^^^^^^^

.. automodule:: hamcrest.library.object.haslength

has_string
^^^^^^^^^^

.. automodule:: hamcrest.library.object.hasstring

has_properties/has_property
^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. automodule:: hamcrest.library.object.hasproperty

instance_of
^^^^^^^^^^^

.. automodule:: hamcrest.core.core.isinstanceof

none, not_none
^^^^^^^^^^^^^^

.. automodule:: hamcrest.core.core.isnone

same_instance
^^^^^^^^^^^^^

.. automodule:: hamcrest.core.core.issame

calling, raises
^^^^^^^^^^^^^^^

.. automodule:: hamcrest.core.core.raises
