Package | org.flexunit.runner.manipulation.sortingInheritance |
Class | public class ClassInheritanceOrderCache |
Inheritance | ClassInheritanceOrderCache ![]() |
Implements | ISortingInheritanceCache |
Method | Defined By | ||
---|---|---|---|
ClassInheritanceOrderCache(testClass:TestClass)
Builds a map of the class inheritance for a given testclass
| ClassInheritanceOrderCache | ||
getInheritedOrder(description:IDescription, superFirst:Boolean = true):int
Returns the order of this method description relative to others in the super/subclasses
| ClassInheritanceOrderCache |
ClassInheritanceOrderCache | () | Constructor |
public function ClassInheritanceOrderCache(testClass:TestClass)
Builds a map of the class inheritance for a given testclass
ParameterstestClass:TestClass |
getInheritedOrder | () | method |
public function getInheritedOrder(description:IDescription, superFirst:Boolean = true):int
Returns the order of this method description relative to others in the super/subclasses
Parameters
description:IDescription | |
superFirst:Boolean (default = true )
|
int —
|