Searched refs:simpleClass (Results 1 – 1 of 1) sorted by relevance
785 SimpleClass simpleClass = proxyFor(SimpleClass.class) in testImplementingInterfaces() local789 assertEquals("fake result", simpleClass.simpleMethod()); in testImplementingInterfaces()791 Callable<?> asCallable = (Callable<?>) simpleClass; in testImplementingInterfaces()794 Comparable<?> asComparable = (Comparable<?>) simpleClass; in testImplementingInterfaces()801 SimpleClass simpleClass = proxyFor(SimpleClass.class) in testCallSuperWithInterfaceMethod() local805 ProxyBuilder.callSuper(simpleClass, Callable.class.getMethod("call")); in testCallSuperWithInterfaceMethod()