2026-03-17 13:31:18 -07:00

7 lines
141 B
Java

package org.testng.internal.annotations;
import org.testng.annotations.ITestAnnotation;
public interface ITest extends ITestAnnotation {
}