znsio / AutomatedTestingWithKotlin

Another small project to experiment with pure Kotlin test automation (away from Android dependencies and expectations).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mockito for a Kotlin Object

This was a tortured journey for me to discover what to do to create an automated test for a Kotlin object. Perhaps it'll help others shortcut and improve on my experience, I hope so.

Sources include:

Some other sources of interest which didn't help directly in my specific instance yet may generally include:

About

Another small project to experiment with pure Kotlin test automation (away from Android dependencies and expectations).

License:MIT License


Languages

Language:Kotlin 87.6%Language:Java 12.4%