public static class JkTestSuiteResult.JkIgnoredCase extends JkTestSuiteResult.JkTestCaseResult implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
static JkTestSuiteResult.JkIgnoredCase |
of(java.lang.String className,
java.lang.String testName)
Constructs an ignored test case result.
|
getClassName, getDurationInSecond, getTestName, of
public static JkTestSuiteResult.JkIgnoredCase of(java.lang.String className, java.lang.String testName)