ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.Builder.build() |
|
static ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.copyOf(JasmineConfiguration instance) |
|
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withAutoRefreshInterval(int value) |
|
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) |
|
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withCustomRunnerConfiguration(Optional<? extends File> optional) |
|
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.withDebug(boolean value) |
Copy the current immutable object by setting a value for the debug 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(Reporter... elements) |
Copy the current immutable object with elements that replace the content of reporters.
|
ImmutableJasmineConfiguration |
ImmutableJasmineConfiguration.withReporters(Iterable<? extends 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) |
|
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.
|