blob: 97df3f0cbedc97d6bfa24f6894f10f84d38fb4a1 [file] [log] [blame]
/*
* Copyright (c) 2007 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.internal.verification.api;
public interface VerificationInOrderMode {
void verifyInOrder(VerificationDataInOrder data);
}