|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.internal.MethodInheritance
public class MethodInheritance
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 |
---|
public MethodInheritance()
Method Detail |
---|
public static void fixMethodInheritance(ITestNGMethod[] methods, boolean baseClassToChild)
methods
- baseClassToChild
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |