Searched refs:IBar (Results 1 – 1 of 1) sorted by relevance
24 interface IBar {} interface in MockingMultipleInterfacesTest29 Foo mock = mock(Foo.class, withSettings().extraInterfaces(IFoo.class, IBar.class)); in should_allow_multiple_interfaces()33 assertThat(mock).isInstanceOf(IBar.class); in should_allow_multiple_interfaces()