Matching libraries

Report a typo

There is a list of libraries that are often used for testing Spring Boot applications. You need to match the libraries with their descriptions.

Match the items from left and right columns
JUnit
Mockito
AssertJ
Hamcrest
provides a comprehensive foundation for developer-side testing on JVM
allows replacing dependencies with imitating objects in order to simplify testing
enables writing fluent assertions in tests using a rich human-readable API
assists writing tests by adding declarative matchers
___

Create a free account to access the full topic