Package com.github.searls.jasmine.runner
Class SpecRunnerExecutor
- java.lang.Object
-
- com.github.searls.jasmine.runner.SpecRunnerExecutor
-
@Named public class SpecRunnerExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description SpecRunnerExecutor(IoUtilities ioUtilities, com.github.searls.jasmine.runner.WebDriverWaiter webDriverWaiter, com.github.searls.jasmine.runner.ConsoleErrorChecker consoleErrorChecker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JasmineResultexecute(URL runnerUrl, org.openqa.selenium.WebDriver driver, int timeout, boolean debug, String format, List<Reporter> reporters, List<FileSystemReporter> fileSystemReporters)
-
-
-
Constructor Detail
-
SpecRunnerExecutor
@Inject public SpecRunnerExecutor(IoUtilities ioUtilities, com.github.searls.jasmine.runner.WebDriverWaiter webDriverWaiter, com.github.searls.jasmine.runner.ConsoleErrorChecker consoleErrorChecker)
-
-
Method Detail
-
execute
public JasmineResult execute(URL runnerUrl, org.openqa.selenium.WebDriver driver, int timeout, boolean debug, String format, List<Reporter> reporters, List<FileSystemReporter> fileSystemReporters)
-
-