Packagefunit.core
Classpublic class FUnitFramework



Public Methods
 MethodDefined 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
Method detail
applyCommonAttributes()method
public static function applyCommonAttributes(attributes:Array, test:Test):void

Parameters
attributes:Array
 
test:Test
applyExpectedErrorAttribute()method 
public static function applyExpectedErrorAttribute(method:MethodInfo, testMethod:TestMethod):void

Parameters
method:MethodInfo
 
testMethod:TestMethod
getFixtureSetUpMethod()method 
public static function getFixtureSetUpMethod(fixtureType:Type):MethodInfo

Parameters
fixtureType:Type

Returns
MethodInfo
getFixtureTearDownMethod()method 
public static function getFixtureTearDownMethod(fixtureType:Type):MethodInfo

Parameters
fixtureType:Type

Returns
MethodInfo
getSetUpMethod()method 
public static function getSetUpMethod(fixtureType:Type):MethodInfo

Parameters
fixtureType:Type

Returns
MethodInfo
getTearDownMethod()method 
public static function getTearDownMethod(fixtureType:Type):MethodInfo

Parameters
fixtureType:Type

Returns
MethodInfo
isFixtureSetUpMethod()method 
public static function isFixtureSetUpMethod(method:MethodInfo):Boolean

Parameters
method:MethodInfo

Returns
Boolean
isFixtureTearDownMethod()method 
public static function isFixtureTearDownMethod(method:MethodInfo):Boolean

Parameters
method:MethodInfo

Returns
Boolean
isSetUpMethod()method 
public static function isSetUpMethod(method:MethodInfo):Boolean

Parameters
method:MethodInfo

Returns
Boolean
isTearDownMethod()method 
public static function isTearDownMethod(method:MethodInfo):Boolean

Parameters
method:MethodInfo

Returns
Boolean