Home
last modified time | relevance | path

Searched defs:testAnnotation (Results 1 – 5 of 5) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DTestNGMethod.java95 ITestAnnotation testAnnotation = in init() local
127 private String findDescription(ITestAnnotation testAnnotation, XmlTest xmlTest) { in findDescription()
DRegexpExpectedExceptionsHolder.java58 ITestAnnotation testAnnotation = finder.findAnnotation(method, ITestAnnotation.class); in getRegExp() local
DExpectedExceptionsHolder.java35 ITestAnnotation testAnnotation = finder.findAnnotation(method, ITestAnnotation.class); in findExpectedClasses() local
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DProvidesIntoTest.java49 public void testAnnotation() throws Exception { in testAnnotation() method in ProvidesIntoTest
/external/testng/src/main/java/org/testng/reporters/
DXMLSuiteResultWriter.java225 Test testAnnotation; in getTestResultAttributes() local