|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.AbstractMojo searls.jasmine.AbstractJasmineMojo
public abstract class AbstractJasmineMojo
Field Summary | |
---|---|
protected java.lang.String[] |
browsers
The Browser simulation used for Unit tests (default to FF3.6) |
protected java.io.File |
jasmineTargetDir
|
protected java.io.File |
jasmineTestSourceDirectory
|
protected java.io.File |
jsunitTestSourceDirectory
Base directory for jsunit test. |
protected java.lang.String |
libsDirectory
The folder for javascripts dependencies |
protected java.lang.String |
manualSpecRunnerHtmlFileName
|
protected org.apache.maven.project.MavenProject |
mavenProject
|
protected java.io.File |
packageDir
|
protected java.lang.String |
packageJavaScriptPath
|
protected java.util.List<org.apache.maven.artifact.Artifact> |
pluginArtifacts
|
protected java.util.List<java.lang.String> |
preloadSources
JavaScript sources (typically vendor/lib dependencies) that need to be loaded before other sources (and specs) in a particular order, these are relative to the ${sourceDirectory} directory! Therefore, if jquery.js is in `${sourceDirectory}/vendor`, you would configure: <preloadSources> <source>vendor/z.js</source> </preloadSources> And z.js would load before all the other sources and specs. |
protected boolean |
skipTests
Set this to 'true' to bypass unit tests entirely. |
protected java.io.File |
sourceDirectory
|
protected java.lang.String |
specDirectoryName
|
protected java.lang.String |
specRunnerHtmlFileName
|
protected java.lang.String |
srcDirectoryName
|
protected boolean |
testFailureIgnore
Set this to true to ignore a failure during testing. |
protected boolean |
useArtifactId
Use the artifactId as folder |
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 java.io.File sourceDirectory
protected java.io.File jsunitTestSourceDirectory
protected java.io.File jasmineTestSourceDirectory
protected java.lang.String packageJavaScriptPath
protected java.util.List<java.lang.String> preloadSources
protected java.io.File jasmineTargetDir
protected java.lang.String libsDirectory
protected java.lang.String[] browsers
protected boolean useArtifactId
protected boolean skipTests
protected boolean testFailureIgnore
protected java.io.File packageDir
protected java.lang.String specRunnerHtmlFileName
protected java.lang.String manualSpecRunnerHtmlFileName
protected java.lang.String specDirectoryName
protected java.lang.String srcDirectoryName
protected org.apache.maven.project.MavenProject mavenProject
protected java.util.List<org.apache.maven.artifact.Artifact> pluginArtifacts
Constructor Detail |
---|
public AbstractJasmineMojo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |