dmcg
10/20/2018, 10:12 PMobject FirstMinutests : JupiterTests<Fixture>() {
class Fixture { ... }
override val tests = context {
test("my first test") {
which keeps the annotation scariness hidden for both cases at the expense of another level of indentation.robfletcher
10/21/2018, 1:06 AM