Searched refs:AClassWithDifficultArgs (Results 1 – 1 of 1) sorted by relevance
361 assertThat(new AClassWithDifficultArgs().aMethod("bc")).isEqualTo("abc"); in shouldAllowLooseSignatureMatches()364 @Implements(value = AClassWithDifficultArgs.class, looseSignatures = true)373 public static class AClassWithDifficultArgs { class in ShadowWranglerIntegrationTest