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