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

org.unitils.TestRunnerAccessor Maven / Gradle / Ivy

The newest version!
package org.unitils;

import java.lang.reflect.Method;

/**
 * Interface to expose the capability of executing test methods to the outside
 * world.
 * 
 * @author jef
 */
public interface TestRunnerAccessor {
    /**
     * Execute a test method on a given tested object.
     */
    void executeTestMethod(Object testedObject, Method testMethod);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy