1Object Matchers
2---------------
3
4Matchers that inspect objects.
5
6
7equal_to
8^^^^^^^^
9
10.. automodule:: hamcrest.core.core.isequal
11
12has_length
13^^^^^^^^^^
14
15.. automodule:: hamcrest.library.object.haslength
16
17has_string
18^^^^^^^^^^
19
20.. automodule:: hamcrest.library.object.hasstring
21
22has_properties/has_property
23^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
25.. automodule:: hamcrest.library.object.hasproperty
26
27instance_of
28^^^^^^^^^^^
29
30.. automodule:: hamcrest.core.core.isinstanceof
31
32none, not_none
33^^^^^^^^^^^^^^
34
35.. automodule:: hamcrest.core.core.isnone
36
37same_instance
38^^^^^^^^^^^^^
39
40.. automodule:: hamcrest.core.core.issame
41
42calling, raises
43^^^^^^^^^^^^^^^
44
45.. automodule:: hamcrest.core.core.raises
46