|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.castor.maven.xmlctf.AbstractTestSuiteMojo
org.codehaus.castor.maven.xmlctf.TextTestSuiteMojo
public class TextTestSuiteMojo
Uses a simple junit.ui.TestRunner TextRunner to run the XMLCTF test suite.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
TextTestSuiteMojo()
|
Method Summary | |
---|---|
void |
runJUnit(junit.framework.Test testSuite)
For subclasses to implement to provide a test runner. |
Methods inherited from class org.codehaus.castor.maven.xmlctf.AbstractTestSuiteMojo |
---|
execute |
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 |
Constructor Detail |
---|
public TextTestSuiteMojo()
Method Detail |
---|
public void runJUnit(junit.framework.Test testSuite) throws org.apache.maven.plugin.MojoExecutionException
runJUnit
in class AbstractTestSuiteMojo
testSuite
- The TestSuite to be executed
org.apache.maven.plugin.MojoExecutionException
- If test execution fails.AbstractTestSuiteMojo.runJUnit(junit.framework.Test)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |