Searched refs:createWantedButNotInvokedMessage (Results 1 – 1 of 1) sorted by relevance
317 return new WantedButNotInvoked(createWantedButNotInvokedMessage(wanted)); in wantedButNotInvoked()336 String message = createWantedButNotInvokedMessage(wanted); in wantedButNotInvoked()340 private static String createWantedButNotInvokedMessage(DescribedInvocation wanted) { in createWantedButNotInvokedMessage() method in Reporter