org.kie.perf.suite.ITestSuite Maven / Gradle / Ivy
package org.kie.perf.suite;
public interface ITestSuite {
public void start() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.kie.perf.suite;
public interface ITestSuite {
public void start() throws Exception;
}