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