public static class JUnitTestRunnerListener.ResultState
| Constructor and Description |
|---|
ResultState(io.kotlintest.TestCase testCase,
io.kotlintest.TestResult result) |
| Modifier and Type | Method and Description |
|---|---|
io.kotlintest.TestCase |
component1() |
io.kotlintest.TestResult |
component2() |
JUnitTestRunnerListener.ResultState |
copy(io.kotlintest.TestCase testCase,
io.kotlintest.TestResult result) |
boolean |
equals(java.lang.Object p) |
io.kotlintest.TestResult |
getResult() |
io.kotlintest.TestCase |
getTestCase() |
int |
hashCode() |
java.lang.String |
toString() |
public ResultState(io.kotlintest.TestCase testCase,
io.kotlintest.TestResult result)
public io.kotlintest.TestCase getTestCase()
public io.kotlintest.TestResult getResult()
public io.kotlintest.TestCase component1()
public io.kotlintest.TestResult component2()
public JUnitTestRunnerListener.ResultState copy(io.kotlintest.TestCase testCase, io.kotlintest.TestResult result)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)