↧
Spring Boot @TestConfiguration Example
Learn to create and import test configurations in spring boot applications with the help of @TestConfiguration annotation. The post Spring Boot @TestConfiguration Example appeared first on HowToDoInJava.
View ArticleGuide to JSONassert (with Examples)
Learn to write test result assertions using the JSONassert with easy-to-understand examples. We can use this tutorial as JSONassert cookbook for quick reference. The post Guide to JSONassert (with...
View ArticleCorrect Way to Assert Two Equal Lists Ignoring Order
Comparing two Java lists with order ignored is a common requirement during JUnit tests where both lists come from different sources. The post Correct Way to Assert Two Equal Lists Ignoring Order...
View Article