public class JkTestSuiteResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
JkTestSuiteResult.JkExceptionDescription
Description of an execption occured during the test suite execution.
|
static class |
JkTestSuiteResult.JkIgnoredCase
A result for a single test case execution in case of ignore.
|
static class |
JkTestSuiteResult.JkTestCaseFailure
A result for a single test case execution in case of failure.
|
static class |
JkTestSuiteResult.JkTestCaseResult
A result for a single test case execution in case of success.
|
Modifier and Type | Method and Description |
---|---|
int |
assertErrorCount()
Returns assertion failed count.
|
long |
getDurationInMillis()
Returns duration of the suite execution.
|
int |
getErrorCount()
Returns error count (without counting assertion failures).
|
int |
getFailureCount()
Returns how many test has failed.
|
int |
getIgnoreCount()
Returns how many test has been ignored.
|
int |
getRunCount()
Returns how many test has been run.
|
java.lang.String |
getSuiteName()
Returns the suite name.
|
java.util.Properties |
getSystemProperties()
Returns the ofSystem properties in use during the test suite execution.
|
java.lang.String |
toString() |
java.util.List<java.lang.String> |
toStrings(boolean showStackTrace)
Returns a multi line string representation of the suite execution result;
|
public int getRunCount()
public int getIgnoreCount()
public int getFailureCount()
public java.lang.String getSuiteName()
public int assertErrorCount()
public int getErrorCount()
public long getDurationInMillis()
public java.util.List<java.lang.String> toStrings(boolean showStackTrace)
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Properties getSystemProperties()