Libraries
Test Frameworks
The test frameworks available for Java are:
Junit (recommended)
Junit integrates quick with Spring, Eclipse and any additional framework or library needed for the tests.
Mocking
Mockito can be used for mocking dependencies.
Last updated
Was this helpful?