public static class JkTestSuiteResult.JkTestCaseResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Returns the class name which the test belong to.
|
float |
getDurationInSecond()
Returns duration of the suite execution.
|
java.lang.String |
getTestName()
Returns the test name (generally the method value);
|
static JkTestSuiteResult.JkTestCaseResult |
of(java.lang.String className,
java.lang.String testName,
float durationSec)
Constructs a test case result.
|
public static JkTestSuiteResult.JkTestCaseResult of(java.lang.String className, java.lang.String testName, float durationSec)
public java.lang.String getClassName()
public java.lang.String getTestName()
public float getDurationInSecond()