|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.TestSuite org.melati.example.contacts.PoemTest
public class PoemTest
Annoyingly the Maven Surefire Plugin cannot use test jars, so we have to maintain an ExportedTests class in POEM. See http://jira.codehaus.org/browse/SUREFIRE-569 NOTE that this will be discovered by the plugin as it extends TestSuite, see http://jira.codehaus.org/browse/SUREFIRE-120, but the ExportedTests should not extend it.
Constructor Summary | |
---|---|
PoemTest()
|
Method Summary | |
---|---|
static junit.framework.Test |
suite()
|
Methods inherited from class junit.framework.TestSuite |
---|
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PoemTest()
Method Detail |
---|
public static junit.framework.Test suite()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |