public class AnnotatedEmbedderRunner
extends org.junit.runners.BlockJUnit4ClassRunner
Runner
that uses the AnnotationBuilder
to
create an embeddable test instance.Constructor and Description |
---|
AnnotatedEmbedderRunner(java.lang.Class<?> testClass) |
Modifier and Type | Method and Description |
---|---|
AnnotationBuilder |
annotationBuilder() |
java.lang.Object |
createTest() |
protected java.lang.Class<?> |
testClass() |
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
public AnnotatedEmbedderRunner(java.lang.Class<?> testClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public java.lang.Object createTest()
createTest
in class org.junit.runners.BlockJUnit4ClassRunner
public AnnotationBuilder annotationBuilder()
protected java.lang.Class<?> testClass()
Copyright © 2003-2014. All Rights Reserved.