Searched defs:unverified (Results 1 – 4 of 4) sorted by relevance
26 Invocation unverified = new InvocationBuilder().differentMethod().toInvocation(); in shouldPrintInvocations() local40 Invocation unverified = new InvocationBuilder().differentMethod().toInvocation(); in shouldNotPrintInvocationsWhenSingleUnwanted() local
25 Invocation unverified = findFirstUnverified(data.getAllInvocations()); in verify() local33 Invocation unverified = findFirstUnverifiedInOrder(data.getOrderingContext(), invocations); in verifyInOrder() local
28 Invocation unverified = findFirstUnverified(invocations); in verify() local
28 List<Invocation> unverified = removeVerifiedInOrder(invocations, orderingContext); in findAllMatchingUnverifiedChunks() local48 List<Invocation> unverified = removeVerifiedInOrder(invocations, context); in findMatchingChunk() local58 …c List<Invocation> getFirstMatchingChunk(MatchableInvocation wanted, List<Invocation> unverified) { in getFirstMatchingChunk()130 List<Invocation> unverified = new LinkedList<Invocation>(); in removeVerifiedInOrder() local