forked from hamcrest/JavaHamcrest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatchers.xml
More file actions
49 lines (41 loc) · 1.94 KB
/
matchers.xml
File metadata and controls
49 lines (41 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<matchers>
<!-- Core -->
<factory class="org.hamcrest.core.Is"/>
<factory class="org.hamcrest.core.IsNot"/>
<factory class="org.hamcrest.core.IsEqual"/>
<factory class="org.hamcrest.core.IsInstanceOf"/>
<factory class="org.hamcrest.core.AllOf"/>
<factory class="org.hamcrest.core.AnyOf"/>
<factory class="org.hamcrest.core.IsSame"/>
<factory class="org.hamcrest.core.IsAnything"/>
<factory class="org.hamcrest.core.IsNull"/>
<factory class="org.hamcrest.core.DescribedAs"/>
<!-- Collection -->
<factory class="org.hamcrest.collection.IsArray"/>
<factory class="org.hamcrest.collection.IsArrayContaining"/>
<factory class="org.hamcrest.collection.IsArrayOnlyContaining"/>
<factory class="org.hamcrest.collection.IsCollectionContaining"/>
<factory class="org.hamcrest.collection.IsCollectionOnlyContaining"/>
<factory class="org.hamcrest.collection.IsMapContaining"/>
<factory class="org.hamcrest.collection.IsMapContainingKey"/>
<factory class="org.hamcrest.collection.IsMapContainingValue"/>
<factory class="org.hamcrest.collection.IsIn"/>
<!-- Number -->
<factory class="org.hamcrest.number.IsCloseTo"/>
<factory class="org.hamcrest.number.OrderingComparison"/>
<!-- Text -->
<factory class="org.hamcrest.text.IsEqualIgnoringCase"/>
<factory class="org.hamcrest.text.IsEqualIgnoringWhiteSpace"/>
<factory class="org.hamcrest.text.StringContains"/>
<factory class="org.hamcrest.text.StringEndsWith"/>
<factory class="org.hamcrest.text.StringStartsWith"/>
<!-- Object -->
<factory class="org.hamcrest.object.HasToString"/>
<factory class="org.hamcrest.object.IsCompatibleType"/>
<factory class="org.hamcrest.object.IsEventFrom"/>
<!-- Beans -->
<factory class="org.hamcrest.beans.HasProperty"/>
<factory class="org.hamcrest.beans.HasPropertyWithValue"/>
<!-- XML -->
<factory class="org.hamcrest.xml.HasXPath"/>
</matchers>