Kai
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Kai created a post, AnsweredRun ignored Kotlin Tests
As I struggled with resolution of dependencies by putting main methods in test classes I came to the following;@Ignore class IgnoreTest { @Test fun test() { assert(true) } }In ... -