Join Slack
Communities
Powered by
So far I end up with the following class SimpleTe...
# announcements
j
jtonic
08/18/2017, 10:14 PM
So far I end up with the following class SimpleTest { lateinit var nr: java.lang.Integer @Before fun setUp() {
this.nr
= Integer(30) } @Test fun test() { negate(this.nr.toInt()) } fun negate(i: Int) = -i }
Open in Slack
Previous
Next