Uses of Class
com.chutneytesting.execution.api.report.surefire.Testsuite.Testcase.Failure
-
Packages that use Testsuite.Testcase.Failure Package Description com.chutneytesting.execution.api.report.surefire -
-
Uses of Testsuite.Testcase.Failure in com.chutneytesting.execution.api.report.surefire
Fields in com.chutneytesting.execution.api.report.surefire with type parameters of type Testsuite.Testcase.Failure Modifier and Type Field Description protected List<Testsuite.Testcase.Failure>Testsuite.Testcase. failureMethods in com.chutneytesting.execution.api.report.surefire that return Testsuite.Testcase.Failure Modifier and Type Method Description Testsuite.Testcase.FailureObjectFactory. createTestsuiteTestcaseFailure()Create an instance ofTestsuite.Testcase.FailureMethods in com.chutneytesting.execution.api.report.surefire that return types with arguments of type Testsuite.Testcase.Failure Modifier and Type Method Description List<Testsuite.Testcase.Failure>Testsuite.Testcase. getFailure()Gets the value of the failure property.
-