You are here:Home-Tag: junit

How to Create a Project which uses JUnit and Mockito

This video shows how to create a project which uses JUnit and Mockito - Java's number one testing library combination.

By |2020-07-28T08:53:25+00:00July 28th, 2020|Categories: Videos, YouTube|Tags: , , , , , |Comments Off on How to Create a Project which uses JUnit and Mockito

Creating Mocks and Setting up Mockito Unit Tests

Creating Mocks and Setting up Mockito Unit Tests Overview You can create mocks either by using the API or by annotation You set up Mockito based unit tests by either using the Mcokito JUnit runner, including a JUnit 4 rule or by the API Creating Mocks Creating mocks programmatically You can create mocks programmatically by

By |2020-07-13T20:48:34+00:00July 13th, 2020|Categories: Articles, Tutorials|Tags: , , , , |Comments Off on Creating Mocks and Setting up Mockito Unit Tests