com.github.searls.jasmine.runner
Class SpecRunnerHtmlGenerator

java.lang.Object
  extended by com.github.searls.jasmine.runner.SpecRunnerHtmlGenerator

public class SpecRunnerHtmlGenerator
extends Object


Field Summary
static String DEFAULT_RUNNER_HTML_TEMPLATE_FILE
           
static String DEFAULT_SOURCE_ENCODING
           
static String JASMINE_CSS
           
static String JASMINE_HTML_JS
           
static String JASMINE_JS
           
 
Constructor Summary
SpecRunnerHtmlGenerator(File sourceDir, File specDir, List<String> sourcesToLoadFirst, String sourceEncoding)
           
 
Method Summary
 String generate(ReporterType reporterType, File customRunnerTemplate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SpecRunnerHtmlGenerator

public SpecRunnerHtmlGenerator(File sourceDir,
                               File specDir,
                               List<String> sourcesToLoadFirst,
                               String sourceEncoding)
Method Detail

generate

public String generate(ReporterType reporterType,
                       File customRunnerTemplate)


Copyright © 2011. All Rights Reserved.