Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 794 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 794 Bytes

Device Driver Mocking Kata

This kata is an implementation of the Device Driver Kata by Emily Bache. In difference to Emily's kata this kata already contains the production code and focuses solely on getting the existing code under test using test doubles usually called "mocks".

The Java production code is based on Héctor Hugo Barriuso Matas solution.

Creating Unit Tests

Create unit tests for all functions of the DeviceDriver class. Make sure it is tested in isolation.

Check your Coverage

To measure your progress you should use code coverage tools.