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