Search code examples
Asserting that a Set contains objects with methods that return given values...

javajunithamcrest

Read More
Hamcrest Matchers contains with List of matchers...

javalistcontainsmatcherhamcrest

Read More
JUnit Hamcrest assertion...

javajunitjunit4hamcrest

Read More
testing the order of a collection...

javaunit-testingjunitjunit4hamcrest

Read More
JSON arrays with duplicate items with Hamcrest and RestAssured...

hamcrestrest-assured

Read More
Dealing arrays with hamcrest and rest assured...

hamcrestrest-assured

Read More
JUnit - Compare Value Objects...

javajunithamcrest

Read More
Any way to use Hamcrest matchers in production code?...

javahamcrest

Read More
error: method addOutcome in class OutcomesTable cannot be applied to given types...

javajbehavehamcrest

Read More
How to notate that the parameter value doesn't matter in a JUnit test?...

javajunittddsemanticshamcrest

Read More
What is the idiomatic Hamcrest pattern to assert that each element of an iterable matches a given ma...

javaidiomshamcrest

Read More
JUnit & hamcrest: could containsInAnyOrder() tell more about the mismatch?...

javaunit-testingjunithamcrest

Read More
Why is assertThat(map1, sameInstance(map2)) not allowed?...

javaunit-testingjunithamcrest

Read More
How to assert that every item in collection is within range...

arraysgroovyjunit4hamcrest

Read More
creating a custom matcher to check exceptions in a list...

unit-testingjunithamcrest

Read More
hamcrest TypeSafeMatcher fails matching of double array...

javaunit-testinghamcrest

Read More
Hamcrest pattern to match a token...

javaregexhamcrest

Read More
Is there a version of JUnit assertThat which uses the Hamcrest 'describeMismatch' functional...

javaunit-testingjunithamcrest

Read More
Hamcrest describeMismatchSafely always printing Object.toString() insted of my implementation...

javajunithamcrest

Read More
Can the output of the "but: was" clause be customised?...

hamcrest

Read More
NoSuchMethodError: org.hamcrest.Matchers.hasXPath when I run tests in eclipse...

eclipsejunit4hamcrest

Read More
Hamcrest IsNot matcher together with a wrapped custom matcher - describeMismatch doesn't work as...

javajunithamcrest

Read More
Is there a type parameter matcher in hamcrest?...

junithamcrest

Read More
How to work with junit ExpectedException?...

javaunit-testingjunit4hamcrestexpected-exception

Read More
Using hamcrest to assert that I get a collection of Objects back and that one of them has a property...

javajunitasserthamcrest

Read More
Hamcrest matcher to compare superclass and subclass...

javajunitmatcherhamcrest

Read More
Filtering items which are contained in sample string...

javahamcrestlambdaj

Read More
How to stub a method when instance of specific object specific fields passed?...

javaunit-testingmatcherhamcrest

Read More
LambdaJ: matching on fields of the same object...

javahamcrestlambdaj

Read More
How to match this table cell using Espresso?...

androidandroid-layoutandroid-testinghamcrestandroid-espresso

Read More
BackNext