7 lines
141 B
Java
7 lines
141 B
Java
package org.testng.internal.annotations;
|
|
|
|
import org.testng.annotations.ITestAnnotation;
|
|
|
|
public interface ITest extends ITestAnnotation {
|
|
}
|