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