Searched defs:aClass (Results 1 – 9 of 9) sorted by relevance
8 abstract public Class reload(Class aClass) throws ClassNotFoundException; in reload()
17 public Class reload(Class aClass) throws ClassNotFoundException { in reload()
13 public Class reload(Class aClass) throws ClassNotFoundException { in reload()
38 private boolean methodHasAnnotation(Class<? extends TestCase> aClass, in methodHasAnnotation()
37 Class<? extends TestCase> aClass, in classHasAnnotation()
44 private boolean hasExampleAnnotation(Class<? extends TestCase> aClass, String methodName) in hasExampleAnnotation()
213 public boolean apply(Class aClass) { in apply()222 private boolean hasValidConstructor(java.lang.Class<?> aClass) { in hasValidConstructor()
52 private TestMethod testMethodFor(Class<? extends TestCase> aClass) in testMethodFor()
226 Method[] findMethods(Class<?> aClass, String methodName) { in findMethods()