org.nohope.test.UtilitiesTestSupport Maven / Gradle / Ivy
The newest version!
package org.nohope.test;
import org.junit.Test;
/**
* @author ketoth xupack
* @since 11/16/11 9:00 PM
*/
public abstract class UtilitiesTestSupport {
@Test
public final void testUtilityConstructor() throws Exception {
UtilityClassUtils.assertUtilityClass(getUtilityClass());
}
protected abstract Class getUtilityClass();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy