public class DefaultXUnitAdaptor extends FilebasedOutcomeAdaptor
| Constructor and Description |
|---|
DefaultXUnitAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TestOutcome> |
loadOutcomesFrom(java.io.File source) |
java.util.List<TestOutcome> |
testOutcomesIn(java.io.File xunitFile) |
loadOutcomespublic java.util.List<TestOutcome> loadOutcomesFrom(java.io.File source) throws java.io.IOException
java.io.IOExceptionpublic java.util.List<TestOutcome> testOutcomesIn(java.io.File xunitFile) throws java.io.IOException
java.io.IOException