Uses of Class
com.github.searls.jasmine.runner.HtmlGeneratorConfiguration
-
Packages that use HtmlGeneratorConfiguration Package Description com.github.searls.jasmine.runner -
-
Uses of HtmlGeneratorConfiguration in com.github.searls.jasmine.runner
Subclasses of HtmlGeneratorConfiguration in com.github.searls.jasmine.runner Modifier and Type Class Description classImmutableHtmlGeneratorConfigurationImmutable implementation ofHtmlGeneratorConfiguration.Methods in com.github.searls.jasmine.runner that return HtmlGeneratorConfiguration Modifier and Type Method Description HtmlGeneratorConfigurationHtmlGeneratorConfigurationFactory. create(JasmineConfiguration configuration, ScriptResolver resolver)Methods in com.github.searls.jasmine.runner with parameters of type HtmlGeneratorConfiguration Modifier and Type Method Description static ImmutableHtmlGeneratorConfigurationImmutableHtmlGeneratorConfiguration. copyOf(HtmlGeneratorConfiguration instance)Creates an immutable copy of aHtmlGeneratorConfigurationvalue.ImmutableHtmlGeneratorConfiguration.BuilderImmutableHtmlGeneratorConfiguration.Builder. from(HtmlGeneratorConfiguration instance)Fill a builder with attribute values from the providedHtmlGeneratorConfigurationinstance.StringDefaultSpecRunnerHtmlGenerator. generate(HtmlGeneratorConfiguration configuration)StringSpecRunnerHtmlGenerator. generate(HtmlGeneratorConfiguration configuration)
-