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 |
target — Property, interface org.fluint.sequence.ISequenceStep |
|
The target eventDispatcher which the implementing classes will manipulate, use to boradcast events or
listen to for events
|
target — Property, class org.fluint.sequence.SequenceBindingWaiter |
|
The event dispatcher where the properties/value pairs defined
in the props object will be set. |
target — Property, class org.fluint.sequence.SequenceCaller |
|
The event dispatcher where the properties/value pairs defined
in the props object will be set. |
target — Property, class org.fluint.sequence.SequenceEventDispatcher |
|
The target event dispatcher where the eventToBroadcast will be
broadcast from. |
target — Property, class org.fluint.sequence.SequenceSetter |
|
The event dispatcher where the properties/value pairs defined
in the props object will be set. |
target — Property, class org.fluint.sequence.SequenceWaiter |
|
The event dispatcher where the properties/value pairs defined
in the props object will be set. |
targetException — Property, class org.flexunit.experimental.theories.internals.ParameterizedAssertionError |
|
The exception that was thrown. |
targetField — Property, class org.flexunit.runner.external.ExternalDependencyToken |
|
The field where the final data loaded from this external dependency will reside
|
TEST — Constant Static Property, class org.flexunit.constants.AnnotationConstants |
|
Annotation constant used with all runners to indicate a Test to be executed
|
testAssumptionFailure(failure:org.flexunit.runner.notification:Failure) — method, interface org.flexunit.runner.notification.IRunListener |
|
Called when an atomic test flags that it assumes a condition that is false. |
testAssumptionFailure(failure:org.flexunit.runner.notification:Failure) — method, class org.flexunit.runner.notification.RunListener |
|
Called when an atomic test flags that it assumes a condition that is
false
|
testClass — Property, class org.flexunit.experimental.theories.internals.Assignments |
|
The test class that contains the theory. |
testClass — Property, class org.flexunit.runners.ParentRunner |
|
Returns a TestClass object wrapping the class to be executed. |
TestClass — class, package org.flexunit.runners.model |
|
The TestClass wraps a class that is to be executing, providing method
validation and annotation searching. |
TestClass(klass:Class) — Constructor, class org.flexunit.runners.model.TestClass |
|
Constructor. |
testCount — Property, class org.flexunit.runner.Description |
| |
testCount — Property, interface org.flexunit.runner.IDescription |
| |
testDisplay — Static Property, class org.fluint.uiImpersonation.UIImpersonator |
|
Returns the base display component for all components added to the impersonator. |
testEnvironment — Property, interface org.fluint.uiImpersonation.IVisualTestEnvironment |
|
Returns the current test environment
|
testEnvironment — Property, class org.fluint.uiImpersonation.VisualTestEnvironment |
|
Returns the sprite which contains all children added to the test environment. |
testFailure(failure:org.flexunit.runner.notification:Failure) — method, class org.flexunit.internals.TextListener |
|
Called when an atomic test fails. |
testFailure(failure:org.flexunit.runner.notification:Failure) — method, class org.flexunit.internals.TraceListener |
|
Called when an atomic test fails. |
testFailure(failure:org.flexunit.runner.notification:Failure) — method, interface org.flexunit.runner.notification.IRunListener |
|
Called when an atomic test fails. |
testFailure(failure:org.flexunit.runner.notification:Failure) — method, class org.flexunit.runner.notification.RunListener |
|
Called when an atomic test fails. |
testFinished(description:org.flexunit.runner:IDescription) — method, interface org.flexunit.runner.notification.IRunListener |
|
Called when an atomic test has finished, whether the test succeeds or fails. |
testFinished(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.notification.RunListener |
|
Called when an atomic test has finished, whether the test succeeds or fails. |
testFromSuiteMethod(clazz:Class) — Static Method , class org.flexunit.internals.runners.SuiteMethod |
|
Creates a test from a method in the suite. |
testHeader — Property, class org.flexunit.runner.notification.Failure |
| |
testIgnored(description:org.flexunit.runner:IDescription) — method, class org.flexunit.internals.TextListener |
|
Called when a test will not be run, generally because a test method is annotated
with org.junit.Ignore. |
testIgnored(description:org.flexunit.runner:IDescription) — method, class org.flexunit.internals.TraceListener |
|
Called when a test will not be run, generally because a test method is annotated
with org.junit.Ignore. |
testIgnored(description:org.flexunit.runner:IDescription) — method, interface org.flexunit.runner.notification.IRunListener |
|
Called when a test will not be run, generally because a test method is annotated
with the Ignore tag. |
testIgnored(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.notification.RunListener |
|
Called when a test will not be run, generally because a test method is annotated
with org.junit.Ignore. |
TEST_MECHANISM — Static Property, class org.flexunit.runner.Description |
|
Global instance of a failed test description for test mechanmism reasons
|
TestResponder — class, package org.flexunit.async |
|
A respoder for tests that contains Functions for the test succeeding or the test
failing to succeed. |
TestResponder(result:Function, fault:Function) — Constructor, class org.flexunit.async.TestResponder |
|
Constructor. |
testRunFinished(result:org.flexunit.runner:Result) — method, class org.flexunit.internals.TextListener |
|
Called when all tests have finished
|
testRunFinished(result:org.flexunit.runner:Result) — method, class org.flexunit.internals.TraceListener |
|
Called when all tests have finished
|
testRunFinished(result:org.flexunit.runner:Result) — method, interface org.flexunit.runner.notification.IRunListener |
|
Called when all tests have finished and the test run is done. |
testRunFinished(result:org.flexunit.runner:Result) — method, class org.flexunit.runner.notification.RunListener |
|
Called when all tests have finished
|
testRunStarted(description:org.flexunit.runner:IDescription) — method, class org.flexunit.internals.TextListener |
|
Called before any tests have been run. |
testRunStarted(description:org.flexunit.runner:IDescription) — method, interface org.flexunit.runner.notification.IRunListener |
|
Called before any tests have been run and the test run is starting. |
testRunStarted(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.notification.RunListener |
|
Called before any tests have been run. |
TESTS_COMPLETE — Constant Static Property, class org.flexunit.runner.FlexUnitCore |
| |
TESTS_STOPPED — Constant Static Property, class org.flexunit.runner.FlexUnitCore |
| |
testStarted(description:org.flexunit.runner:IDescription) — method, class org.flexunit.internals.TextListener |
|
Called when an atomic test is about to be started. |
testStarted(description:org.flexunit.runner:IDescription) — method, class org.flexunit.internals.TraceListener |
|
Called when an atomic test is about to be started. |
testStarted(description:org.flexunit.runner:IDescription) — method, interface org.flexunit.runner.notification.IRunListener |
|
Called when an atomic test is about to be begin. |
testStarted(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.notification.RunListener |
|
Called when an atomic test is about to be started. |
testTimed(description:org.flexunit.runner:IDescription, runTime:Number) — method, class org.flexunit.internals.TraceListener |
|
Outputs timing information for the running test
|
testTimed(description:org.flexunit.runner:IDescription, runTime:Number) — method, interface org.flexunit.runner.notification.ITemporalRunListener |
|
Called by the notifier when a test run completed
|
TextListener — class, package org.flexunit.internals |
|
A TextListener will record the events encountered during the course of a test run in a logger. |
TextListener(logger:mx.logging:ILogger) — Constructor, class org.flexunit.internals.TextListener |
|
Constructor. |
Theories — class, package org.flexunit.experimental.theories |
|
The Theories runner is a runner that will run theory test methods. |
Theories(klass:Class) — Constructor, class org.flexunit.experimental.theories.Theories |
|
Constructor. |
THEORY — Constant Static Property, class org.flexunit.constants.AnnotationConstants |
|
Annotation constant used with the Theory runner to indicate a given test is a Theory
|
TheoryAnchor — class, package org.flexunit.experimental.runners.statements |
|
The TheoryAnchor is responsible for keeping track of the progress of a particular theory method. |
TheoryAnchor(method:org.flexunit.runners.model:FrameworkMethod, testClass:org.flexunit.runners.model:TestClass) — Constructor, class org.flexunit.experimental.runners.statements.TheoryAnchor |
|
Constructor. |
TheoryBlockRunner — class, package org.flexunit.experimental.runners.statements |
|
The TheoryBlockRunner is a runner used for running an indiviudal theory method that
has had all of its parameters assigned values. |
TheoryBlockRunner(klass:Class, anchor:org.flexunit.experimental.runners.statements:TheoryAnchor, complete:org.flexunit.experimental.theories.internals:Assignments) — Constructor, class org.flexunit.experimental.runners.statements.TheoryBlockRunner |
|
Constructor. |
TheoryBlockRunnerStatement — class, package org.flexunit.experimental.runners.statements |
|
The TheoryBlockRunnerStatement is responsible for reporting whether the theory
method with specific arguments was successful. |
TheoryBlockRunnerStatement(statement:org.flexunit.internals.runners.statements:IAsyncStatement, anchor:org.flexunit.experimental.runners.statements:TheoryAnchor, complete:org.flexunit.experimental.theories.internals:Assignments) — Constructor, class org.flexunit.experimental.runners.statements.TheoryBlockRunnerStatement |
|
Constructor. |
thrice() — method, class org.flexunit.events.rule.EventExpectations |
| |
thrice() — method, interface org.flexunit.events.rule.IEventExpectation |
| |
thrice() — method, class org.flexunit.events.rule.QuantityMatcher |
| |
timeout — Property, class org.flexunit.async.AsyncHandler |
|
The number of milliseconds this class should wait for its handleEvent
method to be called, before firing a 'timerExpired' event. |
timeout — Property, interface org.fluint.sequence.ISequencePend |
|
Time in milliseconds this operation is allowed before it is considered a
failure. |
timeout — Property, class org.fluint.sequence.SequenceBindingWaiter |
|
The number of milliseconds this class should wait for its handleEvent
method to be called, before firing a 'timerExpired' event. |
timeout — Property, class org.fluint.sequence.SequenceWaiter |
|
The number of milliseconds this class should wait for its handleEvent
method to be called, before firing a 'timerExpired' event. |
TIMEOUT — Constant Static Property, class org.flexunit.constants.AnnotationArgumentConstants |
|
Argument constant used in the Test metadata to indicate that this test is expected to
complete within the specified timeout. |
timeOutExpired — Event, class org.flexunit.events.rule.TimeoutMonitor |
| |
TIME_OUT_EXPIRED — Constant Static Property, class org.flexunit.events.rule.TimeoutMonitor |
| |
timeoutHandler — Property, class org.flexunit.async.AsyncHandler |
|
A reference to the event handler that should be called if the event named in
the TestCase.asyncHandler() method does not fire before the timeout is reached. |
timeoutHandler — Property, interface org.fluint.sequence.ISequencePend |
|
Event handler to call on a timeout. |
timeoutHandler — Property, class org.fluint.sequence.SequenceBindingWaiter |
|
A reference to the event handler that should be called if the event named in eventName
does not fire before the timeout is reached. |
timeoutHandler — Property, class org.fluint.sequence.SequenceWaiter |
|
A reference to the event handler that should be called if the event named in eventName
does not fire before the timeout is reached. |
TimeoutMonitor — class, package org.flexunit.events.rule |
| |
TimeoutMonitor(timeOut:Number) — Constructor, class org.flexunit.events.rule.TimeoutMonitor |
| |
timeRemaining — Property, class org.flexunit.internals.runners.watcher.FrameWatcher |
| |
timerExpired — Event, class org.flexunit.async.AsyncHandler |
|
The 'timerExpired' event is fired when the event specified in the
TestCase.asyncHandler() method does not occur before the timeout
specified in the constructor. |
TIMER_EXPIRED — Static Property, class org.flexunit.async.AsyncHandler |
| |
times(value:Number) — method, class org.flexunit.events.rule.EventExpectations |
| |
times(value:Number) — method, interface org.flexunit.events.rule.IEventExpectation |
| |
times(value:Number) — method, class org.flexunit.events.rule.QuantityMatcher |
| |
token — Property, class org.flexunit.internals.dependency.ExternalRunnerDependencyWatcher |
|
Returns the start up AsyncCoreStartupToken that the FlexUnit core
uses to wait for the resolution of all dependencies
|
token — Property, interface org.flexunit.internals.dependency.IExternalRunnerDependencyWatcher |
|
Returns the start up AsyncCoreStartupToken that the FlexUnit core
uses to wait for the resolution of all dependencies
|
token — Property, class org.flexunit.token.ChildResult |
|
The AsyncTestToken associated with the result. |
toString() — method, class org.flexunit.events.rule.QuantityMatcher |
|
Returns a description of this Matcher
|
toString() — method, class org.flexunit.experimental.runners.statements.MethodCompleteWithParamsStatement |
|
Returns a string that includes the name of the method, the assigned parameters, and the
new instance of the current test class. |
toString() — method, interface org.flexunit.experimental.theories.IPotentialAssignment |
|
Returns a string that includes the name of the parameter the potential assignment is associated with
as well as the value being assigned to the parameter. |
toString() — method, class org.flexunit.experimental.theories.ParameterSignature |
|
Returns a string that includes the name of the type of the parameter as well as the
parameter's associated method metadata. |
toString() — method, class org.flexunit.experimental.theories.PotentialAssignment |
|
Returns a string that includes the name of the parameter the potential assignment is associated with
as well as the value being assigned to the parameter. |
toString() — method, class org.flexunit.experimental.theories.internals.Assignments |
|
Returns a string containing the name of the test class, the assigned parameters, and the
unassigned parameters. |
toString() — method, class org.flexunit.internals.runners.statements.MethodRuleBase |
|
A method which must be overriden in subclasses. |
toString() — method, class org.flexunit.internals.runners.statements.StatementSequencer |
|
Returns the current queue of statements that are in the sequence. |
toString() — method, class org.flexunit.runners.model.ParameterizedMethod |
|
Indicates that this is a ParameterizedMethod
|
toString() — method, class org.flexunit.runners.model.TestClass |
|
Returns the name of the of the class. |
toString() — method, class org.flexunit.token.AsyncTestToken |
|
Returns a string that inculdes the debugClassName, if it exists, and the
current number of listeners. |
totalCount — Property, class org.flexunit.runner.notification.async.AsyncListenerWatcher |
|
Returns the number of total start ups
|
TraceListener — class, package org.flexunit.internals |
|
A TraceListener will trace the events encountered during the course of a test run. |
TraceListener() — Constructor, class org.flexunit.internals.TraceListener |
|
Constructor. |
twice() — method, class org.flexunit.events.rule.EventExpectations |
| |
twice() — method, interface org.flexunit.events.rule.IEventExpectation |
| |
twice() — method, class org.flexunit.events.rule.QuantityMatcher |
| |
type — Property, class flex.lang.reflect.Field |
|
Retrieves the Class associated with the Field
|
type — Property, class org.flexunit.experimental.theories.ParameterSignature |
|
Returns the type of the ParameterSignature. |
|
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 |