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  
calls(method:Function) — method, class org.flexunit.events.rule.EventExpectations
calls(method:Function) — method, interface org.flexunit.events.rule.IEventExpectation
canAcceptArrayType(field:flex.lang.reflect:Field) — method, class org.flexunit.experimental.theories.ParameterSignature
Determine if the provided field has a type of Array and if the element type of the field matches the type in this ParameterSignature.
canAcceptArrayTypeMethod(frameworkMethod:org.flexunit.runners.model:FrameworkMethod) — method, class org.flexunit.experimental.theories.ParameterSignature
Determine if the provided framework method produces a type of Array and if the element type of the framework method's method matches the type in this ParameterSignature.
canAcceptType(candidate:Class) — method, class org.flexunit.experimental.theories.ParameterSignature
Determine if the type of the parameter matches the provided candidate type.
canHandleClass(testClass:Class) — method, class org.flexunit.internals.builders.FlexUnit1Builder
Returns a boolean value indicating if this builder will be able to handle the testClass or not
canHandleClass(testClass:Class) — method, class org.flexunit.internals.builders.FlexUnit4Builder
Returns a boolean value indicating if this builder will be able to handle the testClass or not
canHandleClass(testClass:Class) — method, class org.flexunit.internals.builders.FlexUnit4QualifiedBuilder
Returns a boolean value indicating if this builder will be able to handle the testClass or not
canHandleClass(testClass:Class) — method, class org.flexunit.internals.builders.IgnoredBuilder
Returns a boolean value indicating if this builder will be able to handle the testClass or not
canHandleClass(testClass:Class) — method, class org.flexunit.internals.builders.MetaDataBuilder
Returns a boolean value indicating if this builder will be able to handle the testClass or not
canHandleClass(testClass:Class) — method, class org.flexunit.internals.builders.SuiteMethodBuilder
Returns a boolean value indicating if this builder will be able to handle the testClass or not
canHandleClass(testClass:Class) — method, interface org.flexunit.runners.model.IRunnerBuilder
Returns a boolean value indicating if this builder will be able to handle the testClass or not
canHandleClass(testClass:Class) — method, class org.flexunit.runners.model.RunnerBuilderBase
Returns a boolean value indicating if this builder will be able to handle the testClass or not
changeWatcher — Property, class org.fluint.sequence.SequenceBindingWaiter
checkForValueInBlankMetaDataNode(node:XML, metaDataName:String, value:String) — Static Method , class flex.lang.reflect.utils.MetadataTools
Returns whether a node contains metadata matching metadata with no key but a value of value.
childlessCopy() — method, class org.flexunit.runner.Description
Returns a copy of this description, with no children (on the assumption that some of the children will be added back).
childlessCopy() — method, interface org.flexunit.runner.IDescription
Returns a copy of this description, with no children (on the assumption that some of the children will be added back).
children — Property, class org.flexunit.runner.Description
children — Property, interface org.flexunit.runner.IDescription
children — Property, class org.flexunit.runners.BlockFlexUnit4ClassRunner
Returns an array of all methods that have been annotated with Test.
children — Property, class org.flexunit.runners.Parameterized
Returns a list of objects that define the children of this Runner.
children — Property, class org.flexunit.runners.ParentRunner
Returns a list of objects that define the children of this Runner.
children — Property, class org.flexunit.runners.Suite
Returns a list of objects that define the children of this Runner.
childrenInvoker(notifier:org.flexunit.runner.notification:IRunNotifier) — method, class org.flexunit.runners.ParentRunner
Returns an IAsyncStatement: Call #runChild(Object, IRunNotifier, AsyncTestToken) on each object returned by #children() (subject to any imposed filter and sort).
ChildResult — class, package org.flexunit.token
The ChildResult stores an AsyncTestToken and a potential Error associated with the execution of an IAsyncStatement.
ChildResult(token:org.flexunit.token:AsyncTestToken, error:Error) — Constructor, class org.flexunit.token.ChildResult
Creates a new ChildResult with the provided token and erorr.
ChildRunnerSequencer — class, package org.flexunit.internals.runners
The ChildRunnerSequencer is used to sequence children of specific class.
ChildRunnerSequencer(children:Array, runChild:Function, notifier:org.flexunit.runner.notification:IRunNotifier) — Constructor, class org.flexunit.internals.runners.ChildRunnerSequencer
Constructor.
classBlock(notifier:org.flexunit.runner.notification:IRunNotifier) — method, class org.flexunit.runners.ParentRunner
Constructs an IAsyncStatement to run all of the tests in the test class.
ClassDataCache — class, package flex.lang.reflect.cache
ClassDataCache() — Constructor, class flex.lang.reflect.cache.ClassDataCache
classDef — Property, class flex.lang.reflect.Klass
Returns the Class definition
classes(... rest) — Static Method , class org.flexunit.internals.requests.QualifyingRequest
classes(... rest) — Static Method , class org.flexunit.runner.Request
Create a Request that, when processed, will run all the tests in a set of classes.
classExtends(description:XML, className:String) — Static Method , class flex.lang.reflect.utils.MetadataTools
Determine if the description XML has a superclass of type className.
classExtendsFromNode(node:XML, className:String) — Static Method , class flex.lang.reflect.utils.MetadataTools
Returns whether the description XML node extends from className.
classImpementsNode(node:XML, interfaceName:String) — Static Method , class flex.lang.reflect.utils.MetadataTools
Determines if the node XML implements interfaceName.
classImplements(description:XML, interfaceName:String) — Static Method , class flex.lang.reflect.utils.MetadataTools
Determine if the description XML implements interfaceName.
classInheritance — Property, class flex.lang.reflect.Klass
Returns an array of classes representing each super class in the chain between the current class and Object.
ClassInheritanceOrderCache — class, package org.flexunit.runner.manipulation.sortingInheritance
ISortingInheritanceCache implementation that will allow querying of the inheritance order of a given method relative to its definition super and subclasses
ClassInheritanceOrderCache(testClass:org.flexunit.runners.model:TestClass) — Constructor, class org.flexunit.runner.manipulation.sortingInheritance.ClassInheritanceOrderCache
Builds a map of the class inheritance for a given testclass
ClassNameUtil — class, package org.flexunit.utils
The ClassNameUtil is responsible for assisting in the formatting of class names.
ClassNameUtil() — Constructor, class org.flexunit.utils.ClassNameUtil
Constructor.
ClassRequest — class, package org.flexunit.internals.requests
A Request that is used to determine what runner to use to run a specific test class.
ClassRequest(testClass:Class, canUseSuiteMethod:Boolean) — Constructor, class org.flexunit.internals.requests.ClassRequest
Constructor.
cleanUpCallableForTest(testCase:Object) — Static Method , class org.flexunit.async.AsyncLocator
Removes the registration for the IAsyncHandlingStatement that was associated with the provided testCase.
cleanupListeners(dr:org.flexunit.internals.dependency:IExternalDependencyResolver) — method, class org.flexunit.internals.dependency.ExternalRunnerDependencyWatcher
Cleans up after an IExternalDependencyResolver succeeds or fails in resolving a dependency
cleanupStartupListeners(listener:org.flexunit.runner.notification:IAsyncStartupRunListener) — method, class org.flexunit.runner.notification.async.AsyncListenerWatcher
Stop monitoring the IAsyncStartupRunListener
clone() — method, class flex.lang.reflect.Method
Clones the existing method
clone() — method, class org.flexunit.events.AsyncEvent
Called by the framework to facilitate any requisite event bubbling
clone() — method, class org.flexunit.events.AsyncResponseEvent
Called by the framework to facilitate any requisite event bubbling
clone() — method, class org.flexunit.internals.events.ExecutionCompleteEvent
Called by the framework to facilitate any requisite event bubbling.
collectInitializationErrors(errors:Array) — method, class org.flexunit.experimental.runners.statements.TheoryBlockRunner
It additionally validates whether specific instances of tests are implemented correctly.
collectInitializationErrors(errors:Array) — method, class org.flexunit.experimental.theories.Theories
It additionally validates whether specific instances of tests are implemented correctly.
collectInitializationErrors(errors:Array) — method, class org.flexunit.runners.BlockFlexUnit4ClassRunner
It additionally validates whether specific instances of tests are implemented correctly.
collectInitializationErrors(errors:Array) — method, class org.flexunit.runners.ParentRunner
Adds to errors an error for each problem noted with the test class (available from #testClass()).
compare(o1:org.flexunit.runner:IDescription, o2:org.flexunit.runner:IDescription) — method, interface org.flexunit.runner.manipulation.ISorter
Compares its two arguments for order.
compare(o1:org.flexunit.runner:IDescription, o2:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.OrderArgumentPlusAlphaSorter
Compares its two arguments for order.
compare(o1:org.flexunit.runner:IDescription, o2:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.OrderArgumentPlusInheritanceSorter
Compares its two arguments for order.
compare(o1:org.flexunit.runner:IDescription, o2:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.OrderArgumentSorter
Compares its two arguments for order.
compare(o1:org.flexunit.runner:IDescription, o2:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.Sorter
Compares its two arguments for order.
compare(field1:flex.lang.reflect:Field, field2:flex.lang.reflect:Field) — method, class org.flexunit.runner.manipulation.fields.FieldMetaDataSorter
Compares field1 and field2 indicating which is first or second in order
compare(field1:flex.lang.reflect:Field, field2:flex.lang.reflect:Field) — method, interface org.flexunit.runner.manipulation.fields.IFieldSorter
Compares two objects to determine their relative order
compare(o1:Object, o2:Object) — method, class org.flexunit.runners.ParentRunner
This sorting method uses the runner's ISorter to compare two child arguments.
compareFixtureElements(o1:org.flexunit.runner:IDescription, o2:org.flexunit.runner:IDescription, cache:org.flexunit.runner.manipulation.sortingInheritance:ISortingInheritanceCache, superFirst:Boolean) — method, interface org.flexunit.runner.manipulation.IFixtureSorter
Compares its two arguments for order.
compareFixtureElements(o1:org.flexunit.runner:IDescription, o2:org.flexunit.runner:IDescription, cache:org.flexunit.runner.manipulation.sortingInheritance:ISortingInheritanceCache, superFirst:Boolean) — method, class org.flexunit.runner.manipulation.OrderArgumentPlusInheritanceSorter
Compares its two arguments for order.
complete — Property, class org.flexunit.events.rule.EventExpectations
complete — Property, class org.flexunit.experimental.theories.internals.Assignments
Returns a Boolean value indicating whether all unassigned values have been assigned.
complete — Property, interface org.flexunit.runner.notification.IAsyncCompletionRunListener
Called to determine if an IAsyncCompletionRunListener has completed all required work
COMPLETE — Constant Static Property, class org.flexunit.internals.events.ExecutionCompleteEvent
COMPLETE — Constant Static Property, class org.flexunit.internals.runners.ChildRunnerSequencer
completeToken — Property, class org.flexunit.runner.notification.async.AsyncListenerWatcher
Returns the complete AsyncCoreStartupToken
computeTestMethods() — method, class org.flexunit.experimental.theories.Theories
Returns the methods that run tests and theories.
computeTestMethods() — method, class org.flexunit.runners.BlockFlexUnit4ClassRunner
Returns the methods that run tests.
constructor — Property, class flex.lang.reflect.Klass
Returns a Constructor instance that represents the constructor for this class.
Constructor — class, package flex.lang.reflect
Parses <constructor/> node returned from a call to describeType to provide an object wrapper for the Constructor
Constructor(constructorXML:XML, klass:flex.lang.reflect:Klass) — Constructor, class flex.lang.reflect.Constructor
Constructor Parses <constructor/> node returned from a call to describeType to provide an object wrapper for the Constructor Expected format of the argument is <constructor> <parameter index="1" type="quot; optional="false"/> </constructor>
constructorXML — Property, class flex.lang.reflect.Klass
continueSequence(event:flash.events:Event) — method, class org.fluint.sequence.SequenceRunner
Called by the testCase when the next step in the sequence should begin.
CouldNotGenerateValueException — class, package org.flexunit.experimental.theories.internals.error
Thrown when a value could not be generated.
CouldNotGenerateValueException(message:String, id:int) — Constructor, class org.flexunit.experimental.theories.internals.error.CouldNotGenerateValueException
Constructor.
createAdaptingListener(notifier:org.flexunit.runner.notification:IRunNotifier, token:org.flexunit.token:AsyncTestToken) — Static Method , class org.flexunit.internals.runners.FlexUnit1ClassRunner
Creates a TestListener using a provided notifier and token.
createListener() — method, class org.flexunit.runner.Result
Internal use only.
createSuiteDescription(suiteClassOrName:any, metaData:Array) — Static Method , class org.flexunit.runner.Description
Creates an IDescription named name.
createTest() — method, class org.flexunit.experimental.runners.statements.TheoryBlockRunner
Returns a new fixture for running a test.
createTest() — method, class org.flexunit.runners.BlockFlexUnit4ClassRunner
Returns a new fixture for running a test.
createTestDescription(testClassOrInstance:Class, name:String, metadata:Array) — Static Method , class org.flexunit.runner.Description
Creates a Description of a single test named name in the class testClassOrDescription.
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