Uses of Class
com.github.searls.jasmine.runner.SpecRunnerTemplate
-
Packages that use SpecRunnerTemplate Package Description com.github.searls.jasmine.config com.github.searls.jasmine.runner -
-
Uses of SpecRunnerTemplate in com.github.searls.jasmine.config
Methods in com.github.searls.jasmine.config that return SpecRunnerTemplate Modifier and Type Method Description SpecRunnerTemplateImmutableJasmineConfiguration. getSpecRunnerTemplate()SpecRunnerTemplateJasmineConfiguration. getSpecRunnerTemplate()Methods in com.github.searls.jasmine.config with parameters of type SpecRunnerTemplate Modifier and Type Method Description ImmutableJasmineConfiguration.BuilderImmutableJasmineConfiguration.Builder. specRunnerTemplate(SpecRunnerTemplate specRunnerTemplate)Initializes the value for thespecRunnerTemplateattribute.ImmutableJasmineConfigurationImmutableJasmineConfiguration. withSpecRunnerTemplate(SpecRunnerTemplate value)Copy the current immutable object by setting a value for thespecRunnerTemplateattribute. -
Uses of SpecRunnerTemplate in com.github.searls.jasmine.runner
Methods in com.github.searls.jasmine.runner that return SpecRunnerTemplate Modifier and Type Method Description abstract SpecRunnerTemplateHtmlGeneratorConfiguration. getSpecRunnerTemplate()SpecRunnerTemplateImmutableHtmlGeneratorConfiguration. getSpecRunnerTemplate()static SpecRunnerTemplateSpecRunnerTemplate. 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.Methods in com.github.searls.jasmine.runner with parameters of type SpecRunnerTemplate Modifier and Type Method Description ImmutableHtmlGeneratorConfiguration.BuilderImmutableHtmlGeneratorConfiguration.Builder. specRunnerTemplate(SpecRunnerTemplate specRunnerTemplate)Initializes the value for thespecRunnerTemplateattribute.ImmutableHtmlGeneratorConfigurationImmutableHtmlGeneratorConfiguration. withSpecRunnerTemplate(SpecRunnerTemplate value)Copy the current immutable object by setting a value for thespecRunnerTemplateattribute.
-