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  
data — Property, class org.flexunit.events.AsyncResponseEvent
data — Property, interface org.flexunit.runner.external.IExternalDependencyData
Getter for the externally loaded data
DATA_POINT — Constant Static Property, class org.flexunit.constants.AnnotationConstants
Annotation constant used with the Theory runner to indicate a single piece of data to be provided to a theory.
DATA_POINTS — Constant Static Property, class org.flexunit.constants.AnnotationConstants
Annotation constant used with the Theory runner to indicate an array of data to be provided to a theory.
DATAPROVIDER — Constant Static Property, class org.flexunit.constants.AnnotationArgumentConstants
Argument constant used in the Test metadata when specifying a TestNG Style parameterized test
declaringClass — Property, class flex.lang.reflect.Method
Returns the the class where this Method is defined.
defaultArgument — Property, class flex.lang.reflect.metadata.MetaDataAnnotation
Returns the first unpaired argument of an annotation.
DEFAULT_SORTER — Static Property, class org.flexunit.runner.manipulation.OrderArgumentPlusInheritanceSorter
ORDER_ARG_INHERITANCE_SORTER is an ISorter and IFixtureSorter which can sort methods by their order and fixture elements by order and inheritance
definedBy — Property, class flex.lang.reflect.Field
Returns the Class that defines this field.
delayCall(testCase:Object, callback:Function, delay:Number) — Static Method , class org.flexunit.async.Async
Calls a method after a given delay.
dependencyFailed(token:org.flexunit.runner.external:ExternalDependencyToken, errorMessage:String) — method, class org.flexunit.internals.dependency.ExternalDependencyResolver
Called by an ExternalDependencyToken when an IExternalDependencyLoader has failed to resolve a dependency
dependencyFailed(token:org.flexunit.runner.external:ExternalDependencyToken, errorMessage:String) — method, interface org.flexunit.internals.dependency.IExternalDependencyResolver
Called by an ExternalDependencyToken when an IExternalDependencyLoader has failed to resolve a dependency
DEPENDENCY_FOR_RUNNER_FAILED — Constant Static Property, class org.flexunit.internals.dependency.ExternalDependencyResolver
Event constant indicating that a given dependency failed to resolve itself
dependencyResolved(token:org.flexunit.runner.external:ExternalDependencyToken, data:Object) — method, class org.flexunit.internals.dependency.ExternalDependencyResolver
Called by an ExternalDependencyToken when an IExternalDependencyLoader has completed resolving the dependency and is ready with data
dependencyResolved(token:org.flexunit.runner.external:ExternalDependencyToken, data:Object) — method, interface org.flexunit.internals.dependency.IExternalDependencyResolver
Called by an ExternalDependencyToken when an IExternalDependencyLoader has completed resolving the dependency and is ready with data
dependencyWatcher — Property, class org.flexunit.experimental.theories.Theories
Setter for a dependency watcher.
dependencyWatcher — Property, interface org.flexunit.runner.external.IExternalDependencyRunner
Setter for a dependency watcher.
dependencyWatcher — Property, class org.flexunit.runners.Parameterized
Setter for a dependency watcher.
dependencyWatcher — Property, class org.flexunit.runners.Suite
Setter for a dependency watcher.
descendsFrom(clazz:Class) — method, class flex.lang.reflect.Klass
Tests whether the class extends from the specified class
describe(description:org.flexunit.runner:IDescription) — method, interface org.flexunit.runner.manipulation.IFilter
Returns a textual description of this Filter
describe(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.filters.AbstractFilter
Returns a textual description of this Filter
describe(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.filters.DynamicFilter
Returns a textual description of this Filter
describe(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.filters.IncludeAllFilter
Returns a textual description of this Filter
describe(description:org.flexunit.runner:IDescription) — method, class org.flexunit.runner.manipulation.filters.MethodNameFilter
Returns a textual description of this Filter
describeChild(child:any) — method, class org.flexunit.internals.runners.FlexUnit1ClassRunner
Returns an IDescription for child.
describeChild(child:any) — method, class org.flexunit.runners.BlockFlexUnit4ClassRunner
Returns an IDescription for child, which can be assumed to be an element of the list returned by ParentRunner#children().
describeChild(child:any) — method, class org.flexunit.runners.Parameterized
Returns an IDescription for child, which can be assumed to be an element of the list returned by ParentRunner#children().
describeChild(child:any) — method, class org.flexunit.runners.ParentRunner
Returns an IDescription for child, which can be assumed to be an element of the list returned by ParentRunner#children().
describeChild(child:any) — method, class org.flexunit.runners.Suite
Returns an IDescription for child, which can be assumed to be an element of the list returned by ParentRunner#children().
describeMismatch(item:Object, mismatchDescription:org.hamcrest:Description) — method, class org.flexunit.events.rule.MultiMatcher
Pass-through to the decorated matcher.
describeMismatch(item:Object, mismatchDescription:org.hamcrest:Description) — method, class org.flexunit.events.rule.QuantityMatcher
When matches returns false, then describeMismatch should append to the given Description a description for why the match failed.
describeTo(description:org.hamcrest:Description) — method, class org.flexunit.events.rule.MultiMatcher
describeTo(description:org.hamcrest:Description) — method, class org.flexunit.events.rule.QuantityMatcher
describeTo(description:org.hamcrest:Description) — method, class org.flexunit.internals.AssumptionViolatedException
Appends description based on the master
describeType(clazz:Class, refresh:Boolean) — Static Method , class flex.lang.reflect.cache.ClassDataCache
description — Property, class org.flexunit.internals.builders.IgnoredClassRunner
Returns an IDescription of the testClass.
description — Property, class org.flexunit.internals.runners.ErrorReportingRunner
Describe the test class and add a child to it for each cause that was associated with the Error
description — Property, class org.flexunit.internals.runners.FlexUnit1ClassRunner
Returns an IDescription of the test class that the runner is running.
description — Property, interface org.flexunit.runner.IDescribable
Returns an IDescription of the object.
description — Property, interface org.flexunit.runner.IRunner
description — Property, class org.flexunit.runner.notification.Failure
description — Property, class org.flexunit.runners.Parameterized
description — Property, class org.flexunit.runners.ParentRunner
Returns an IDescription of the test class that the runner is running, caching it.
description — Property, class org.flexunit.runners.Suite
Description — class, package org.flexunit.runner
A Description describes a suite, test case, or test which is to be run or has been run.
Description(displayName:String, metadata:Array, isInstance:Boolean) — Constructor, class org.flexunit.runner.Description
Constructor.
DescriptionUtil — class, package org.flexunit.utils
This is a temporary class to work around parsing name issues with the Description when using parameterized testing.
Descriptor — class, package org.flexunit.runner
Describes an IDescription based on its path, suite, and method
Descriptor(path:String, suite:String, method:String) — Constructor, class org.flexunit.runner.Descriptor
Constructor
displayName — Property, class org.flexunit.runner.Description
displayName — Property, interface org.flexunit.runner.IDescription
doesMethodAcceptsParams(method:XML) — Static Method , class flex.lang.reflect.utils.MetadataTools
Determines if the method node accepts parameters.
DynamicFilter — class, package org.flexunit.runner.manipulation.filters
The canonical case of filtering is when you want to run a single test method in a class.
DynamicFilter(shouldRunFunction:Function, describeFunction:Function) — Constructor, class org.flexunit.runner.manipulation.filters.DynamicFilter
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