|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
com.github.searls.jasmine.AbstractJasmineMojo
public abstract class AbstractJasmineMojo
| Field Summary | |
|---|---|
protected String |
browserVersion
Determines the browser and version profile to execute the headless specs against. |
protected File |
customRunnerTemplate
It may be the case that the jasmine-maven-plugin doesn't currently suit all of your needs, and as a result the generated SpecRunner HTML files are set up in a way that you can't run your specs. |
protected boolean |
debug
True to increase HtmlUnit output and attempt reporting on specs even if a timeout occurred. |
protected String |
format
Determines the format that jasmine:test will print to console. |
protected boolean |
haltOnFailure
|
protected File |
jasmineTargetDir
|
protected File |
jsSrcDir
|
protected File |
jsTestSrcDir
|
protected String |
junitXmlReportFileName
|
protected String |
manualSpecRunnerHtmlFileName
|
protected org.apache.maven.project.MavenProject |
mavenProject
|
protected File |
packageDir
|
protected String |
packageJavaScriptPath
|
protected List<String> |
preloadSources
JavaScript sources (typically vendor/lib dependencies) that need to be loaded before other sources (and specs) in a particular order. |
protected boolean |
skipTests
|
protected String |
sourceEncoding
|
protected String |
specDirectoryName
|
protected String |
specRunnerHtmlFileName
|
protected String |
srcDirectoryName
|
protected int |
timeout
Timeout for spec execution in seconds. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractJasmineMojo()
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
|---|
execute |
| Field Detail |
|---|
protected File jsSrcDir
protected File jsTestSrcDir
protected String browserVersion
BrowserVersion.
Some valid examples: FIREFOX_3_6, INTERNET_EXPLORER_6, INTERNET_EXPLORER_7, INTERNET_EXPLORER_8
protected String format
protected String packageJavaScriptPath
protected List<String> preloadSources
protected File customRunnerTemplate
protected File jasmineTargetDir
protected boolean skipTests
protected boolean haltOnFailure
protected int timeout
protected boolean debug
protected File packageDir
protected String specRunnerHtmlFileName
protected String manualSpecRunnerHtmlFileName
protected String junitXmlReportFileName
protected String specDirectoryName
protected String srcDirectoryName
protected String sourceEncoding
protected org.apache.maven.project.MavenProject mavenProject
| Constructor Detail |
|---|
public AbstractJasmineMojo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||