public class HtmlGeneratorConfiguration extends Object
Constructor and Description |
---|
HtmlGeneratorConfiguration(IOUtilsWrapper ioUtilsWrapper,
ReporterType reporterType,
JasmineConfiguration configuration,
ScriptResolver scriptResolver) |
HtmlGeneratorConfiguration(ReporterType reporterType,
JasmineConfiguration configuration,
ScriptResolver scriptResolver) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
getAutoRefresh() |
int |
getAutoRefreshInterval() |
String |
getCustomRunnerConfiguration() |
File |
getCustomRunnerTemplate() |
ReporterType |
getReporterType() |
String |
getRunnerTemplate() |
ScriptResolver |
getScriptResolver() |
String |
getSourceEncoding() |
String |
getSpecDirectoryName() |
SpecRunnerTemplate |
getSpecRunnerTemplate() |
String |
getSrcDirectoryName() |
int |
hashCode() |
String |
IOtoString(String defaultHtmlTemplatePath) |
public HtmlGeneratorConfiguration(ReporterType reporterType, JasmineConfiguration configuration, ScriptResolver scriptResolver) throws IOException
IOException
public HtmlGeneratorConfiguration(IOUtilsWrapper ioUtilsWrapper, ReporterType reporterType, JasmineConfiguration configuration, ScriptResolver scriptResolver) throws IOException
IOException
public String getSourceEncoding()
public ReporterType getReporterType()
public File getCustomRunnerTemplate()
public String IOtoString(String defaultHtmlTemplatePath) throws IOException
IOException
public String getRunnerTemplate() throws IOException
IOException
public SpecRunnerTemplate getSpecRunnerTemplate()
public ScriptResolver getScriptResolver()
public String getCustomRunnerConfiguration() throws IOException
IOException
public String getSrcDirectoryName()
public String getSpecDirectoryName()
public int getAutoRefreshInterval()
public boolean getAutoRefresh()
Copyright © 2016. All rights reserved.