6 lines
128 B
Java
6 lines
128 B
Java
package org.testng.annotations;
|
|
|
|
public interface IExpectedExceptionsAnnotation extends IAnnotation {
|
|
Class[] getValue();
|
|
}
|