Search code examples
Java 8 - retry a method until a condition is fulfilled (in intervals)...


javajava-8hamcrest

Read More
Mockito's Matcher vs Hamcrest Matcher?...


javamockitohamcrest

Read More
Multiple correct results with Hamcrest (is there an or-matcher?)...


javajunithamcrestmatcher

Read More
JUnit5: How to assert several properties of an object with a single assert call?...


javajunitjunit5hamcrestassertj

Read More
Pytest fails when using pyhamcrest raises...


python-3.xpytestpython-unittesthamcrestpyhamcrest

Read More
Using Mockito's argThat() matcher causes "method ambiguous for the type" error...


javaunit-testingjunitmockitohamcrest

Read More
Want a JUnitMatchers AssertThat to test string contains 3 or more sub strings (currently using asser...


javajunithamcrest

Read More
Using Spring's MockMvc framework, how do I test the size of a model attribute that is a java.uti...


springdictionaryjunithamcrestmockmvc

Read More
How to test enum types?...


javaunit-testingenumshamcrest

Read More
I need Matcher<String> containsString(Matcher<String> matcher), am I doing something wro...


javahamcrest

Read More
How to compare members of a list of complex objects with Hamcrest?...


javajunitassertmatcherhamcrest

Read More
Hamcrest matcher for list of complex objects with each containing a list of complex objects...


javajunithamcrest

Read More
Order of argument in both Junit and Hamcrest...


javaunit-testingtestingjunithamcrest

Read More
How to assert attributes value using sibling attribute value in hamcrest matcher...


javarestautomated-testsrest-assuredhamcrest

Read More
How to assert that json property is greater than 0 using jsonpath and hamcrest?...


javaspringhamcrest

Read More
Using REST assured with Java Hamcrest to check if Array contains item with multiple key value pairs ...


javarest-assuredhamcrestrest-assured-jsonpath

Read More
Mockito and Hamcrest: how to verify invocation of Collection argument?...


javagenericsmockitohamcrest

Read More
Is there any opportunity to add an assertion message in Rest Assured method?...


javarest-assuredhamcrest

Read More
Hamcrest Matchers.equalTo reports false on Gstring to String Comparison...


groovyspockhamcrest

Read More
Using hamcrest to match Map contains entries of different types...


javaunit-testingjunithamcrest

Read More
Why am I getting the error "java.lang.NoSuchMethodError: 'org.hamcrest.Matcher" while ...


javarestrest-assuredhamcrestrest-assured-jsonpath

Read More
Cannot resolve method 'assertThat(int)'...


javaandroidtestingjunithamcrest

Read More
How to use (primitive) autoboxing/widening with Hamcrest?...


javaautoboxinghamcrest

Read More
Match List of objects against list of properties...


javajunitmatcherhamcrest

Read More
What is the alternative to using the Deprecated Hamcrest method is()?...


javaunit-testinghamcrest

Read More
Test json result with hamcrest, order agnostic...


javarest-assuredhamcrest

Read More
Assert expected exception with specific criteria in custom fields...


javajunitjunit4hamcrest

Read More
hamcrest hasItem and hasProperty, assert if a object with property value exists...


javaunit-testinghamcrest

Read More
How to assert Map contains Map with entry...


javajunithamcrest

Read More
How to assert that Set has item with exact property with hamcrest...


javamockingmockitoasserthamcrest

Read More
BackNext