https://kotlinlang.org logo
c

christophsturm

12/17/2018, 10:52 PM
thats much better
n

natpryce

01/08/2019, 3:16 PM
I’ve pushed an experimental API to master, if you want to try it and give some feedback.
Copy code
randomTest("the test") { random ->
    assertThat(random.nextDouble(), greaterThan(0.5))
}
3 Views