public class TestSuite extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestSuite.Builder |
Modifier and Type | Method and Description |
---|---|
void |
addResult(File result) |
ITestResult.Status |
execute(IProgressListener listener) |
File |
getOutput() |
IQueryContext |
getQueryContext() |
List<File> |
getResults() |
Spec |
spec() |
public ITestResult.Status execute(IProgressListener listener) throws IOException, SnapshotException
IOException
SnapshotException
public Spec spec()
public IQueryContext getQueryContext()
public File getOutput()
public void addResult(File result)