public class JUnit4Provider extends AbstractProvider
Constructor and Description |
---|
JUnit4Provider(ProviderParameters booterParameters) |
public JUnit4Provider(ProviderParameters booterParameters)
public RunResult invoke(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 classpathTestSetFailedException
- When testset failsReporterException
- When reporting failspublic Iterator<?> getSuites()
SurefireProvider
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.