public class FileTestRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
protected jscover.util.IoUtils |
ioUtils |
protected boolean |
reportCoberturaXML |
protected boolean |
reportLCOV |
protected org.openqa.selenium.WebDriver |
webClient |
protected WebDriverRunner |
webDriverRunner |
| Constructor and Description |
|---|
FileTestRunner(org.openqa.selenium.WebDriver webClient,
WebDriverRunner webDriverRunner,
jscover.filesystem.ConfigurationForFS config,
int lineCoverageMinimum,
int branchCoverageMinimum,
int functionCoverageMinimum,
boolean reportLCOV,
boolean reportCoberturaXML) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
generateOtherReportFormats(File arg0) |
void |
runTestInFrames(String testPage) |
void |
runTestLocalStorage(String testPage) |
void |
runTests(List<File> testPages) |
protected void |
verifyTotal() |
protected final org.openqa.selenium.WebDriver webClient
protected final WebDriverRunner webDriverRunner
protected final boolean reportLCOV
protected final boolean reportCoberturaXML
protected jscover.util.IoUtils ioUtils
public FileTestRunner(org.openqa.selenium.WebDriver webClient,
WebDriverRunner webDriverRunner,
jscover.filesystem.ConfigurationForFS config,
int lineCoverageMinimum,
int branchCoverageMinimum,
int functionCoverageMinimum,
boolean reportLCOV,
boolean reportCoberturaXML)
public void runTests(List<File> testPages) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionpublic void runTestLocalStorage(String testPage) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionpublic void runTestInFrames(String testPage) throws org.apache.maven.plugin.MojoFailureException, org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionorg.apache.maven.plugin.MojoExecutionExceptionprotected void generateOtherReportFormats(File arg0)
protected void verifyTotal()
throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionCopyright © 2018. All rights reserved.