Package org.nuxeo.runtime.test.runner
Class FeaturesRunnerWithParms
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.BlockJUnit4ClassRunner
-
- org.nuxeo.runtime.test.runner.FeaturesRunner
-
- org.nuxeo.runtime.test.runner.FeaturesRunnerWithParms
-
- All Implemented Interfaces:
org.junit.runner.Describable
,org.junit.runner.manipulation.Filterable
,org.junit.runner.manipulation.Orderable
,org.junit.runner.manipulation.Sortable
public class FeaturesRunnerWithParms extends FeaturesRunner
Features runner which integrates with jgiven data provider.- Since:
- 8.4
- See Also:
DataProviderRunner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.runtime.test.runner.FeaturesRunner
FeaturesRunner.AfterClassStatement, FeaturesRunner.AfterMethodRunStatement, FeaturesRunner.AfterTeardownStatement, FeaturesRunner.BeforeClassStatement, FeaturesRunner.BeforeMethodRunStatement, FeaturesRunner.BeforeSetupStatement, FeaturesRunner.Direction, FeaturesRunner.MethodStatement, FeaturesRunner.RulesFactory<A extends Annotation,R>
-
-
Field Summary
-
Fields inherited from class org.nuxeo.runtime.test.runner.FeaturesRunner
CUSTOM_ENVIRONMENT_SYSTEM_PROPERTY, DEFAULT_BUILD_DIRECTORY, injector, loader, locator, scanner, underTest
-
-
Constructor Summary
Constructors Constructor Description FeaturesRunnerWithParms(Class<?> classToRun)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<org.junit.runners.model.FrameworkMethod>
computeTestMethods()
protected void
validateTestMethods(List<Throwable> errors)
-
Methods inherited from class org.nuxeo.runtime.test.runner.FeaturesRunner
afterMethodRun, afterRun, afterTeardown, apply, apply, beforeMethodRun, beforeRun, beforeSetup, classBlock, classRules, createTest, evaluateRunnable, formatFeatures, getAnnotations, getAnnotations, getBuildDirectory, getConfig, getConfig, getFeature, getFeatures, getInjector, getMethodAnnotationsWithClassFallback, getMethodOrTestAnnotations, getScanner, getTargetTestBasepath, getTargetTestClass, getTargetTestInstance, getTargetTestResource, getTestRules, initialize, onInjector, rules, start, stop, throwSeriousError, toString, validateZeroArgConstructor, withAfterClasses, withAfters, withBefores
-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, createTest, describeChild, getChildren, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, withPotentialTimeout
-
-
-
-
Constructor Detail
-
FeaturesRunnerWithParms
public FeaturesRunnerWithParms(Class<?> classToRun) throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
-
-
Method Detail
-
computeTestMethods
protected List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
- Overrides:
computeTestMethods
in classFeaturesRunner
-
-