| Package | Description |
|---|---|
| com.github.searls.jasmine.config | |
| com.github.searls.jasmine.model | |
| com.github.searls.jasmine.runner |
| Modifier and Type | Method and Description |
|---|---|
List<Reporter> |
ImmutableJasmineConfiguration.getReporters() |
List<Reporter> |
JasmineConfiguration.getReporters() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.addReporters(Reporter... elements)
Adds elements to
reporters list. |
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.addReporters(Reporter element)
Adds one element to
reporters list. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withReporters(Reporter... elements)
Copy the current immutable object with elements that replace the content of
reporters. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.addAllReporters(Iterable<? extends Reporter> elements)
Adds elements to
reporters list. |
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.reporters(Iterable<? extends Reporter> elements)
Sets or replaces all elements for
reporters list. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withReporters(Iterable<? extends Reporter> elements)
Copy the current immutable object with elements that replace the content of
reporters. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemReporter |
| Modifier and Type | Field and Description |
|---|---|
static Reporter |
Reporters.STANDARD_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.