erfansn / TestDoubles

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Kotlin 100.0%