com.github.searls.jasmine.runner
Class SpecRunnerHtmlGenerator
java.lang.Object
com.github.searls.jasmine.runner.SpecRunnerHtmlGenerator
public class SpecRunnerHtmlGenerator
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_RUNNER_HTML_TEMPLATE_FILE
public static final String DEFAULT_RUNNER_HTML_TEMPLATE_FILE
- See Also:
- Constant Field Values
DEFAULT_SOURCE_ENCODING
public static final String DEFAULT_SOURCE_ENCODING
- See Also:
- Constant Field Values
JASMINE_JS
public static final String JASMINE_JS
- See Also:
- Constant Field Values
JASMINE_HTML_JS
public static final String JASMINE_HTML_JS
- See Also:
- Constant Field Values
JASMINE_CSS
public static final String JASMINE_CSS
- See Also:
- Constant Field Values
SpecRunnerHtmlGenerator
public SpecRunnerHtmlGenerator(File sourceDir,
File specDir,
List<String> sourcesToLoadFirst,
String sourceEncoding)
generate
public String generate(ReporterType reporterType,
File customRunnerTemplate)
Copyright © 2011. All Rights Reserved.