Uses of Class
net.thucydides.core.reports.adaptors.xunit.model.TestException
| Package | Description |
|---|---|
| net.thucydides.core.reports.adaptors.xunit.model |
-
Uses of TestException in net.thucydides.core.reports.adaptors.xunit.model
Methods in net.thucydides.core.reports.adaptors.xunit.model that return types with arguments of type TestException Modifier and Type Method Description java.util.Optional<TestException>TestCase. getError()java.util.Optional<TestException>TestCase. getFailure()Methods in net.thucydides.core.reports.adaptors.xunit.model with parameters of type TestException Modifier and Type Method Description TestCaseTestCase. withError(TestException error)TestCaseTestCase. withFailure(TestException failure)