Package org.gradle.exemplar.test.runner
Class EmbeddedSamplesRunner
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.gradle.exemplar.model.Sample>
org.gradle.exemplar.test.runner.SamplesRunner
org.gradle.exemplar.test.runner.EmbeddedSamplesRunner
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
-
Field Summary
Fields inherited from class org.gradle.exemplar.test.runner.SamplesRunner
SAFE_SYSTEM_PROPERTIES, tmpDir -
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedSamplesRunner(Class<?> testClass) Constructs a newParentRunnerthat will run@TestClass -
Method Summary
Methods inherited from class org.gradle.exemplar.test.runner.SamplesRunner
describeChild, getImplicitSamplesRootDir, getSamplesRootDir, runChild, selectExecutorMethods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolationMethods inherited from class org.junit.runner.Runner
testCount
-
Constructor Details
-
EmbeddedSamplesRunner
Constructs a newParentRunnerthat will run@TestClass- Parameters:
testClass- reference to test class being run- Throws:
org.junit.runners.model.InitializationError
-
-
Method Details
-
getChildren
- Overrides:
getChildrenin classSamplesRunner
-