Kai
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 Run 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 ...