/TestDoubles

Test doubles (Dummy, Stub, Fake, Mock, Spy) with Kotlin

Primary LanguageKotlin

TestDoubles

Testing with test doubles is easier than without it because we want them to be FIRST.

This project covered Dummy, Stub, Fake, Mock and Spy test doubles with clear examples.