blob: 06f5c75779b214b6d5a8bc947530eaac58fbdf5f [file] [log] [blame]
package org.testng.internal.annotations;
import org.testng.annotations.ITestAnnotation;
public interface ITest extends ITestAnnotation {
}