Skip to content

goerge/DeviceDriverMockingKata

Repository files navigation

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.

About

Device Driver Mocking Kata

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •