mockito – Mocking Framework

Mockito The Mockito library enables mock creation, verification and stubbing It is spying/stubbing framework Resources http://mockito.org/ Mockito Features and Motivation https://code.google.com/archive/p/mockito/...

JUnit – Unit testing framework for Java

JUnit Unit testing framework for Java package org.junit for JUnit 4 and later JUnit 4 Usage and Idioms Assertions Test Runners Aggregating tests in Suites Test Execution Order Exception Testing Matchers and assertThat Ignoring Tests Timeout for Tests Parameterized...