Package com.github.searls.jasmine.runner
Interface SpecRunnerHtmlGenerator
-
- All Known Implementing Classes:
DefaultSpecRunnerHtmlGenerator
public interface SpecRunnerHtmlGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_SOURCE_ENCODINGstatic StringJASMINE_BOOT_JSstatic StringJASMINE_CSSstatic StringJASMINE_HTML_JSstatic StringJASMINE_HTMLSPECFILTER_PATCH_JSstatic StringJASMINE_JS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringgenerate(HtmlGeneratorConfiguration configuration)
-
-
-
Field Detail
-
DEFAULT_SOURCE_ENCODING
static final String DEFAULT_SOURCE_ENCODING
- See Also:
- Constant Field Values
-
JASMINE_JS
static final String JASMINE_JS
- See Also:
- Constant Field Values
-
JASMINE_HTML_JS
static final String JASMINE_HTML_JS
- See Also:
- Constant Field Values
-
JASMINE_BOOT_JS
static final String JASMINE_BOOT_JS
- See Also:
- Constant Field Values
-
JASMINE_CSS
static final String JASMINE_CSS
- See Also:
- Constant Field Values
-
JASMINE_HTMLSPECFILTER_PATCH_JS
static final String JASMINE_HTMLSPECFILTER_PATCH_JS
- See Also:
- Constant Field Values
-
-
Method Detail
-
generate
String generate(HtmlGeneratorConfiguration configuration)
-
-