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, collectAnnotatedFieldValues, collectAnnotatedMethodValues, equals, getAnnotatedFields, getAnnotatedFields, getAnnotatedFieldValues, getAnnotatedMethods, getAnnotatedMethods, getAnnotatedMethodValues, getAnnotation, getAnnotations, getJavaClass, getName, getOnlyConstructor, hashCode, isANonStaticInnerClass, isPublic
public 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.TestClass
© Copyright 2010-2020 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu