niagara-ax/decompiled/org/testng/annotations/IExpectedExceptionsAnnotation.java
2026-03-17 13:31:18 -07:00

6 lines
128 B
Java

package org.testng.annotations;
public interface IExpectedExceptionsAnnotation extends IAnnotation {
Class[] getValue();
}