public abstract class TestRunProvider extends Object
TestRuns needed in the
DiffGenerator.| Constructor and Description |
|---|
TestRunProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract TestRun[] |
getTestRuns() |
void |
setConfig(TestConfig config) |
public abstract TestRun[] getTestRuns() throws IOException
TestRuns specified by the config and this
provider.IOException - If there is an error reading the TestRuns.public void setConfig(TestConfig config)
config - The new TestConfig to use.Copyright © 2017. All rights reserved.