forked from hamcrest/JavaHamcrest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore-matchers.xml
22 lines (20 loc) · 927 Bytes
/
core-matchers.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<matchers>
<!-- Core -->
<factory class="org.hamcrest.core.AllOf"/>
<factory class="org.hamcrest.core.AnyOf"/>
<factory class="org.hamcrest.core.CombinableMatcher"/>
<factory class="org.hamcrest.core.DescribedAs"/>
<factory class="org.hamcrest.core.Every"/>
<factory class="org.hamcrest.core.Is"/>
<factory class="org.hamcrest.core.IsAnything"/>
<factory class="org.hamcrest.core.IsCollectionContaining"/>
<factory class="org.hamcrest.core.IsEqual"/>
<factory class="org.hamcrest.core.IsInstanceOf"/>
<factory class="org.hamcrest.core.IsNot"/>
<factory class="org.hamcrest.core.IsNull"/>
<factory class="org.hamcrest.core.IsSame"/>
<factory class="org.hamcrest.core.StringContains"/>
<factory class="org.hamcrest.core.StringStartsWith"/>
<factory class="org.hamcrest.core.StringEndsWith"/>
<factory class="org.hamcrest.core.StringMatching"/>
</matchers>