Skip to content

Commit ee311fb

Browse files
author
smgfreeman
committed
Added more Matchers to core generation
1 parent 554ef15 commit ee311fb

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

core-matchers.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
<matchers>
22

33
<!-- Core -->
4+
<factory class="org.hamcrest.core.AllOf"/>
5+
<factory class="org.hamcrest.core.AnyOf"/>
6+
<factory class="org.hamcrest.core.CombinableMatcher"/>
7+
<factory class="org.hamcrest.core.DescribedAs"/>
48
<factory class="org.hamcrest.core.Is"/>
9+
<factory class="org.hamcrest.core.IsAnything"/>
510
<factory class="org.hamcrest.core.IsCollectionContaining"/>
6-
<factory class="org.hamcrest.core.IsNot"/>
711
<factory class="org.hamcrest.core.IsEqual"/>
812
<factory class="org.hamcrest.core.IsInstanceOf"/>
9-
<factory class="org.hamcrest.core.AllOf"/>
10-
<factory class="org.hamcrest.core.AnyOf"/>
11-
<factory class="org.hamcrest.core.IsSame"/>
12-
<factory class="org.hamcrest.core.IsAnything"/>
13+
<factory class="org.hamcrest.core.IsNot"/>
1314
<factory class="org.hamcrest.core.IsNull"/>
14-
<factory class="org.hamcrest.core.DescribedAs"/>
15+
<factory class="org.hamcrest.core.IsSame"/>
16+
<factory class="org.hamcrest.core.StringContains"/>
17+
<factory class="org.hamcrest.core.StringStartsWith"/>
18+
<factory class="org.hamcrest.core.StringEndsWith"/>
1519

1620
</matchers>

0 commit comments

Comments
 (0)