public interface SurefireProvider
| Modifier and Type | Method and Description |
|---|---|
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.util.Iterator getSuites()
RunResult invoke(java.lang.Object forkTestSet) throws TestSetFailedException, ReporterException
forkTestSet - An item from the iterator in #getSuitesReporterException - When reporting failsTestSetFailedException - When testset failsCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.