com.groupbyinc.common.test.PerformanceTest Maven / Gradle / Ivy
package com.groupbyinc.common.test;
/**
* Performance test interface
*
* @author Ben Teichman
*/
public interface PerformanceTest extends Test {
}
package com.groupbyinc.common.test;
/**
* Performance test interface
*
* @author Ben Teichman
*/
public interface PerformanceTest extends Test {
}