Searched refs:getWanted (Results 1 – 14 of 14) sorted by relevance
38 assertThat(printer.getWanted().toString()).contains("\n"); in shouldPrintBothInMultilinesWhenFirstIsMulti()48 assertThat(printer.getWanted().toString()).contains("\n"); in shouldPrintBothInMultilinesWhenSecondIsMulti()58 assertThat(printer.getWanted().toString()).contains("\n"); in shouldPrintBothInMultilinesWhenBothAreMulti()68 assertThat(printer.getWanted().toString()).doesNotContain("\n"); in shouldPrintBothInSingleLineWhenBothAreShort()
42 public InvocationMatcher getWanted() { in getWanted() method in OnlyTest.VerificationDataStub
18 Object wanted = getWanted(); in matches()44 if (getWanted() != null && getWanted().getClass().isArray()) { in toString()45 return appendArray(createObjectArray(getWanted())); in toString()
33 protected final Object getWanted() { in getWanted() method in Equals
39 … checkMissingInvocation(data.getAllInvocations(), data.getWanted(), data.getOrderingContext()); in verifyInOrder()41 …checkAtLeastNumberOfInvocations(data.getAllInvocations(), data.getWanted(), wantedCount, data.getO… in verifyInOrder()
40 public InvocationMatcher getWanted() { in getWanted() method in VerificationDataImpl
39 MatchableInvocation wanted = data.getWanted(); in verifyInOrder()
44 MatchableInvocation wanted = data.getWanted(); in verifyInOrder()
17 MatchableInvocation getWanted(); in getWanted() method
50 InvocationMatcher getWanted(); in getWanted() method
33 public MatchableInvocation getWanted() { in getWanted() method in VerificationDataInOrderImpl
31 public String getWanted() { in getWanted() method in SmartPrinter
43 InvocationMatcher target = data.getWanted(); in ignoreParametersUsingOldApi()
43 …throw argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocatio… in checkMissingInvocation()