thats much better
# minutest
c
thats much better
n
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))
}