Skip to content

MozaicWorks/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 26.8%
  • PHP 15.5%
  • Java 14.3%
  • C 14.2%
  • JavaScript 13.5%
  • Go 10.1%
  • Other 5.6%