public class JUnitQuickcheckTestClass
extends org.junit.runners.model.TestClass
FrameworkField.| Constructor and Description |
|---|
JUnitQuickcheckTestClass(Class<?> testClass)
Makes a new instance, wrapping the given test class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
scanAnnotatedMembers(Map<Class<? extends Annotation>,List<org.junit.runners.model.FrameworkMethod>> annotatedMethods,
Map<Class<? extends Annotation>,List<org.junit.runners.model.FrameworkField>> annotatedFields) |
addToAnnotationLists, equals, getAnnotatedFields, getAnnotatedFields, getAnnotatedFieldValues, getAnnotatedMethods, getAnnotatedMethods, getAnnotatedMethodValues, getAnnotation, getAnnotations, getJavaClass, getName, getOnlyConstructor, hashCode, isANonStaticInnerClass, isPublicpublic JUnitQuickcheckTestClass(Class<?> testClass)
testClass - class with junit-quickcheck testsprotected void scanAnnotatedMembers(Map<Class<? extends Annotation>,List<org.junit.runners.model.FrameworkMethod>> annotatedMethods, Map<Class<? extends Annotation>,List<org.junit.runners.model.FrameworkField>> annotatedFields)
scanAnnotatedMembers in class org.junit.runners.model.TestClassCopyright © 2019. All rights reserved.