org.hswebframework.web.tests.TestProcess Maven / Gradle / Ivy
The newest version!
package org.hswebframework.web.tests;
public interface TestProcess {
TestProcess setUp(TestProcessSetUp testProcessSetUp);
TestResult exec() throws Exception;
}