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

io.hawt.junit.JUnitFacadeMBean Maven / Gradle / Ivy

There is a newer version: 2.17.7
Show newest version
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