public class SpringListener
| Modifier and Type | Field and Description |
|---|---|
static SpringListener |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSpec(io.kotlintest.Spec spec) |
void |
afterTest(io.kotlintest.TestCase testCase,
io.kotlintest.TestResult result) |
void |
beforeSpec(io.kotlintest.Spec spec) |
void |
beforeSpecClass(io.kotlintest.Spec spec,
java.util.List<io.kotlintest.extensions.TopLevelTest> tests) |
void |
beforeTest(io.kotlintest.TestCase testCase) |
public static SpringListener INSTANCE
public void beforeSpecClass(io.kotlintest.Spec spec,
java.util.List<io.kotlintest.extensions.TopLevelTest> tests)
public void beforeSpec(io.kotlintest.Spec spec)
public void beforeTest(io.kotlintest.TestCase testCase)
public void afterTest(io.kotlintest.TestCase testCase,
io.kotlintest.TestResult result)
public void afterSpec(io.kotlintest.Spec spec)