public class EmbeddedSamplesRunner extends SamplesRunner
SAFE_SYSTEM_PROPERTIES, tmpDir| Constructor and Description |
|---|
EmbeddedSamplesRunner(java.lang.Class<?> testClass)
Constructs a new
ParentRunner that will run @TestClass |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<org.gradle.exemplar.model.Sample> |
getChildren() |
describeChild, getImplicitSamplesRootDir, getSamplesRootDir, runChild, selectExecutorchildrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolationpublic EmbeddedSamplesRunner(java.lang.Class<?> testClass)
throws org.junit.runners.model.InitializationError
ParentRunner that will run @TestClasstestClass - reference to test class being runorg.junit.runners.model.InitializationErrorprotected java.util.List<org.gradle.exemplar.model.Sample> getChildren()
getChildren in class SamplesRunner