| Package | Description |
|---|---|
| com.github.searls.jasmine.config |
| Modifier and Type | Method and Description |
|---|---|
List<Context> |
ImmutableJasmineConfiguration.getContexts() |
abstract List<Context> |
JasmineConfiguration.getContexts() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.addContexts(Context... elements)
Adds elements to
contexts list. |
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.addContexts(Context element)
Adds one element to
contexts list. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withContexts(Context... elements)
Copy the current immutable object with elements that replace the content of
contexts. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.addAllContexts(Iterable<? extends Context> elements)
Adds elements to
contexts list. |
ImmutableJasmineConfiguration.Builder |
ImmutableJasmineConfiguration.Builder.contexts(Iterable<? extends Context> elements)
Sets or replaces all elements for
contexts list. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withContexts(Iterable<? extends Context> elements)
Copy the current immutable object with elements that replace the content of
contexts. |
Copyright © 2010–2018 Justin Searls. All rights reserved.