File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments