blob: 43b373a56f6e20c587e24fa0daa622396e4837c8 [file] [log] [blame]
/*
* Copyright (c) 2018 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.internal.junit;
public interface TestFinishedEvent {
Throwable getFailure();
String getTestName();
}