public class TestConfig extends Object
| Constructor and Description |
|---|
TestConfig(File jsonFile) |
TestConfig(InputStream jsonFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFullConfig() |
boolean |
getGenerateReports() |
List<String> |
getResultsFileLocations() |
boolean |
getResultsOutputIsCSVFormat() |
int |
hashCode() |
void |
setGenerateReports(boolean generateReports) |
void |
setResultsFileLocations(List<String> resultFileLocations) |
void |
setResultsOutputIsCSVFormat(boolean isCSVFormat) |
void |
writeResultFilesConfigTo(String configLocation) |
public TestConfig(InputStream jsonFile) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic TestConfig(File jsonFile) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic String getFullConfig()
public void writeResultFilesConfigTo(String configLocation) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic void setResultsOutputIsCSVFormat(boolean isCSVFormat)
public boolean getResultsOutputIsCSVFormat()
public void setGenerateReports(boolean generateReports)
public boolean getGenerateReports()
Copyright © 2018–2019. All rights reserved.