|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.surefire.suite.AbstractDirectoryTestSuite
org.apache.maven.surefire.junit4.JUnit4DirectoryTestSuite
public class JUnit4DirectoryTestSuite
Test suite for JUnit4 based on a directory of Java test classes. This is capable of running both JUnit3 and JUnit4 test classes (I think).
| Field Summary |
|---|
| Fields inherited from class org.apache.maven.surefire.suite.AbstractDirectoryTestSuite |
|---|
bundle, testSets |
| Constructor Summary | |
|---|---|
JUnit4DirectoryTestSuite(java.io.File basedir,
java.util.ArrayList includes,
java.util.ArrayList excludes)
Constructor. |
|
| Method Summary | |
|---|---|
protected SurefireTestSet |
createTestSet(java.lang.Class testClass,
java.lang.ClassLoader classLoader)
This method will be called for each class to be run as a test. |
| Methods inherited from class org.apache.maven.surefire.suite.AbstractDirectoryTestSuite |
|---|
execute, execute, getNumTests, locateTestSets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JUnit4DirectoryTestSuite(java.io.File basedir,
java.util.ArrayList includes,
java.util.ArrayList excludes)
| Method Detail |
|---|
protected SurefireTestSet createTestSet(java.lang.Class testClass,
java.lang.ClassLoader classLoader)
throws TestSetFailedException
createTestSet in class AbstractDirectoryTestSuiteTestSetFailedExceptionAbstractDirectoryTestSuite.createTestSet(java.lang.Class,
java.lang.ClassLoader)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||