Home
last modified time | relevance | path

Searched refs:MTest3 (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/test/java/test/mannotation/
DMAnnotation2SampleTest.java27 Method method = MTest3.class.getMethod("groups1", new Class[0]); in verifyTestGroupsInheritance()
34 Method method = MTest3.class.getMethod("groups2", new Class[0]); in verifyTestGroupsInheritance()
46 Method method = MTest3.class.getMethod("dependsOnGroups1", new Class[0]); in verifyTestDependsOnGroupsInheritance()
53 Method method = MTest3.class.getMethod("dependsOnGroups2", new Class[0]); in verifyTestDependsOnGroupsInheritance()
66 Method method = MTest3.class.getMethod("dependsOnMethods1", new Class[0]); in verifyTestDependsOnMethodsInheritance()
73 Method method = MTest3.class.getMethod("dependsOnMethods2", new Class[0]); in verifyTestDependsOnMethodsInheritance()
86 Method method = MTest3.class.getMethod("beforeSuite", new Class[0]); in verifyConfigurationGroupsInheritance()
97 Method method = MTest3.class.getMethod("enabled1", new Class[0]); in verifyTestEnabledInheritance()
103 Method method = MTest3.class.getMethod("enabled2", new Class[0]); in verifyTestEnabledInheritance()
DMTest3.java7 public class MTest3 extends MBase { class