Automation Rhapsody
Posts with tag: Mockito
Data driven testing with JUnit and Gradle
How to do data-driven testing with JUnit and Gradle.
Jan 9, 2017
Mock static methods in JUnit with PowerMock example
Examples how to mock static methods in JUnit tests with PowerMock.
Oct 31, 2016
Data driven testing with JUnit parameterized tests
How to do data-driven testing with JUnit parameterized tests.
Oct 28, 2016
Assert Mockito mock method arguments if no equals() method implemented
How to assert mock method is called with the specific object as an argument in case no equals() method is implemented on argument object.
Jun 15, 2016
Mock JUnit tests with Mockito example
Why mocking is needed in unit testing and how to do it with Mockito.
Jun 14, 2016