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

org.spincast.testing.junitrunner.RepeatedClassAfterMethodProvider Maven / Gradle / Ivy

package org.spincast.testing.junitrunner;

public interface RepeatedClassAfterMethodProvider {

    /**
     * Called after all the loops of the class
     * as specified by the {@link RepeatUntilFailure} or
     * {@link RepeatUntilSuccess} annotations.
     * 

* This will only be called if the beforeClass() * method completed successfully, so you can be sure that * the instanciation of the class is complete here. * */ public void afterClassLoops(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy