Hello Kotliners! I'm trying to setup a JUnit 5 suite, but I'm getting this beauty:
org.junit.platform.commons.JUnitException: @BeforeAll method 'public final void io.domain.actor.SupervisorTest.setup()' must be static unless the test class is annotated with @TestInstance(Lifecycle.PER_CLASS).