com.novocode.junit.TestMarker Maven / Gradle / Ivy
package com.novocode.junit;
/**
* Implement this marker to make your test case or suite discoverable.
*
* @author Stefan Zeiger ([email protected])
* @since Dec 12, 2009
*/
@Deprecated
public interface TestMarker {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy