Packageorg.springextensions.actionscript.flexunit
Classpublic class FlexUnitTestCase
InheritanceFlexUnitTestCase Inheritance flexunit.framework.TestCase

Extends the FlexUnit TestCase with extra assertions.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Methods
 MethodDefined by
  
FlexUnitTestCase(methodName:String = null)
Creates a new FlexUnitTestCase.
FlexUnitTestCase
  
assertArrayContains(... rest):void
FlexUnitTestCase
  
FlexUnitTestCase
  
assertLength(... rest):void
FlexUnitTestCase
Constructor detail
FlexUnitTestCase()constructor
public function FlexUnitTestCase(methodName:String = null)

Creates a new FlexUnitTestCase.

Parameters
methodName:String (default = null)
Method detail
assertArrayContains()method
public function assertArrayContains(... rest):voidParameters
... rest
assertDictionaryKeysOfType()method 
public function assertDictionaryKeysOfType(... rest):voidParameters
... rest
assertLength()method 
public function assertLength(... rest):voidParameters
... rest