public class TeamCityConsoleWriter implements ConsoleWriter
| Constructor and Description |
|---|
TeamCityConsoleWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSpecClass(kotlin.reflect.KClass<? extends io.kotlintest.Spec> klass,
java.lang.Throwable t) |
void |
afterTestCaseExecution(io.kotlintest.TestCase testCase,
io.kotlintest.TestResult result) |
void |
beforeSpecClass(kotlin.reflect.KClass<? extends io.kotlintest.Spec> klass) |
void |
beforeTestCaseExecution(io.kotlintest.TestCase testCase) |
void |
exitTestCase(io.kotlintest.TestCase testCase,
io.kotlintest.TestResult result) |
boolean |
hasErrors() |
hasErrorspublic boolean hasErrors()
public void beforeSpecClass(kotlin.reflect.KClass<? extends io.kotlintest.Spec> klass)
public void afterSpecClass(kotlin.reflect.KClass<? extends io.kotlintest.Spec> klass,
java.lang.Throwable t)
public void beforeTestCaseExecution(io.kotlintest.TestCase testCase)
public void afterTestCaseExecution(io.kotlintest.TestCase testCase,
io.kotlintest.TestResult result)
public void exitTestCase(io.kotlintest.TestCase testCase,
io.kotlintest.TestResult result)