Searched refs:expectedMethodSignatures (Results 1 – 1 of 1) sorted by relevance
50 Set<String> expectedMethodSignatures = determineMethodSignatures(Logger.class); in testDelegate() local58 expectedMethodSignatures.removeAll(ih.getInvokedMethodSignatures()); in testDelegate()59 if (!expectedMethodSignatures.isEmpty()) { in testDelegate()60 fail("Following methods are not delegated " + expectedMethodSignatures.toString()); in testDelegate()