| Package | Description |
|---|---|
| com.github.searls.jasmine.config | |
| com.github.searls.jasmine.runner |
| Modifier and Type | Method and Description |
|---|---|
ReporterType |
ImmutableJasmineConfiguration.getReporterType() |
ReporterType |
JasmineConfiguration.getReporterType() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.reporterType(ReporterType reporterType)
Initializes the value for the
reporterType attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withReporterType(ReporterType value)
Copy the current immutable object by setting a value for the
reporterType attribute. |
| Modifier and Type | Method and Description |
|---|---|
ReporterType |
ImmutableHtmlGeneratorConfiguration.getReporterType() |
abstract ReporterType |
HtmlGeneratorConfiguration.getReporterType() |
static ReporterType |
ReporterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReporterType[] |
ReporterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableHtmlGeneratorConfiguration.Builder |
ImmutableHtmlGeneratorConfiguration.Builder.reporterType(ReporterType reporterType)
Initializes the value for the
reporterType attribute. |
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.withReporterType(ReporterType value)
Copy the current immutable object by setting a value for the
reporterType attribute. |
Copyright © 2010–2018 Justin Searls. All rights reserved.