| Package | Description |
|---|---|
| com.github.searls.jasmine.config | |
| com.github.searls.jasmine.runner |
| Modifier and Type | Method and Description |
|---|---|
SpecRunnerTemplate |
ImmutableJasmineConfiguration.getSpecRunnerTemplate() |
SpecRunnerTemplate |
JasmineConfiguration.getSpecRunnerTemplate() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.specRunnerTemplate(SpecRunnerTemplate specRunnerTemplate)
Initializes the value for the
specRunnerTemplate attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withSpecRunnerTemplate(SpecRunnerTemplate value)
Copy the current immutable object by setting a value for the
specRunnerTemplate attribute. |
| Modifier and Type | Method and Description |
|---|---|
SpecRunnerTemplate |
ImmutableHtmlGeneratorConfiguration.getSpecRunnerTemplate() |
abstract SpecRunnerTemplate |
HtmlGeneratorConfiguration.getSpecRunnerTemplate() |
static SpecRunnerTemplate |
SpecRunnerTemplate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecRunnerTemplate[] |
SpecRunnerTemplate.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.specRunnerTemplate(SpecRunnerTemplate specRunnerTemplate)
Initializes the value for the
specRunnerTemplate attribute. |
ImmutableHtmlGeneratorConfiguration |
ImmutableHtmlGeneratorConfiguration.withSpecRunnerTemplate(SpecRunnerTemplate value)
Copy the current immutable object by setting a value for the
specRunnerTemplate attribute. |
Copyright © 2010–2018 Justin Searls. All rights reserved.