com.github.searls.jasmine.runner
Class SpecRunnerHtmlGeneratorFactory

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

public class SpecRunnerHtmlGeneratorFactory
extends Object


Field Summary
static String DEFAULT
           
static String REQUIRE_JS
           
 
Constructor Summary
SpecRunnerHtmlGeneratorFactory()
           
 
Method Summary
 SpecRunnerHtmlGenerator create(ReporterType trivialReporter, AbstractJasmineMojo config, ScriptResolver projectDirScripResolver)
           
 SpecRunnerHtmlGenerator createHtmlGenerator(HtmlGeneratorConfiguration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final String DEFAULT
See Also:
Constant Field Values

REQUIRE_JS

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

SpecRunnerHtmlGeneratorFactory

public SpecRunnerHtmlGeneratorFactory()
Method Detail

create

public SpecRunnerHtmlGenerator create(ReporterType trivialReporter,
                                      AbstractJasmineMojo config,
                                      ScriptResolver projectDirScripResolver)

createHtmlGenerator

public SpecRunnerHtmlGenerator createHtmlGenerator(HtmlGeneratorConfiguration configuration)
                                            throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2012. All Rights Reserved.