Searched refs:m_finder (Results 1 – 2 of 2) sorted by relevance
/external/testng/src/test/java/test/mannotation/ |
D | MAnnotation2SampleTest.java | 15 private IAnnotationFinder m_finder; field in MAnnotation2SampleTest 19 m_finder = m_configuration.getAnnotationFinder(); in init() 28 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestGroupsInheritance() 35 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestGroupsInheritance() 47 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestDependsOnGroupsInheritance() 54 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestDependsOnGroupsInheritance() 67 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestDependsOnMethodsInheritance() 74 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestDependsOnMethodsInheritance() 87 …IConfigurationAnnotation test1 = (IConfigurationAnnotation) m_finder.findAnnotation(method, IConfi… in verifyConfigurationGroupsInheritance() 98 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestEnabledInheritance() [all …]
|
D | MAnnotationSampleTest.java | 23 private IAnnotationFinder m_finder; field in MAnnotationSampleTest 27 m_finder = m_configuration.getAnnotationFinder(); in init() 34 …ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(MTest1.class, ITestAnnotation.cl… in verifyTestClassLevel() 51 …ITestAnnotation test2 = (ITestAnnotation) m_finder.findAnnotation(MTest2.class, ITestAnnotation.cl… in verifyTestClassLevel() 67 … ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(method, ITestAnnotation.class); in verifyTestMethodLevel() 90 …ITestAnnotation test1 = (ITestAnnotation) m_finder.findAnnotation(constructor, ITestAnnotation.cla… in verifyTestConstructorLevel() 112 (IConfigurationAnnotation) m_finder.findAnnotation(method, IConfigurationAnnotation.class); in verifyConfigurationBefore() 137 (IConfigurationAnnotation) m_finder.findAnnotation(method, IConfigurationAnnotation.class); in verifyConfigurationAfter() 162 (IConfigurationAnnotation) m_finder.findAnnotation(method, IConfigurationAnnotation.class); in verifyConfigurationOthers() 187 (IDataProviderAnnotation) m_finder.findAnnotation(method, IDataProviderAnnotation.class); in verifyDataProvider() [all …]
|