Searched refs:BazImpl (Results 1 – 1 of 1) sorted by relevance
182 public static class BazImpl implements Baz { class in DefaultMethodInterceptionTest195 bind(Baz.class).to(BazImpl.class); in testInterception_ofAllMethodsOnType()211 bindInterceptor(Matchers.subclassesOf(BazImpl.class), Matchers.any(), interceptor); in testInterception_ofAllMethodsOnType_interceptsInheritedDefaultMethod()212 bind(Baz.class).to(BazImpl.class); in testInterception_ofAllMethodsOnType_interceptsInheritedDefaultMethod()