All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mockito.internal.junit.TestFinishedEvent Maven / Gradle / Ivy

package org.mockito.internal.junit;

public interface TestFinishedEvent {

    Throwable getFailure();

    Object getTestClassInstance();

    String getTestMethodName();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy