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