io.hawt.junit.JUnitFacadeMBean Maven / Gradle / Ivy
package io.hawt.junit;
import java.util.List;
/**
* The MBean interface for working with hawtio junit plugin
*/
public interface JUnitFacadeMBean {
boolean isTestInProgress();
ResultDTO runTestClasses(List classNames) throws Exception;
InProgressDTO inProgress() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy