Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AbstractPattern
flexunit.flexui.patterns 
 AbstractRowData
flexunit.flexui.data Abstract class representing a row in the test cases tree.
 AllTestFunctionStatus
flexunit.flexui.data.filter 
 ArrayList
flexunit.utils 
 Assert
flexunit.framework Base class containing static assert methods.
 AssertContainedPattern
flexunit.flexui.patterns 
 AssertEqualsPattern
flexunit.flexui.patterns 
 AssertEventOcurredPattern
flexunit.flexui.patterns 
 AssertionFailedError
flexunit.framework Error thrown if an assertion fails.
 AssertMatchPattern
flexunit.flexui.patterns 
 AssertNoMatchPattern
flexunit.flexui.patterns 
 AssertNotContainedPattern
flexunit.flexui.patterns 
 AssertNotNullPattern
flexunit.flexui.patterns 
 AssertNotUndefinedPattern
flexunit.flexui.patterns 
 AssertNullPattern
flexunit.flexui.patterns 
 AssertStringFormats
flexunit.framework 
 AssertUndefinedPattern
flexunit.flexui.patterns 
 AsyncTestHelper
flexunit.framework 
 BaseTestRunner
flexunit.runner 
 Collection
flexunit.utils 
 CollectionIterator
flexunit.utils 
 EmptyTestFunctionStatus
flexunit.flexui.data.filter 
 ErrorTestFunctionStatus
flexunit.flexui.data.filter 
 EventfulTestCase
flexunit.framework A base class for test cases that are interested in event dispatching.
 FailAsyncCallPattern
flexunit.flexui.patterns 
 FilterArea
flexunit.flexui.controls.left 
 FilterTestsModel
flexunit.flexui.data 
 FlexUnitLabels
flexunit.flexui.controls 
 FlexUnitTestRunnerApplication
Top Level 
 IFlexWriter
flexunit.flexui 
 Iterator
flexunit.utils 
 ITestFunctionStatus
flexunit.flexui.data.filter 
 LeftHandSide
flexunit.flexui.controls 
 PromptingTextInput
flexunit.flexui.controls The PromptingTextInput component is a small enhancement to standard TextInput.
 Protectable
flexunit.framework A Protectable instance can run and throw an Error.
 ProtectedFinishTestCase
flexunit.framework Used to finish the TestCase (this should generally be the tearDown method)
 ProtectedMiddleTestCase
flexunit.framework Run the main part of the test, either the actual test or subsequent asynchronous callbacks.
 ProtectedStartTestCase
flexunit.framework Run the beginning of a test, usually the setUp method
 Reflective
flexunit.framework Interface for basic reflection implementation.
 ResultPrinter
flexunit.textui 
 RightHandSide
flexunit.flexui.controls 
 RunningTests
flexunit.flexui.controls.right 
 SearchBarEvent
flexunit.flexui.controls.left.events 
 SelectedTestCaseForm
flexunit.flexui.controls.right 
 StackTraceContainer
flexunit.flexui.controls.right 
 Test
flexunit.framework A Test can be run, with the results collected.
 TestCase
flexunit.framework The Base Class for test cases.
 TestCaseData
flexunit.flexui.data 
 TestCasesTree
flexunit.flexui.controls.left 
 TestFailure
flexunit.framework A TestFailure collects a failed test together with the caught Error.
 TestfFunctionStatuses
flexunit.flexui.data.filter 
 TestFunctionRowData
flexunit.flexui.data 
 TestListener
flexunit.framework Listener Interface for test progress.
 TestResult
flexunit.framework A TestResult collects the results of an executing Test.
 TestResultTreeItemRenderer
flexunit.flexui.controls.left.itemRenderer 
 TestRunner
flexunit.textui 
 TestRunner
flexunit.flexui 
 TestRunnerBase
flexunit.flexui 
 TestRunnerBasePresentationModel
flexunit.flexui.data 
 TestRunnerBasePresentationModelProperyChangedEvent
flexunit.flexui.event 
 TestsComplete
flexunit.flexui.controls.right 
 TestsCompleteEvent
flexunit.flexui.event 
 TestSuite
flexunit.framework A TestSuite is a collection of tests.
 TestSuiteTestListener
flexunit.framework 
 Title
flexunit.flexui.controls 
 WarningTestCase
flexunit.framework A WarningTestCase is a framework generated test cased used to highlight to the test writer that there was a problem with their test.