For testing, is there a "before each" or "before a...
# multiplatform
d
For testing, is there a "before each" or "before all" annotation?
a
d
Thanks!
j
For "before all", there is a `BeforeClass`in Kotlin/Native. Depending on your platform targets, you may be able to define your own common annotation and typealias it into the respective platform implementations. See my comment here.