All Classes


Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for MXML classes and for those APIs that belong to a specific class in ActionScript (as opposed to global functions or properties). 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.


NamePackageDescription
ArrayList
flexunit.utils
Assert
flexunit.framework Base class containing static assert methods.
AssertionFailedError
flexunit.framework Error thrown if an assertion fails.
AsyncTestHelper
flexunit.framework
BaseTestRunner
flexunit.runner
Collection
flexunit.utils
CollectionIterator
flexunit.utils
Iterator
flexunit.utils
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
Test
flexunit.framework A Test can be run, with the results collected.
TestCase
flexunit.framework
TestFailure
flexunit.framework A TestFailure collects a failed test together with the caught Error.
TestListener
flexunit.framework Listener Interface for test progress.
TestResult
flexunit.framework A TestResult collects the results of an executing Test.
TestRunner
flexunit.textui
TestSuite
flexunit.framework
TestSuiteTestListener
flexunit.framework
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.