How do you guys handle that nullable type? In JUni...
# spek
s
How do you guys handle that nullable type? In JUnit i'd use
lateinit
because I'd rather have a fail than false-positives. But
lateinit
doesn't work here, since the
beforeEach
is a callback and thus the compiler doesn't understand.