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