![JAR search and dependency download from the Maven repository](/logo.png)
com.groupbyinc.common.test.Test Maven / Gradle / Ivy
package com.groupbyinc.common.test;
/**
* Abstract test interface
*
* @author Ben Teichman
*/
public abstract interface Test {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.groupbyinc.common.test;
/**
* Abstract test interface
*
* @author Ben Teichman
*/
public abstract interface Test {
}