Search code examples
Is there any Hamcrest Matcher for java.util.Optional?...


javaunit-testingoption-typematcherhamcrest

Read More
How to validate either value or another value in every array items in body?...


javarest-assuredhamcrest

Read More
Hamcrest: dump current type and value...


junithamcrest

Read More
How to validate correct values of elements inside arrays with Rest assured...


javatestinghamcrestrest-assured

Read More
Where is the declaration of JUnit Matcher#startsWith?...


javajunithamcrest

Read More
mockito better expected exception test using spy...


javamockitojunit4hamcrestspy

Read More
Different response for same API method...


rest-assuredhamcrest

Read More
How to compare two lists of double in JUnit...


javajunithamcrest

Read More
Getting NoSuchMethodError: org.hamcrest.core.StringContains.containsStringIgnoringCase...


javamavenpom.xmljunit5hamcrest

Read More
Checking if each object in JSON response contains a phrase in the particular field...


javajsonjunitjsonpathhamcrest

Read More
Best Way to Assert That Each String in a Collection Contains a Substring?...


javajunithamcrest

Read More
Hamcrest: Unclear exception message?...


javajunithamcrest

Read More
How do I use Hamcrest with JUnit 5 when JUnit 5 doesn't have an assertThat() function?...


javajunit5hamcrestassertthat

Read More
How to migrate sqlite-jdbc project to java-11; the unnamed module reads package org.hamcrest from bo...


javamavenjunitjava-9hamcrest

Read More
How to use an Or with a JUnit assume...


javajunitjunit4hamcrest

Read More
How to assert that a list has at least n items which are greater than x (with hamcrest in junit)...


javajunithamcrest

Read More
Hamcrest's closeTo is not available to use...


javaspringeclipsegradlehamcrest

Read More
How to mock persisting and Entity with Mockito and jUnit...


javajunitmockitohamcrest

Read More
org.hamcrest isNotNullValue(): which to import when multiple dependencies coexist...


spring-bootdependency-managementhamcrest

Read More
Hamcrest isEqualIgnoringWhitespace does not Ignore whitespace...


javaunit-testingwhitespacematcherhamcrest

Read More
Hamcrest assertion of boolean fields with an "is" prefix getter method...


javajunithamcrest

Read More
Is there a Hamcrest matcher to check that a Collection is neither empty nor null?...


javajunitmatcherhamcrest

Read More
Can't get context in Hamcrest Matcher...


androidandroid-espressohamcrest

Read More
Hamcrest - Matchers.hasProperty: how to check if a List of objects contains an object with a concret...


junitmatcherhamcrest

Read More
Hamcrest matcher for a String, where the String contains some random values...


javajmockmatcherhamcrest

Read More
How to assert a mocked object in a list...


javajunitmockingmockitohamcrest

Read More
how to use mockito and junit to test my spring boot rest api?...


spring-bootjunitmockitohamcrest

Read More
JUnit - java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing...


junitjunit4hamcrest

Read More
Using Mockito, how do I check for a key-value pair of a map within when clause...


javajunitmockitohamcrest

Read More
Hamcrest: test list contains an item that has a private field with a certain value...


javaunit-testingjunithamcrest

Read More
BackNext