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