public final class JkTestResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
JkTestResult.JkCount |
static class |
JkTestResult.JkFailure |
static class |
JkTestResult.JkTestIdentifier |
Modifier and Type | Method and Description |
---|---|
void |
assertSuccess() |
JkTestResult.JkCount |
getContainerCount() |
java.util.List<JkTestResult.JkFailure> |
getFailures() |
JkTestResult.JkCount |
getTestCount() |
long |
getTimeFinished() |
long |
getTimeStarted() |
static JkTestResult |
of() |
static JkTestResult |
of(long timeStarted,
long timeFinished,
JkTestResult.JkCount containerCount,
JkTestResult.JkCount testCount,
java.util.List<JkTestResult.JkFailure> failures) |
java.lang.String |
toString() |
public static JkTestResult of(long timeStarted, long timeFinished, JkTestResult.JkCount containerCount, JkTestResult.JkCount testCount, java.util.List<JkTestResult.JkFailure> failures)
public static JkTestResult of()
public long getTimeStarted()
public long getTimeFinished()
public JkTestResult.JkCount getContainerCount()
public JkTestResult.JkCount getTestCount()
public java.util.List<JkTestResult.JkFailure> getFailures()
public java.lang.String toString()
toString
in class java.lang.Object
public void assertSuccess()