Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hamcrest

Want a JUnitMatchers AssertThat to test string contains 3 or more sub strings (currently using assertThat ... both ... and ....)

java junit hamcrest

Android - espresso - clicking on a listview entry based on custom objects

Using hamcrest to match Map contains entries of different types

How to assert Map contains Map with entry

java junit hamcrest

Junit Matcher for comparators?

java junit hamcrest matcher

Generics Hell - How do I pass a joda.DateTime to Hamcrest Matcher.greaterThan?

Is there a way to do deep comparison on a nested property with Hamcrest

java unit-testing hamcrest

Spring MockMvc: match a collection of JSON objects in any order

How to verify that array contains object with rest assured?

How to check for size AND presence of some items in collections in hamcrest

java junit hamcrest

hamcrest: how to match array is subset of another array?

java junit hamcrest

Hamcrest with MockMvc: check that key exists but value may be null

java hamcrest jsonpath mockmvc

Generics hell: hamcrest matcher as a method parameter

java generics hamcrest

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

java junit matcher hamcrest

Hamcrest matcher for checking return value of method in collection

java hamcrest

How do I compare doubles using JUnit and Hamcrest?

java junit hamcrest

Testing content of list ignoring some of the fields

Java 8 - retry a method until a condition is fulfilled (in intervals)

java java-8 hamcrest

Is there any Hamcrest Matcher for java.util.Optional?

Test that either one thing holds or another in AssertJ

hamcrest assertj