public class ApplicativeTestService extends Object
Constructor and Description |
---|
ApplicativeTestService(Path tnrReportDirectory) |
Modifier and Type | Method and Description |
---|---|
boolean |
inProgress() |
String |
launchCucumberTest(Path featurePath)
launch cucumber test.
|
InputStream |
readReport(String fileName) |
List<Path> |
reports() |
int |
synchronizedTestDirectory(Path featurePath) |
public ApplicativeTestService(Path tnrReportDirectory)
public String launchCucumberTest(Path featurePath)
featurePath
- path to the featurepublic boolean inProgress()
public List<Path> reports() throws IOException
IOException
public InputStream readReport(String fileName) throws IOException
fileName
- name of the report.IOException
- if the report is not found.public int synchronizedTestDirectory(Path featurePath) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2018 Vitam. All rights reserved.