Uses of Class
com.chutneytesting.execution.api.report.surefire.Testsuite.Testcase
-
Packages that use Testsuite.Testcase Package Description com.chutneytesting.execution.api.report.surefire -
-
Uses of Testsuite.Testcase in com.chutneytesting.execution.api.report.surefire
Fields in com.chutneytesting.execution.api.report.surefire with type parameters of type Testsuite.Testcase Modifier and Type Field Description protected List<Testsuite.Testcase>Testsuite. testcaseMethods in com.chutneytesting.execution.api.report.surefire that return Testsuite.Testcase Modifier and Type Method Description Testsuite.TestcaseObjectFactory. createTestsuiteTestcase()Create an instance ofTestsuite.TestcaseMethods in com.chutneytesting.execution.api.report.surefire that return types with arguments of type Testsuite.Testcase Modifier and Type Method Description List<Testsuite.Testcase>Testsuite. getTestcase()Gets the value of the testcase property.
-