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  
Each — class, package org.flexunit.internals.matchers
Implements an EachMatcher for internal framework use
eachOne(individual:org.hamcrest:Matcher) — Static Method , class org.flexunit.internals.matchers.Each
an each matcher
EachTestNotifier — class, package org.flexunit.internals.runners.model
The EachTestNotifier is responsible for instructing a provided IRunNotifier about the execution of a specific test.
EachTestNotifier(notifier:org.flexunit.runner.notification:IRunNotifier, description:org.flexunit.runner:IDescription) — Constructor, class org.flexunit.internals.runners.model.EachTestNotifier
Constructor.
elapsedTimeAsString(runTime:Number) — method, class org.flexunit.internals.TextListener
Returns the formatted string of the elapsed time.
elapsedTimeAsString(runTime:Number) — method, class org.flexunit.internals.TraceListener
Returns the formatted string of the elapsed time.
elementType — Property, class flex.lang.reflect.Field
Retrieves the element type of the Field
elementType — Property, class flex.lang.reflect.Method
If the return type is an array, returns the type of each element
EMPTY — Static Property, class org.flexunit.runner.Description
Global instance of an empty test description which can be returned
equals(item:flex.lang.reflect:Field) — method, class flex.lang.reflect.Field
Compares two Field instances for equality
equals(item:flex.lang.reflect:Method) — method, class flex.lang.reflect.Method
Compares two Method instances for equality
equals(item:flex.lang.reflect.metadata:MetaDataAnnotation) — method, class flex.lang.reflect.metadata.MetaDataAnnotation
Compares two MetaDataAnnotations for name and argument equality
equals(item:flex.lang.reflect.metadata:MetaDataArgument) — method, class flex.lang.reflect.metadata.MetaDataArgument
Compares two MetaDataArguments for key and value equality
equals(obj:Object) — method, class org.flexunit.runner.Description
Determines if the current description is equal to the provided obj.
equals(obj:Object) — method, interface org.flexunit.runner.IDescription
Determines if the current description is equal to the provided obj.
error — Property, class org.flexunit.internals.events.ExecutionCompleteEvent
A potential error that was encountered during execution.
error — Property, class org.flexunit.token.ChildResult
The Error associated with the result.
ErrorReportingRunner — class, package org.flexunit.internals.runners
Runner responsible for reproting errors encountered when attempting to initialize a class instead of running tests
ErrorReportingRunner(testClass:Class, cause:Error) — Constructor, class org.flexunit.internals.runners.ErrorReportingRunner
Constructor.
errors — Property, class org.flexunit.internals.runners.statements.StatementSequencer
An array of errors that have been encountered during the execution of statements.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.events.rule.EventRule
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.experimental.runners.statements.AssignmentSequencer
Determines if all parameters have been assigned for a particular configuration of a theory method.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.experimental.runners.statements.MethodCompleteWithParamsStatement
Executes the current theory method with the provided values from the complete Assignments.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.experimental.runners.statements.TheoryAnchor
Determines all possible parameters that a theory could use and starts the process creating unique combinations of parameters to run in the theory.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.experimental.runners.statements.TheoryBlockRunnerStatement
Executes the current IAsyncStatement that is wrapping the theory method test.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.internals.runners.statements.ExpectAsync
Registers the ExpectAsync statment for the current object being tested and evaluates the object that implements the IAsyncStatement that was provided to the ExpectAsync class.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.internals.runners.statements.ExpectException
Evaluates the object that implements the IAsyncStatement and checks to see if an exception is thrown by that IAsyncStatement.
evaluate(previousToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.internals.runners.statements.Fail
Throws the error that was initially provided to Fail.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.internals.runners.statements.FailOnTimeout
Evaluates the object that implements the IAsyncStatement and starts the timeout timer.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, interface org.flexunit.internals.runners.statements.IAsyncStatement
Responisble for evaluating the current statement and reporting its completion to the provided parentToken.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.internals.runners.statements.InvokeMethod
Executes the test method to be run.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.internals.runners.statements.MethodRuleBase
Called when it is time for this rule to do its job.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.internals.runners.statements.RunAftersInline
Called to do any work or setup prior to the actual test run
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.internals.runners.statements.RunBeforesInline
Begins execution of the Before methods
evaluate(previousToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.internals.runners.statements.StackAndFrameManagement
Determines if there is time in the frame to start running the IAsyncStatement.
evaluate(parentToken:org.flexunit.token:AsyncTestToken) — method, class org.flexunit.internals.runners.statements.StatementSequencer
Starts evaluating the queue of statements that was provided to the sequencer.
evaluate() — method, interface org.flexunit.runners.model.IStatement
EventExpectations — class, package org.flexunit.events.rule
EventExpectations(target:flash.events:IEventDispatcher, rule:org.flexunit.rules:IMethodRule) — Constructor, class org.flexunit.events.rule.EventExpectations
eventFired — Event, class org.flexunit.async.AsyncHandler
The 'eventFired' event is fired when the event specified in the TestCase.asyncHandler() method occurs.
EVENT_FIRED — Static Property, class org.flexunit.async.AsyncHandler
eventHandler — 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 fires before the timeout is reached.
eventName — Property, interface org.fluint.sequence.ISequencePend
The name of the event that this step is pending upon.
eventName — Property, class org.fluint.sequence.SequenceBindingWaiter
Name of the event that will be broadcast by the target.
eventName — Property, class org.fluint.sequence.SequenceWaiter
Name of the event that will be broadcast by the target.
EventRule — class, package org.flexunit.events.rule
User stories User sets a complex expectation on an event without a timeout User sets a complex expectations on two different events without a timeout User sets two different expectations on the same event without a timeout For example, the first time it has property A set the second time it has property B set User sets a complex expectation on an event with a timeout User sets a complex expectations on two different events with a timeout User sets two different expectations on the same event with a timeout
EventRule() — Constructor, class org.flexunit.events.rule.EventRule
eventToBroadcast — Property, class org.fluint.sequence.SequenceEventDispatcher
An event object which will be broadcast on the target.
exception — Property, class org.flexunit.runner.notification.Failure
execute() — method, interface org.fluint.sequence.ISequenceAction
Called to instruct implementing object to execute its code.
execute() — method, class org.fluint.sequence.SequenceCaller
Sets the name/value pairs defined in the props object to the target.
execute() — method, class org.fluint.sequence.SequenceEventDispatcher
Dispatches the specified event on the target IEventDispatcher.
execute() — method, class org.fluint.sequence.SequenceSetter
Sets the name/value pairs defined in the props object to the target.
executeStep(child:any) — method, class org.flexunit.internals.runners.ChildRunnerSequencer
Evaluates the provided child if the child is an IAsyncStatement.
executeStep(child:any) — method, class org.flexunit.internals.runners.statements.SequencerWithDecoration
Evaluates the provided child if the child is an IAsyncStatement.
executeStep(child:any) — method, class org.flexunit.internals.runners.statements.StatementSequencer
Evaluates the provided child if the child is an IAsyncStatement.
ExecutionCompleteEvent — class, package org.flexunit.internals.events
Dispatched when the runner has finished executing tests.
ExecutionCompleteEvent(error:Error) — Constructor, class org.flexunit.internals.events.ExecutionCompleteEvent
Constructor.
ExpectAsync — class, package org.flexunit.internals.runners.statements
The ExpectAsync is a decorator that is responsible for determing whether a specific test method is expecting an asynchronous response.
ExpectAsync(objectUnderTest:Object, statement:org.flexunit.internals.runners.statements:IAsyncStatement) — Constructor, class org.flexunit.internals.runners.statements.ExpectAsync
Constructor.
ExpectationEvent — class, package org.flexunit.events.rule
ExpectationEvent(type:String, reason:String) — Constructor, class org.flexunit.events.rule.ExpectationEvent
EXPECTED — Constant Static Property, class org.flexunit.constants.AnnotationArgumentConstants
Argument constant used in the Test metadata to indicate that this test is expected to throw an error.
ExpectException — class, package org.flexunit.internals.runners.statements
The ExpectException is a decorator that is responsible for determing whether a specific test method throws an expected exception.
ExpectException(exceptionName:String, statement:org.flexunit.internals.runners.statements:IAsyncStatement) — Constructor, class org.flexunit.internals.runners.statements.ExpectException
Constructor.
EXPECTS — Constant Static Property, class org.flexunit.constants.AnnotationArgumentConstants
Argument constant used in the Test metadata to indicate that this test is expected to throw an error.
expired — Property, class org.flexunit.events.rule.TimeoutMonitor
externalDependencyError — Property, class org.flexunit.experimental.theories.Theories
Setter to indicate an error occured while attempting to load exteranl dependencies for this test.
externalDependencyError — Property, interface org.flexunit.runner.external.IExternalDependencyRunner
Setter to indicate an error occured while attempting to load exteranl dependencies for this test.
externalDependencyError — Property, class org.flexunit.runners.Parameterized
Setter to indicate an error occured while attempting to load exteranl dependencies for this test.
externalDependencyError — Property, class org.flexunit.runners.Suite
Setter to indicate an error occured while attempting to load exteranl dependencies for this test.
ExternalDependencyResolver — class, package org.flexunit.internals.dependency
ExternalDependencyResolver(clazz:Class, runner:org.flexunit.runner.external:IExternalDependencyRunner) — Constructor, class org.flexunit.internals.dependency.ExternalDependencyResolver
Constructor
ExternalDependencyToken — class, package org.flexunit.runner.external
ExternalDependencyToken follows a pattern similar to the AsyncToken in Flex to notify interested resolvers when a dependency has been resolved.
ExternalDependencyToken() — Constructor, class org.flexunit.runner.external.ExternalDependencyToken
Constructor
ExternalRunnerDependencyWatcher — class, package org.flexunit.internals.dependency
Watches for external dependencies to be resolved.
ExternalRunnerDependencyWatcher() — Constructor, class org.flexunit.internals.dependency.ExternalRunnerDependencyWatcher
Constructor.
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