Searched refs:IExpectedExceptionsAnnotation (Results 1 – 9 of 9) sorted by relevance
5 import org.testng.annotations.IExpectedExceptionsAnnotation;50 IExpectedExceptionsAnnotation expectedExceptions = in getRegExp()51 finder.findAnnotation(method, IExpectedExceptionsAnnotation.class); in getRegExp()
6 import org.testng.annotations.IExpectedExceptionsAnnotation;27 IExpectedExceptionsAnnotation expectedExceptions = in findExpectedClasses()28 finder.findAnnotation(method, IExpectedExceptionsAnnotation.class); in findExpectedClasses()
15 import org.testng.annotations.IExpectedExceptionsAnnotation;
3 import org.testng.annotations.IExpectedExceptionsAnnotation;13 implements IExpectedExceptionsAnnotation
30 import org.testng.annotations.IExpectedExceptionsAnnotation;64 m_annotationMap.put(IExpectedExceptionsAnnotation.class, ExpectedExceptions.class); in JDK15AnnotationFinder()
13 import org.testng.annotations.IExpectedExceptionsAnnotation;171 IDataProviderAnnotation.class, IExpectedExceptionsAnnotation.class,
28 import org.testng.annotations.IExpectedExceptionsAnnotation;60 else if (annotationClass == IExpectedExceptionsAnnotation.class) { in createTag()
8 public interface IExpectedExceptionsAnnotation extends IAnnotation { interface
7 import org.testng.annotations.IExpectedExceptionsAnnotation;195 IExpectedExceptionsAnnotation exceptions= in verifyExpectedExceptions()196 …(IExpectedExceptionsAnnotation) m_finder.findAnnotation(method, IExpectedExceptionsAnnotation.clas… in verifyExpectedExceptions()