Searched refs:classContext (Results 1 – 3 of 3) sorted by relevance
46 Class<?> classContext = clazz; in processInjectMocks() local47 while (classContext != Object.class) { in processInjectMocks()49 classContext = classContext.getSuperclass(); in processInjectMocks()54 Class<?> classContext = clazz; in processIndependentAnnotations() local55 while (classContext != Object.class) { in processIndependentAnnotations()57 delegate.process(classContext, testInstance); in processIndependentAnnotations()59 spyAnnotationEngine.process(classContext, testInstance); in processIndependentAnnotations()61 classContext = classContext.getSuperclass(); in processIndependentAnnotations()
118 final String classContext; in writeTo() local120 classContext = methodDef.method.getDefiningClass(); in writeTo()122 classContext = null; in writeTo()133 … indentingWriter.write(ReferenceUtil.getReferenceString(reference, classContext)); in writeTo()154 … indentingWriter.write(ReferenceUtil.getReferenceString(reference2, classContext)); in writeTo()
34 classContext: ClassContext, in createClassVisitor()