| Method | Defined by | ||
|---|---|---|---|
|
applyCommonAttributes(attributes:Array, test:Test):void
[static]
| FUnitFramework | ||
|
applyExpectedErrorAttribute(method:MethodInfo, testMethod:TestMethod):void
[static]
| FUnitFramework | ||
|
getFixtureSetUpMethod(fixtureType:Type):MethodInfo
[static]
| FUnitFramework | ||
|
getFixtureTearDownMethod(fixtureType:Type):MethodInfo
[static]
| FUnitFramework | ||
|
getSetUpMethod(fixtureType:Type):MethodInfo
[static]
| FUnitFramework | ||
|
getTearDownMethod(fixtureType:Type):MethodInfo
[static]
| FUnitFramework | ||
|
isFixtureSetUpMethod(method:MethodInfo):Boolean
[static]
| FUnitFramework | ||
|
isFixtureTearDownMethod(method:MethodInfo):Boolean
[static]
| FUnitFramework | ||
|
isSetUpMethod(method:MethodInfo):Boolean
[static]
| FUnitFramework | ||
|
isTearDownMethod(method:MethodInfo):Boolean
[static]
| FUnitFramework | ||
| applyCommonAttributes | () | method |
public static function applyCommonAttributes(attributes:Array, test:Test):voidParameters
attributes:Array |
|
test:Test |
| applyExpectedErrorAttribute | () | method |
public static function applyExpectedErrorAttribute(method:MethodInfo, testMethod:TestMethod):voidParameters
method:MethodInfo |
|
testMethod:TestMethod |
| getFixtureSetUpMethod | () | method |
public static function getFixtureSetUpMethod(fixtureType:Type):MethodInfoParameters
fixtureType:Type |
MethodInfo |
| getFixtureTearDownMethod | () | method |
public static function getFixtureTearDownMethod(fixtureType:Type):MethodInfoParameters
fixtureType:Type |
MethodInfo |
| getSetUpMethod | () | method |
public static function getSetUpMethod(fixtureType:Type):MethodInfoParameters
fixtureType:Type |
MethodInfo |
| getTearDownMethod | () | method |
public static function getTearDownMethod(fixtureType:Type):MethodInfoParameters
fixtureType:Type |
MethodInfo |
| isFixtureSetUpMethod | () | method |
public static function isFixtureSetUpMethod(method:MethodInfo):BooleanParameters
method:MethodInfo |
Boolean |
| isFixtureTearDownMethod | () | method |
public static function isFixtureTearDownMethod(method:MethodInfo):BooleanParameters
method:MethodInfo |
Boolean |
| isSetUpMethod | () | method |
public static function isSetUpMethod(method:MethodInfo):BooleanParameters
method:MethodInfo |
Boolean |
| isTearDownMethod | () | method |
public static function isTearDownMethod(method:MethodInfo):BooleanParameters
method:MethodInfo |
Boolean |