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