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
IOExceptionpublic HtmlGeneratorConfiguration(IOUtilsWrapper ioUtilsWrapper, ReporterType reporterType, JasmineConfiguration configuration, ScriptResolver scriptResolver) throws IOException
IOExceptionpublic String getSourceEncoding()
public ReporterType getReporterType()
public File getCustomRunnerTemplate()
public String IOtoString(String defaultHtmlTemplatePath) throws IOException
IOExceptionpublic String getRunnerTemplate() throws IOException
IOExceptionpublic SpecRunnerTemplate getSpecRunnerTemplate()
public ScriptResolver getScriptResolver()
public String getCustomRunnerConfiguration() throws IOException
IOExceptionpublic String getSrcDirectoryName()
public String getSpecDirectoryName()
public int getAutoRefreshInterval()
public boolean getAutoRefresh()
Copyright © 2016. All rights reserved.