[jboss-cvs] JBossAS SVN: r62068 - trunk/embedded/src/main/java/org/jboss/embedded/junit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 3 21:30:36 EDT 2007


Author: bill.burke at jboss.com
Date: 2007-04-03 21:30:36 -0400 (Tue, 03 Apr 2007)
New Revision: 62068

Modified:
   trunk/embedded/src/main/java/org/jboss/embedded/junit/BaseTestCase.java
Log:
javadoc

Modified: trunk/embedded/src/main/java/org/jboss/embedded/junit/BaseTestCase.java
===================================================================
--- trunk/embedded/src/main/java/org/jboss/embedded/junit/BaseTestCase.java	2007-04-04 01:29:30 UTC (rev 62067)
+++ trunk/embedded/src/main/java/org/jboss/embedded/junit/BaseTestCase.java	2007-04-04 01:30:36 UTC (rev 62068)
@@ -103,7 +103,14 @@
       }
    }
 
-
+   /**
+    * Use this in a static suite() method in your test class to
+    * bootstrap and deploy your modules before any tests run.
+    *
+    *
+    * @param testClass
+    * @return
+    */
    public static Test preProcessedTest(final Class testClass)
    {
       TestSuite suite = new TestSuite();




More information about the jboss-cvs-commits mailing list