|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.surefire.testng.TestNGProvider
public class TestNGProvider
Constructor Summary | |
---|---|
TestNGProvider(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 TestNGProvider(ProviderParameters booterParameters)
Method Detail |
---|
public java.lang.Boolean isRunnable()
public RunResult invoke(java.lang.Object forkTestSet) throws TestSetFailedException, ReporterException
SurefireProvider
invoke
in interface SurefireProvider
forkTestSet
- An item from the iterator in #getSuites
TestSetFailedException
- When testset fails
ReporterException
- When reporting failspublic java.util.Iterator getSuites()
SurefireProvider
getSuites
in interface SurefireProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |