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

jp.vmi.junit.result.JUnitResultHolder Maven / Gradle / Ivy

package jp.vmi.junit.result;

/**
 * JUnit result holder.
 */
public interface JUnitResultHolder {

    /**
     * Get JUnit result instance.
     *
     * @return JUnit result instance.
     */
    JUnitResult getJUnitResult();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy