com.github.searls.jasmine.runner
Class RequireJsSpecRunnerHtmlGenerator

java.lang.Object
  extended by com.github.searls.jasmine.runner.AbstractSpecRunnerHtmlGenerator
      extended by com.github.searls.jasmine.runner.RequireJsSpecRunnerHtmlGenerator
All Implemented Interfaces:
SpecRunnerHtmlGenerator

public class RequireJsSpecRunnerHtmlGenerator
extends AbstractSpecRunnerHtmlGenerator
implements SpecRunnerHtmlGenerator


Field Summary
static String REQUIRE_JS_HTML_TEMPLATE_FILE
           
 
Fields inherited from class com.github.searls.jasmine.runner.AbstractSpecRunnerHtmlGenerator
REPORTER_ATTR_NAME, SOURCES_TEMPLATE_ATTR_NAME
 
Fields inherited from interface com.github.searls.jasmine.runner.SpecRunnerHtmlGenerator
DEFAULT_SOURCE_ENCODING, JASMINE_CSS, JASMINE_HTML_JS, JASMINE_JS
 
Constructor Summary
protected RequireJsSpecRunnerHtmlGenerator(HtmlGeneratorConfiguration configuration)
           
 
Method Summary
 String generate()
           
 String generateWitRelativePaths()
           
protected  String getDefaultHtmlTemplatePath()
           
 
Methods inherited from class com.github.searls.jasmine.runner.AbstractSpecRunnerHtmlGenerator
applyCssToTemplate, applyScriptTagsToTemplate, getConfiguration, includeJavaScriptDependencies, resolveHtmlTemplate, setEncoding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUIRE_JS_HTML_TEMPLATE_FILE

public static final String REQUIRE_JS_HTML_TEMPLATE_FILE
See Also:
Constant Field Values
Constructor Detail

RequireJsSpecRunnerHtmlGenerator

protected RequireJsSpecRunnerHtmlGenerator(HtmlGeneratorConfiguration configuration)
Method Detail

generate

public String generate()
Specified by:
generate in interface SpecRunnerHtmlGenerator

generateWitRelativePaths

public String generateWitRelativePaths()
Specified by:
generateWitRelativePaths in interface SpecRunnerHtmlGenerator

getDefaultHtmlTemplatePath

protected String getDefaultHtmlTemplatePath()
Specified by:
getDefaultHtmlTemplatePath in class AbstractSpecRunnerHtmlGenerator


Copyright © 2012. All Rights Reserved.