Uses of Class
net.thucydides.core.reports.adaptors.xunit.model.TestCase
| Package | Description |
|---|---|
| net.thucydides.core.reports.adaptors.xunit.model |
-
Uses of TestCase in net.thucydides.core.reports.adaptors.xunit.model
Methods in net.thucydides.core.reports.adaptors.xunit.model that return TestCase Modifier and Type Method Description TestCaseTestCase. andClassname(java.lang.String classname)TestCaseTestCase. andTime(double time)TestCaseTestCase. wasSkipped(java.lang.String message)TestCaseTestCase. withError(TestException error)TestCaseTestCase. withFailure(TestException failure)static TestCaseTestCase. withName(java.lang.String name)Methods in net.thucydides.core.reports.adaptors.xunit.model that return types with arguments of type TestCase Modifier and Type Method Description java.util.List<TestCase>TestSuite. getTestCases()Method parameters in net.thucydides.core.reports.adaptors.xunit.model with type arguments of type TestCase Modifier and Type Method Description TestSuiteTestSuite. withTestCases(java.util.List<TestCase> newTestCases)