public class TestOutcomeLoader extends Object
| Constructor and Description |
|---|
TestOutcomeLoader() |
TestOutcomeLoader(EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
AcceptanceTestLoader |
getOutcomeReporter() |
List<TestOutcome> |
loadFrom(File reportDirectory)
Load the test outcomes from a given directory.
|
static TestOutcomes |
testOutcomesIn(File reportsDirectory) |
public TestOutcomeLoader()
@Inject public TestOutcomeLoader(EnvironmentVariables environmentVariables)
public List<TestOutcome> loadFrom(File reportDirectory) throws IOException
reportDirectory - An existing directory that contains the test outcomes in XML or JSON format.IOException - Thrown if the specified directory was invalid.public static TestOutcomes testOutcomesIn(File reportsDirectory) throws IOException
IOExceptionpublic AcceptanceTestLoader getOutcomeReporter()
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.