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  
AbstractPattern — Class in package flexunit.flexui.patterns
AbstractPattern(pattern) — Constructor in class flexunit.flexui.patterns.AbstractPattern
AbstractRowData — Class in package flexunit.flexui.data
Abstract class representing a row in the test cases tree.
ACTUAL — Constant static property in class flexunit.flexui.controls.FlexUnitLabels
actualResult — Property in class flexunit.flexui.data.TestFunctionRowData
actualResultLabel — Property in class flexunit.flexui.controls.left.itemRenderer.TestResultTreeItemRenderer
addAsync(func, timeout, passThroughData, failFunc) — Method in class flexunit.framework.TestCase
Add an asynchronous check point to the test.
addError() — Method in class flexunit.flexui.data.TestRunnerBasePresentationModel
addError(test:flexunit.framework:Test, error) — Method in interface flexunit.framework.TestListener
addError(test:flexunit.framework:Test, error) — Method in class flexunit.framework.TestResult
addError(test:flexunit.framework:Test, error) — Method in class flexunit.framework.TestSuiteTestListener
addError(test:flexunit.framework:Test, error) — Method in class flexunit.runner.BaseTestRunner
addError(test:flexunit.framework:Test, error) — Method in class flexunit.textui.ResultPrinter
addFailure() — Method in class flexunit.flexui.data.TestRunnerBasePresentationModel
addFailure(test:flexunit.framework:Test, error:flexunit.framework:AssertionFailedError) — Method in interface flexunit.framework.TestListener
addFailure(test:flexunit.framework:Test, error:flexunit.framework:AssertionFailedError) — Method in class flexunit.framework.TestResult
addFailure(test:flexunit.framework:Test, error:flexunit.framework:AssertionFailedError) — Method in class flexunit.framework.TestSuiteTestListener
addFailure(test:flexunit.framework:Test, error:flexunit.framework:AssertionFailedError) — Method in class flexunit.runner.BaseTestRunner
addFailure(test:flexunit.framework:Test, error:flexunit.framework:AssertionFailedError) — Method in class flexunit.textui.ResultPrinter
addItem(item) — Method in class flexunit.utils.ArrayList
addItem(item) — Method in interface flexunit.utils.Collection
addListener(listener:flexunit.framework:TestListener) — Method in class flexunit.framework.TestResult
addTest(testFunctionToAdd:flexunit.flexui.data:TestFunctionRowData) — Method in class flexunit.flexui.data.TestCaseData
addTest(test:flexunit.framework:Test) — Method in class flexunit.framework.TestSuite
Adds a test to this test suite.
addTestRowToHierarchicalList(testCase:flexunit.framework:TestCase, error, success, isFailure) — Method in class flexunit.flexui.data.TestRunnerBasePresentationModel
addTestSuite(testClass) — Method in class flexunit.framework.TestSuite
Wraps a test inside a TestSuite and adds it to this test suite.
alignComponentVertically(unscaledWidth, unscaledHeight) — Method in class flexunit.flexui.controls.left.itemRenderer.TestResultTreeItemRenderer
ALL — Constant static property in class flexunit.flexui.controls.FlexUnitLabels
ALL — Constant static property in class flexunit.flexui.data.filter.TestfFunctionStatuses
AllTestFunctionStatus — Class in package flexunit.flexui.data.filter
AN_AVERAGE_OF — Constant static property in class flexunit.flexui.controls.FlexUnitLabels
apply(newRow:flexunit.flexui.data:TestFunctionRowData) — Method in class flexunit.flexui.patterns.AbstractPattern
ArrayList — Class in package flexunit.utils
ArrayList() — Constructor in class flexunit.utils.ArrayList
Assert — Class in package flexunit.framework
Base class containing static assert methods.
Assert() — Constructor in class flexunit.framework.Assert
assertContained(... rest) — Static method in class flexunit.framework.Assert
Asserts that the first string is contained in the second one The first argument can be the message when the assertion fails
AssertContainedPattern — Class in package flexunit.flexui.patterns
AssertContainedPattern() — Constructor in class flexunit.flexui.patterns.AssertContainedPattern
assertEquals(... rest) — Static method in class flexunit.framework.Assert
Asserts that 2 values are equal.
AssertEqualsPattern — Class in package flexunit.flexui.patterns
AssertEqualsPattern() — Constructor in class flexunit.flexui.patterns.AssertEqualsPattern
AssertEventOcurredPattern — Class in package flexunit.flexui.patterns
AssertEventOcurredPattern() — Constructor in class flexunit.flexui.patterns.AssertEventOcurredPattern
assertEvents(message) — Method in class flexunit.framework.EventfulTestCase
Asserts that the expected events were dispatched and the unexpected events were not dispatched.
assertFalse(... rest) — Static method in class flexunit.framework.Assert
Asserts that a condition is false The first argument can be the message when the assertion fails
AssertionFailedError — Class in package flexunit.framework
Error thrown if an assertion fails.
AssertionFailedError(message) — Constructor in class flexunit.framework.AssertionFailedError
assertionsLabel — Property in class flexunit.flexui.controls.left.itemRenderer.TestResultTreeItemRenderer
assertionsMade — Property in class flexunit.flexui.data.AbstractRowData
Abstract method.
assertionsMade — Property in class flexunit.flexui.data.TestCaseData
assertionsMade — Property in class flexunit.flexui.data.TestFunctionRowData
_assertionsMade — Static property in class flexunit.framework.Assert
assertionsMade — Property in class flexunit.framework.TestCase
assertionsMade — Property in class flexunit.framework.TestResult
assertionsMadeLegend — Property in class flexunit.flexui.data.AbstractRowData
ASSERTIONS_MADE_MESSAGE — Constant static property in class flexunit.flexui.controls.FlexUnitLabels
ASSERTIONS_PER_TEST — Constant static property in class flexunit.flexui.controls.FlexUnitLabels
ASSERTIONS_PER_TEST_IN_AVERAGE — Constant static property in class flexunit.flexui.controls.FlexUnitLabels
ASSERTIONS_SLIDER_TOOLTIP — Constant static property in class flexunit.flexui.controls.FlexUnitLabels
assertMatch(... rest) — Static method in class flexunit.framework.Assert
Asserts that a string matches a regexp.
AssertMatchPattern — Class in package flexunit.flexui.patterns
AssertMatchPattern() — Constructor in class flexunit.flexui.patterns.AssertMatchPattern
assertNoMatch(... rest) — Static method in class flexunit.framework.Assert
Asserts that a string doesn't match a regexp.
AssertNoMatchPattern — Class in package flexunit.flexui.patterns
AssertNoMatchPattern() — Constructor in class flexunit.flexui.patterns.AssertNoMatchPattern
assertNotContained(... rest) — Static method in class flexunit.framework.Assert
Asserts that the first string is not contained in the second one The first argument can be the message when the assertion fails
AssertNotContainedPattern — Class in package flexunit.flexui.patterns
AssertNotContainedPattern() — Constructor in class flexunit.flexui.patterns.AssertNotContainedPattern
assertNotNull(... rest) — Static method in class flexunit.framework.Assert
Asserts that an object is not null The first argument can be the message when the assertion fails
AssertNotNullPattern — Class in package flexunit.flexui.patterns
AssertNotNullPattern() — Constructor in class flexunit.flexui.patterns.AssertNotNullPattern
assertNotUndefined(... rest) — Static method in class flexunit.framework.Assert
Asserts that an object is not undefined The first argument can be the message when the assertion fails
AssertNotUndefinedPattern — Class in package flexunit.flexui.patterns
AssertNotUndefinedPattern() — Constructor in class flexunit.flexui.patterns.AssertNotUndefinedPattern
assertNull(... rest) — Static method in class flexunit.framework.Assert
Asserts that an object is null The first argument can be the message when the assertion fails
AssertNullPattern — Class in package flexunit.flexui.patterns
AssertNullPattern() — Constructor in class flexunit.flexui.patterns.AssertNullPattern
ASSERTS — Constant static property in class flexunit.flexui.controls.FlexUnitLabels
assertStrictlyEquals(... rest) — Static method in class flexunit.framework.Assert
Asserts that two objects are strickly identical The first argument can be the message when the assertion fails
AssertStringFormats — Class in package flexunit.framework
assertTrue(... rest) — Static method in class flexunit.framework.Assert
Asserts that a condition is true The first argument can be the message when the assertion fails
assertUndefined(... rest) — Static method in class flexunit.framework.Assert
Asserts that an object is undefined The first argument can be the message when the assertion fails
AssertUndefinedPattern — Class in package flexunit.flexui.patterns
AssertUndefinedPattern() — Constructor in class flexunit.flexui.patterns.AssertUndefinedPattern
assetionsMade — Static property in class flexunit.framework.Assert
ASYNC_CALL_NOT_FIRED — Constant static property in class flexunit.framework.AssertStringFormats
AsyncTestHelper — Class in package flexunit.framework
AsyncTestHelper(testCase:flexunit.framework:TestCase, testResult:flexunit.framework:TestResult) — Constructor in class flexunit.framework.AsyncTestHelper
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