Kai

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Created

    Run ignored Kotlin Tests

    Answered
    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 ...
    • 2 followers
    • 1 comment
    • 0 votes