org.testng.internal
Class MethodInheritance

java.lang.Object
  extended by org.testng.internal.MethodInheritance

public class MethodInheritance
extends java.lang.Object


Constructor Summary
MethodInheritance()
           
 
Method Summary
static void fixMethodInheritance(ITestNGMethod[] methods, boolean baseClassToChild)
          Fix the methodsDependedUpon to make sure that @Configuration methods respect inheritance (before methods are invoked in the order Base first and after methods are invoked in the order Child first)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInheritance

public MethodInheritance()
Method Detail

fixMethodInheritance

public static void fixMethodInheritance(ITestNGMethod[] methods,
                                        boolean baseClassToChild)
Fix the methodsDependedUpon to make sure that @Configuration methods respect inheritance (before methods are invoked in the order Base first and after methods are invoked in the order Child first)

Parameters:
methods -
baseClassToChild -


Copyright © 2010. All Rights Reserved.