| Package | Description |
|---|---|
| net.thucydides.core.reports.adaptors.xunit.model |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestCase.andClassname(String classname) |
TestCase |
TestCase.andTime(double time) |
TestCase |
TestCase.wasSkipped(String message) |
TestCase |
TestCase.withError(TestException error) |
TestCase |
TestCase.withFailure(TestException failure) |
static TestCase |
TestCase.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<TestCase> |
TestSuite.getTestCases() |
| Modifier and Type | Method and Description |
|---|---|
TestSuite |
TestSuite.withTestCases(List<TestCase> newTestCases) |
Copyright © 2022. All rights reserved.