Uses of Class
com.carrotsearch.randomizedtesting.ClassModel
-
Packages that use ClassModel Package Description com.carrotsearch.randomizedtesting com.carrotsearch.randomizedtesting.rules -
-
Uses of ClassModel in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting declared as ClassModel Modifier and Type Field Description private ClassModel
RandomizedRunner. classModel
Class model.Methods in com.carrotsearch.randomizedtesting with parameters of type ClassModel Modifier and Type Method Description java.util.Collection<java.lang.reflect.Method>
AnnotatedMethodProvider. getTestMethods(java.lang.Class<?> suiteClass, ClassModel suiteClassModel)
java.util.Collection<java.lang.reflect.Method>
JUnit3MethodProvider. getTestMethods(java.lang.Class<?> suiteClass, ClassModel suiteClassModel)
java.util.Collection<java.lang.reflect.Method>
TestMethodProvider. getTestMethods(java.lang.Class<?> suiteClass, ClassModel suiteClassModel)
Determine which methods are test methods. -
Uses of ClassModel in com.carrotsearch.randomizedtesting.rules
Methods in com.carrotsearch.randomizedtesting.rules with parameters of type ClassModel Modifier and Type Method Description private void
NoShadowingOrOverridesOnMethodsRule. checkNoShadowsOrOverrides(java.lang.Class<?> clazz, ClassModel classModel, java.lang.Class<? extends java.lang.annotation.Annotation> ann)
-