Home
last modified time | relevance | path

Searched refs:AClassWithDifficultArgs (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java361 assertThat(new AClassWithDifficultArgs().aMethod("bc")).isEqualTo("abc"); in shouldAllowLooseSignatureMatches()
364 @Implements(value = AClassWithDifficultArgs.class, looseSignatures = true)
373 public static class AClassWithDifficultArgs { class in ShadowWranglerIntegrationTest