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