A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
AbstractError — Class in package asunit.errors |
| |
AbstractError(message) — Constructor in class asunit.errors.AbstractError |
| |
addAsync(handler, duration) — Method in class asunit.framework.TestCase |
|
Called from within setUp or the body of any test method. |
addChild(child) — Method in class asunit.framework.TestCase |
|
Helper method for testing DisplayObject s. |
addedHandler(event) — Method in class asunit.textui.TestRunner |
| |
addError(test:asunit.framework:Test, t) — Method in interface asunit.framework.TestListener |
|
An error occurred. |
addError(test:asunit.framework:Test, t) — Method in class asunit.framework.TestResult |
|
Adds an error to the list of errors. |
addError(test:asunit.framework:Test, t) — Method in class asunit.textui.ResultPrinter |
|
|
addError(test:asunit.framework:Test, t) — Method in class asunit.textui.XMLResultPrinter |
| |
addFailure(test:asunit.framework:Test, t:asunit.errors:AssertionFailedError) — Method in interface asunit.framework.TestListener |
|
A failure occurred. |
addFailure(test:asunit.framework:Test, t:asunit.errors:AssertionFailedError) — Method in class asunit.framework.TestResult |
|
Adds a failure to the list of failures. |
addFailure(test:asunit.framework:Test, t:asunit.errors:AssertionFailedError) — Method in class asunit.textui.ResultPrinter |
|
|
addFailure(test:asunit.framework:Test, t:asunit.errors:AssertionFailedError) — Method in class asunit.textui.XMLResultPrinter |
| |
addListener(listener:asunit.framework:TestListener) — Method in class asunit.framework.TestResult |
|
Registers a TestListener
|
addTest(test:asunit.framework:Test) — Method in class asunit.framework.TestSuite |
|
Adds a test instance to the suite. |
AirRunner — Class in package asunit.textui |
|
The base class for Air application runners that use the Flex framework. |
Assert — Class in package asunit.framework |
|
A set of assert methods. |
Assert() — Constructor in class asunit.framework.Assert |
|
Protect constructor since it is a static only class
|
assertEquals(... rest) — Static method in class asunit.framework.Assert |
|
Asserts that two objects are equal. |
assertEqualsArrays(... rest) — Static method in class asunit.framework.Assert |
|
Asserts that two arrays have the same length and contain the same
objects in the same order. |
assertEqualsArraysIgnoringOrder(... rest) — Static method in class asunit.framework.Assert |
|
Asserts that two arrays have the same length and contain the same
objects. |
assertEqualsFloat(... rest) — Static method in class asunit.framework.Assert |
|
Asserts that two numerical values are equal within a tolerance range. |
assertFalse(... rest) — Static method in class asunit.framework.Assert |
|
Asserts that a condition is false. |
AssertionFailedError — Class in package asunit.errors |
| |
AssertionFailedError(message) — Constructor in class asunit.errors.AssertionFailedError |
| |
assertNotNull(... rest) — Static method in class asunit.framework.Assert |
|
Asserts that an object isn't null. |
assertNotSame(... rest) — Static method in class asunit.framework.Assert |
|
Asserts that two objects do not refer to the same object. |
assertNull(... rest) — Static method in class asunit.framework.Assert |
|
Asserts that an object is null. |
assertSame(... rest) — Static method in class asunit.framework.Assert |
|
Asserts that two objects refer to the same object. |
assertThrows(errorType, block) — Static method in class asunit.framework.Assert |
|
Asserts that the provided block throws an exception that matches
the type provided. |
assertTrue(... rest) — Static method in class asunit.framework.Assert |
|
Asserts that a condition is true. |
AsUnit — Class in Top Level |
| |
asunit.errors — Package |
| |
asunit.framework — Package |
| |
asunit.runner — Package |
| |
asunit.textui — Package |
| |
AsynchronousTestCase — Class in package asunit.framework |
|
Extend this class if you have a TestCase that requires the
asynchronous load of external data. |
AsynchronousTestCase(testMethod) — Constructor in class asunit.framework.AsynchronousTestCase |
| |
AsynchronousTestCaseExample — Class in package 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 — Class in package asunit.framework |
| |
AsyncOperation(testCase:asunit.framework:TestCase, handler, duration) — Constructor in class asunit.framework.AsyncOperation |
| |
asyncOperationComplete(async:asunit.framework:AsyncOperation) — Method in class asunit.framework.TestCase |
| |
asyncOperationTimeout(async:asunit.framework:AsyncOperation, duration) — Method in class asunit.framework.TestCase |
| |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |