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 |
safeRunnerForClass(testClass:Class) — method, interface org.flexunit.runners.model.IRunnerBuilder |
|
Returns an IRunner that can safely run the provided testClass. |
safeRunnerForClass(testClass:Class) — method, class org.flexunit.runners.model.RunnerBuilderBase |
|
Returns an IRunner that can safely run the provided testClass. |
sendComplete(error:Error) — method, class org.flexunit.experimental.runners.statements.AssignmentSequencer |
|
Reports to the parentToken that the current configuration of parameter assignments have finished running in the theory
method test and determines if any error were encountered during execution of that test. |
sendComplete(error:Error) — method, class org.flexunit.internals.runners.statements.AsyncStatementBase |
|
If the parentToken has not already been alerted that the statement has completed, alert the parent token that
the current statement has finished. |
sendComplete(error:Error) — method, class org.flexunit.internals.runners.statements.ExpectAsync |
|
If the test has not yet been marked as complete, mark the ExpectAsync statement as having finished
and notify the parent token. |
sendComplete(error:Error) — method, class org.flexunit.internals.runners.statements.StatementSequencer |
|
If an error is provided, it will be added to the list of errors encountered during the execution
of the statements. |
sendReady() — method, class org.flexunit.token.AsyncCoreStartupToken |
|
Calls each notification method and passes the current IRunner to that method. |
sendReadyNotification() — method, class org.flexunit.internals.dependency.ExternalRunnerDependencyWatcher |
|
Notifies the FlexUnit core that all dependencies watched by this instance are resolved
|
sendReadyNotification() — method, class org.flexunit.runner.notification.async.AsyncListenerWatcher |
|
Instruct the start up token that all listeners are now ready
|
sendResult(error:Error) — method, class org.flexunit.token.AsyncTestToken |
|
If any notification methods exist, invokes the notification methods with a ChildResult that
contains a references to this token and the provided error. |
sendResult(error:Error) — method, interface org.flexunit.token.IAsyncTestToken |
|
If any notification methods exist, invokes the notification methods with a ChildResult that
contains a references to this token and the provided error. |
SequenceBindingWaiter — class, package org.fluint.sequence |
|
The sequence setter class tells the TestCase instance to pend until
the eventName occurs or the timeout expires. |
SequenceBindingWaiter(target:flash.events:IEventDispatcher, propertyName:String, timeout:int, timeoutHandler:Function) — Constructor, class org.fluint.sequence.SequenceBindingWaiter |
|
Constructor. |
SequenceCaller — class, package org.fluint.sequence |
|
A sequence step that calls a method
|
SequenceCaller(target:flash.events:IEventDispatcher, method:Function, args:Array, argsFunction:Function) — Constructor, class org.fluint.sequence.SequenceCaller |
|
Constructor. |
SequenceDelay — class, package org.fluint.sequence |
|
A sequence step that delays the sequence for a given time period. |
SequenceDelay(milliseconds:Number) — Constructor, class org.fluint.sequence.SequenceDelay |
|
Creates an instance. |
SequenceEventDispatcher — class, package org.fluint.sequence |
|
The sequencer event dispatcher class is used by the TestCase sequence
code to broadcast an event from a target. |
SequenceEventDispatcher(target:flash.events:EventDispatcher, eventToBroadcast:flash.events:Event) — Constructor, class org.fluint.sequence.SequenceEventDispatcher |
|
Constructor. |
SequenceRunner — class, package org.fluint.sequence |
|
Allows developer to add a series of steps, execute those steps
in order, until the sequence is complete. |
SequenceRunner(testCase:any) — Constructor, class org.fluint.sequence.SequenceRunner |
|
Constructor. |
SequencerWithDecoration — class, package org.flexunit.internals.runners.statements |
|
Classes that inherit SequencerWithDecoration are used to run methods that run either
before or after a class or before or after a test. |
SequencerWithDecoration(steps:Array, target:Object) — Constructor, class org.flexunit.internals.runners.statements.SequencerWithDecoration |
|
Constructor. |
SequenceSetter — class, package org.fluint.sequence |
|
The sequence setter class tells the TestCase instance to set properties on
the target. |
SequenceSetter(target:flash.events:IEventDispatcher, props:Object) — Constructor, class org.fluint.sequence.SequenceSetter |
|
Constructor. |
SequenceWaiter — class, package org.fluint.sequence |
|
The sequence setter class tells the TestCase instance to pend until
the eventName occurs or the timeout expires. |
SequenceWaiter(target:flash.events:IEventDispatcher, eventName:String, timeout:int, timeoutHandler:Function) — Constructor, class org.fluint.sequence.SequenceWaiter |
|
Constructor. |
server — Property, class org.flexunit.runner.notification.async.XMLListener |
|
The ip address of the server receiving this XML
|
setChildIndex(child:flash.display:DisplayObject, newIndex:int) — method, interface org.fluint.uiImpersonation.IVisualTestEnvironment |
|
Sets the index of a child in the visual test environment
|
setChildIndex(child:flash.display:DisplayObject, newIndex:int) — Static Method , class org.fluint.uiImpersonation.UIImpersonator |
|
Sets the index of a particular child. |
setChildIndex(child:flash.display:DisplayObject, newIndex:int) — method, class org.fluint.uiImpersonation.VisualTestEnvironment |
|
Updates the specified child to the new index. |
setElementIndex(element:flash.display:DisplayObject, index:int) — method, interface org.fluint.uiImpersonation.IVisualTestEnvironment |
|
Set the specified visual element to the specified index in the test environment
|
setElementIndex(element:flash.display:DisplayObject, index:int) — method, class org.fluint.uiImpersonation.VisualTestEnvironment |
|
Not used in projects prior to Flex 4. |
setElementIndex(element:flash.display:DisplayObject, index:int) — method, class org.fluint.uiImpersonation.flex.FlexSparkVisualTestEnvironment |
|
Changes the position of the specified element to the new index. |
setupListeners(testCase:any, sequence:org.fluint.sequence:SequenceRunner) — method, interface org.fluint.sequence.ISequencePend |
|
Called to cause implementors to setup their wait conditions. |
setupListeners(testCase:any, sequence:org.fluint.sequence:SequenceRunner) — method, class org.fluint.sequence.SequenceBindingWaiter |
|
Called by the SequenceRunner to cause the setup of event listeners
|
setupListeners(testCase:any, sequence:org.fluint.sequence:SequenceRunner) — method, class org.fluint.sequence.SequenceDelay |
|
Called by the SequenceRunner to cause the setup of event listeners
|
setupListeners(testCase:any, sequence:org.fluint.sequence:SequenceRunner) — method, class org.fluint.sequence.SequenceWaiter |
|
Called by the SequenceRunner to cause the setup of event listeners
|
shouldRun(description:org.flexunit.runner:IDescription) — method, interface org.flexunit.runner.manipulation.IFilter |
| |
shouldRun(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.filters.AbstractFilter |
| |
shouldRun(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.filters.DynamicFilter |
| |
shouldRun(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.filters.IncludeAllFilter |
| |
shouldRun(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.filters.MethodNameFilter |
| |
signaturesByContructor(constructor:flex.lang.reflect:Constructor) — Static Method , class org.flexunit.experimental.theories.ParameterSignature |
|
Creates an Array of ParameterSignatures for each parameter in a theory constructor. |
signaturesByMethod(method:flex.lang.reflect:Method) — Static Method , class org.flexunit.experimental.theories.ParameterSignature |
|
Creates an Array of ParameterSignatures for each parameter in a theory method. |
simulateTick() — method, class org.flexunit.internals.runners.watcher.FrameWatcher |
| |
sort — Property, interface org.flexunit.runner.IRequest |
|
Returns that ISort that is being used by this IRequest. |
sort — Property, class org.flexunit.runner.Request |
|
Returns an ISort for this Request. |
sort(sorter:org.flexunit.runner.manipulation:ISorter) — method, interface org.flexunit.runner.manipulation.ISortable |
|
Sorts the tests using sorter. |
sort(sorter:org.flexunit.runner.manipulation:ISorter) — method, class org.flexunit.runners.ParentRunner |
|
Applies the provided ISorter to the runner. |
Sorter — class, package org.flexunit.runner.manipulation |
|
A Sorter orders tests. |
Sorter(comparator:Function) — Constructor, class org.flexunit.runner.manipulation.Sorter |
|
Constructor. |
SortingRequest — class, package org.flexunit.internals.requests |
|
A Request that sorts the ordering in a test class. |
SortingRequest(request:org.flexunit.runner:IRequest, sorterOrComparatorFunction:any) — Constructor, class org.flexunit.internals.requests.SortingRequest |
|
Constructor. |
sortWith(sorterOrComparatorFunction:any) — method, class org.flexunit.runner.Request |
| |
StackAndFrameManagement — class, package org.flexunit.internals.runners.statements |
|
The StackAndFrameManagement decorator implements green threading to deal with flash
frames. |
StackAndFrameManagement(statement:org.flexunit.internals.runners.statements:IAsyncStatement) — Constructor, class org.flexunit.internals.runners.statements.StackAndFrameManagement |
|
Constructor. |
stackTrace — Property, class org.flexunit.runner.notification.Failure |
|
Convenience method. |
stage — Property, class org.flexunit.internals.runners.watcher.FrameWatcher |
| |
start() — method, class org.flexunit.events.rule.TimeoutMonitor |
| |
startMonitor() — method, class org.flexunit.events.rule.EventExpectations |
| |
_startTime — Property, class org.flexunit.runner.Result |
|
The time when the test run started. |
startTimer() — method, class org.flexunit.async.AsyncHandler |
|
Starts the timeout timer for this test. |
startUpToken — Property, class org.flexunit.runner.notification.async.AsyncListenerWatcher |
|
Returns the start up AsyncCoreStartupToken
|
StatementSequencer — class, package org.flexunit.internals.runners.statements |
|
The StatementSequencer is a class that is responsible for the execution of
IAsyncStatements. |
StatementSequencer(queue:Array) — Constructor, class org.flexunit.internals.runners.statements.StatementSequencer |
|
Constructor. |
status — Property, class org.flexunit.events.AsyncResponseEvent |
| |
StoppedByUserException — class, package org.flexunit.runner.notification |
|
Thrown when a user has requested that the test run stop. |
stopRequested — Property, class org.flexunit.runners.ParentRunner |
|
private
|
successful — Property, class org.flexunit.runner.Result |
|
Returns a Boolean value of true if all tests succeeded. |
Suite — class, package org.flexunit.runners |
|
A Suite is an IRunner that contains test cases and other
Suites to be run during the course of a test run. |
Suite(arg1:any, arg2:any) — Constructor, class org.flexunit.runners.Suite |
|
This will either be passed a builder, followed by an array of classes... |
SUITE — Constant Static Property, class org.flexunit.constants.AnnotationConstants |
|
Annotation constant used with the Suite Runner
|
SuiteMethod — class, package org.flexunit.internals.runners |
|
Extends FlexUnit1ClassRunner
SuiteMethod adds in the testFromSuiteMethod static class that is used to create a suite method
from the passed in Class
|
SuiteMethod(klass:Class) — Constructor, class org.flexunit.internals.runners.SuiteMethod |
|
Constructor. |
suiteMethodBuilder() — method, class org.flexunit.internals.builders.AllDefaultPossibilitiesBuilder |
|
If suite methods can be used, returns a SuiteMethodBuilder;
otherwise, returns a NullBuilder. |
SuiteMethodBuilder — class, package org.flexunit.internals.builders |
|
The SuiteMethodBuilder potentially builds a SuiteMethod for
a provided testClass. |
superClass — Property, class flex.lang.reflect.Klass |
|
Returns the super class. |
|
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 |