org.melati.example.contacts
Class PoemTest

Package class diagram package PoemTest
java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.melati.example.contacts.PoemTest
All Implemented Interfaces:
junit.framework.Test

public class PoemTest
extends junit.framework.TestSuite

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

PoemTest

public PoemTest()
Method Detail

suite

public static junit.framework.Test suite()


Copyright © 2000-2010 PanEris. All Rights Reserved.