Package com.github.searls.jasmine.runner
Class DefaultSpecRunnerHtmlGenerator
- java.lang.Object
-
- com.github.searls.jasmine.runner.DefaultSpecRunnerHtmlGenerator
-
- All Implemented Interfaces:
SpecRunnerHtmlGenerator
@Named public class DefaultSpecRunnerHtmlGenerator extends Object implements SpecRunnerHtmlGenerator
-
-
Field Summary
-
Fields inherited from interface com.github.searls.jasmine.runner.SpecRunnerHtmlGenerator
DEFAULT_SOURCE_ENCODING, JASMINE_BOOT_JS, JASMINE_CSS, JASMINE_HTML_JS, JASMINE_HTMLSPECFILTER_PATCH_JS, JASMINE_JS
-
-
Constructor Summary
Constructors Constructor Description DefaultSpecRunnerHtmlGenerator(FormatsScriptTags formatsScriptTags)
-
-
-
Constructor Detail
-
DefaultSpecRunnerHtmlGenerator
@Inject public DefaultSpecRunnerHtmlGenerator(FormatsScriptTags formatsScriptTags)
-
-
Method Detail
-
generate
public String generate(HtmlGeneratorConfiguration configuration)
- Specified by:
generatein interfaceSpecRunnerHtmlGenerator
-
-