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
 Assert
org.libspark.asunit.framework A set of asserft methods.
 AssertionFailedError
org.libspark.asunit.framework Thrown when an assertion failed.
 BaseTestRunner
org.libspark.asunit.runner Base class for all test runners.
 Protectable
org.libspark.asunit.framework A Protectable can be run and can throw a error.
 RepeatedTest
org.libspark.asunit.extensions A Decorator that runs a test repeatedly.
 ResultPrinter
org.libspark.asunit.textui 
 StandardTestSuiteLoader
org.libspark.asunit.runner The standard test suite loader.
 Test
org.libspark.asunit.framework A Test can be run and collect its results.
 TestCase
org.libspark.asunit.framework A test case defines the fixture to run multiple tests.
 TestDecorator
org.libspark.asunit.extensions A Decorator for Tests.
 TestFailure
org.libspark.asunit.framework A TestFailure collects a failed test together with the caught exception.
 TestListener
org.libspark.asunit.framework A Listener for test progress.
 TestResult
org.libspark.asunit.framework 
 TestRunListenerStatus
org.libspark.asunit.runner 
 TestRunner
org.libspark.asunit.textui 
 TestSetup
org.libspark.asunit.extensions A Decorator to set up and tear down additional fixture state.
 TestSuite
org.libspark.asunit.framework A TestSuite is a Composite of Tests.
 TestSuiteLoader
org.libspark.asunit.runner An interface to define how a tst suite should be loaded.