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
 AbstractError
asunit.errors 
 AirRunner
asunit.textui The base class for Air application runners that use the Flex framework.
 Assert
asunit.framework A set of assert methods.
 AssertionFailedError
asunit.errors 
 AsUnit
Top Level 
 AsynchronousTestCase
asunit.framework Extend this class if you have a TestCase that requires the asynchronous load of external data.
 AsynchronousTestCaseExample
asunit.framework This example is built on the following mock data: This example was created to illustrate how one can build an synchronous TestCase - one that relies on remote data of some sort.
 AsyncOperation
asunit.framework 
 BaseTestRunner
asunit.runner Base class for all test runners.
 ClassNotFoundError
asunit.errors 
 FlexRunner
asunit.textui The FlexTestRunner should be the base class for your test harness if you're testing a project that uses Flex components.
 InstanceNotFoundError
asunit.errors 
 RemotingTestCase
asunit.framework RemotingTestCase
 ResultPrinter
asunit.textui This is the base class for collecting test output and formatting for different displays.
 Test
asunit.framework 
 TestCase
asunit.framework A test case defines the fixture to run multiple tests.
 TestCaseExample
asunit.framework 
 TestFailure
asunit.framework A TestFailure collects a failed test together with the caught exception.
 TestListener
asunit.framework 
 TestMethod
asunit.framework A TestFailure collects a failed test together with the caught exception.
 TestResult
asunit.framework A TestResult collects the results of executing a test case.
 TestRunner
asunit.textui The base class for ActionScript 3.0 test harness.
 TestSuite
asunit.framework A TestSuite is a Composite of Tests.
 TestSuiteLoader
asunit.runner 
 TestTime
asunit.textui 
 UnimplementedFeatureError
asunit.errors 
 Version
asunit.runner 
 XMLResultPrinter
asunit.textui The XMLResultPrinter is used to transform AsUnit test results to JUnit-compatible XML content.