|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.surefire.providerapi.AbstractProvider
org.apache.maven.surefire.junit.JUnit3Provider
public class JUnit3Provider
Constructor Summary | |
---|---|
JUnit3Provider(ProviderParameters booterParameters)
|
Method Summary | |
---|---|
java.util.Iterator |
getSuites()
Determines the number of forks. |
RunResult |
invoke(java.lang.Object forkTestSet)
Runs a forked test |
java.lang.Boolean |
isRunnable()
|
Methods inherited from class org.apache.maven.surefire.providerapi.AbstractProvider |
---|
cancel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JUnit3Provider(ProviderParameters booterParameters)
Method Detail |
---|
public RunResult invoke(java.lang.Object forkTestSet) throws TestSetFailedException, ReporterException
SurefireProvider
forkTestSet
- An item from the iterator in #getSuites. Will be null for forkmode never or always.
When this is non-null, the forked process will run only that test
and probably not scan the classpath
TestSetFailedException
- When testset fails
ReporterException
- When reporting failspublic java.util.Iterator getSuites()
SurefireProvider
public java.lang.Boolean isRunnable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |