public class MultiVersionSpecRunner extends AbstractContextualMultiVersionSpecRunner<DefaultVersionedTool>
TargetVersions or TargetCoverageAbstractMultiVersionSpecRunner.CoverageContext, AbstractMultiVersionSpecRunner.VersionedToolAbstractMultiTestRunner.Execution, AbstractMultiTestRunner.TestDetailsDEFAULT, FULL, LATEST, PARTIAL, VERSIONS_SYSPROP_NAMEUNKNOWN| Constructor and Description |
|---|
MultiVersionSpecRunner(java.lang.Class<?> target) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<AbstractMultiTestRunner.Execution> |
createExecutionsFor(DefaultVersionedTool versionedTool) |
protected java.util.Collection<DefaultVersionedTool> |
getAllVersions() |
protected boolean |
isAvailable(DefaultVersionedTool version) |
getLatestVersion, getPartialVersions, getQuickVersions, getVersions, versionUnderTestForContextcreateExecutions, createExecutionsForContextadd, filter, getDescription, runprotected java.util.Collection<DefaultVersionedTool> getAllVersions()
getAllVersions in class AbstractContextualMultiVersionSpecRunner<DefaultVersionedTool>protected boolean isAvailable(DefaultVersionedTool version)
isAvailable in class AbstractMultiVersionSpecRunner<DefaultVersionedTool>protected java.util.Collection<AbstractMultiTestRunner.Execution> createExecutionsFor(DefaultVersionedTool versionedTool)
createExecutionsFor in class AbstractMultiVersionSpecRunner<DefaultVersionedTool>