| Package | Description |
|---|---|
| com.github.searls.jasmine.runner |
| Modifier and Type | Method and Description |
|---|---|
ReporterType |
HtmlGeneratorConfiguration.getReporterType() |
static ReporterType |
ReporterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReporterType[] |
ReporterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SpecRunnerHtmlGenerator |
SpecRunnerHtmlGeneratorFactory.create(ReporterType reporterType,
JasmineConfiguration config,
ScriptResolver projectDirScripResolver) |
| Constructor and Description |
|---|
CreatesRunner(JasmineConfiguration config,
org.apache.maven.plugin.logging.Log log,
String runnerFileName,
ReporterType reporterType) |
HtmlGeneratorConfiguration(IOUtilsWrapper ioUtilsWrapper,
ReporterType reporterType,
JasmineConfiguration configuration,
ScriptResolver scriptResolver) |
HtmlGeneratorConfiguration(ReporterType reporterType,
JasmineConfiguration configuration,
ScriptResolver scriptResolver) |
Copyright © 2015. All rights reserved.