Searched refs:dependencyExists (Results 1 – 1 of 1) sorted by relevance
98 if (!equalsEffectiveClass(m1, m2) && !dependencyExists(m1, m2, methods)) { in fixMethodInheritance()108 …private static boolean dependencyExists(ITestNGMethod m1, ITestNGMethod m2, ITestNGMethod[] method… in dependencyExists() method in MethodInheritance