| Package | Description |
|---|---|
| com.github.searls.jasmine.config | |
| com.github.searls.jasmine.model | |
| com.github.searls.jasmine.runner |
| Modifier and Type | Method and Description |
|---|---|
List<FileSystemReporter> |
ImmutableJasmineConfiguration.getFileSystemReporters() |
List<FileSystemReporter> |
JasmineConfiguration.getFileSystemReporters() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.addFileSystemReporters(FileSystemReporter... elements)
Adds elements to
fileSystemReporters list. |
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.addFileSystemReporters(FileSystemReporter element)
Adds one element to
fileSystemReporters list. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withFileSystemReporters(FileSystemReporter... elements)
Copy the current immutable object with elements that replace the content of
fileSystemReporters. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.addAllFileSystemReporters(Iterable<? extends FileSystemReporter> elements)
Adds elements to
fileSystemReporters list. |
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.fileSystemReporters(Iterable<? extends FileSystemReporter> elements)
Sets or replaces all elements for
fileSystemReporters list. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withFileSystemReporters(Iterable<? extends FileSystemReporter> elements)
Copy the current immutable object with elements that replace the content of
fileSystemReporters. |
| Modifier and Type | Field and Description |
|---|---|
static FileSystemReporter |
Reporters.JUNIT_REPORTER |
| Modifier and Type | Method and Description |
|---|---|
JasmineResult |
SpecRunnerExecutor.execute(URL runnerUrl,
org.openqa.selenium.WebDriver driver,
int timeout,
boolean debug,
String format,
List<Reporter> reporters,
List<FileSystemReporter> fileSystemReporters) |
Copyright © 2010–2018 Justin Searls. All rights reserved.