|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.junit.JUnit3Provider
public class JUnit3Provider
| Constructor Summary | |
|---|---|
JUnit3Provider(ProviderParameters booterParameters)
|
|
| Method Summary | |
|---|---|
java.util.Iterator |
getSuites()
Called when forkmode is pertest, allows the provider to define what "pertest" will be. |
RunResult |
invoke(java.lang.Object forkTestSet)
The test that will be invoked through a fork; used only for forkmode=pertest, when the classpath scanning happens on the plugin-side. |
java.lang.Boolean |
isRunnable()
|
| 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
invoke in interface SurefireProviderforkTestSet - An item from the iterator in #getSuites
TestSetFailedException - When testset fails
ReporterException - When reporting failspublic java.util.Iterator getSuites()
SurefireProvider
getSuites in interface SurefireProviderpublic java.lang.Boolean isRunnable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||