by Manvir | Mar 8, 2016 | Testing
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/...
by Manvir | Feb 2, 2016 | Testing
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...