| Package | Description |
|---|---|
| com.github.searls.jasmine.config |
| Modifier and Type | Method and Description |
|---|---|
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.Builder.build()
Builds a new
ImmutableJasmineConfiguration. |
static ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.copyOf(JasmineConfiguration instance)
Creates an immutable copy of a
JasmineConfiguration value. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withAutoRefreshInterval(int value)
Copy the current immutable object by setting a value for the
autoRefreshInterval attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withBasedir(File value)
Copy the current immutable object by setting a value for the
basedir attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withContexts(Context... elements)
Copy the current immutable object with elements that replace the content of
contexts. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withContexts(Iterable<? extends Context> elements)
Copy the current immutable object with elements that replace the content of
contexts. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withCustomRunnerConfiguration(File value)
Copy the current immutable object by setting a present value for the optional
customRunnerConfiguration attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withCustomRunnerConfiguration(Optional<? extends File> optional)
Copy the current immutable object by setting an optional value for the
customRunnerConfiguration attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withCustomRunnerTemplate(File value)
Copy the current immutable object by setting a present value for the optional
customRunnerTemplate attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withCustomRunnerTemplate(Optional<? extends File> optional)
Copy the current immutable object by setting an optional value for the
customRunnerTemplate attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withFileSystemReporters(FileSystemReporter... elements)
Copy the current immutable object with elements that replace the content of
fileSystemReporters. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withFileSystemReporters(Iterable<? extends FileSystemReporter> elements)
Copy the current immutable object with elements that replace the content of
fileSystemReporters. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withJasmineTargetDir(File value)
Copy the current immutable object by setting a value for the
jasmineTargetDir attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withPreloadSources(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
preloadSources. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withPreloadSources(String... elements)
Copy the current immutable object with elements that replace the content of
preloadSources. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withProjectClassLoader(ClassLoader value)
Copy the current immutable object by setting a value for the
projectClassLoader attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withReporters(Iterable<? extends Reporter> elements)
Copy the current immutable object with elements that replace the content of
reporters. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withReporters(Reporter... elements)
Copy the current immutable object with elements that replace the content of
reporters. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withReporterType(ReporterType value)
Copy the current immutable object by setting a value for the
reporterType attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withSourceEncoding(String value)
Copy the current immutable object by setting a value for the
sourceEncoding attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withSources(ScriptSearch value)
Copy the current immutable object by setting a value for the
sources attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withSpecDirectoryName(String value)
Copy the current immutable object by setting a value for the
specDirectoryName attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withSpecRunnerHtmlFileName(String value)
Copy the current immutable object by setting a value for the
specRunnerHtmlFileName attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withSpecRunnerTemplate(SpecRunnerTemplate value)
Copy the current immutable object by setting a value for the
specRunnerTemplate attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withSpecs(ScriptSearch value)
Copy the current immutable object by setting a value for the
specs attribute. |
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withSrcDirectoryName(String value)
Copy the current immutable object by setting a value for the
srcDirectoryName attribute. |
Copyright © 2010–2018 Justin Searls. All rights reserved.