Skip to content

Unit Testing Coding Katas to practice before/after my Unit Testing training

Notifications You must be signed in to change notification settings

victorrentea/unit-testing-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unit Testing Katas

This project contains a series of coding exercises to work out your unit testing skills and practice the features of Mockito.

The exercises:

  1. Calculator - unit-testing logic, no mocks
  2. Trip Service - mocks
  3. Diagnostic - mocks
  4. Nuclear Service - heavy mocks

To learn Mockito features by example, please check the MockitoShowcaseTest class.

For extra difficulty, try to run mvn test and then look in /target/pit-reports/index.html for a report on how well you tested the target code.

About

Unit Testing Coding Katas to practice before/after my Unit Testing training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages