Searched refs:combinedInOrder (Results 1 – 1 of 1) sorted by relevance
130 StaticInOrder combinedInOrder = inOrder(staticMockMarker(EchoClass.class, in verifyInOrder() local132 combinedInOrder.verify(() -> EchoClass.echo(eq("marco!"))); in verifyInOrder()133 combinedInOrder.verify(() -> ConsumeClass.consume(eq("donuts"))); in verifyInOrder()134 combinedInOrder.verify(() -> ConsumeClass.consume(eq("nougat"))); in verifyInOrder()135 combinedInOrder.verify(() -> EchoClass.echo(eq("polo"))); in verifyInOrder()136 combinedInOrder.verifyNoMoreInteractions(); in verifyInOrder()