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  
IAsyncCompletionRunListener — Interface, package org.flexunit.runner.notification
An interface for listeners that may need to complete an asynchronous operation after a test run is complete and before the test runner is closed.
IAsyncHandlingStatement — Interface, package org.flexunit.internals.runners.statements
An IAsyncHandlingStatement is an interface for statements that handle asynchronous functionality for tests.
IAsyncRunListener — Interface, package org.flexunit.runner.notification
The IAsyncRunListener is an interface that is to be implemented by classes that are to be asynchronous run listeners.
IAsyncStartupRunListener — Interface, package org.flexunit.runner.notification
Interface to be implemented by listeners that need to perform async operations at startup that must be completed before the core can begin executing tests
IAsyncStatement — Interface, package org.flexunit.internals.runners.statements
An IAsyncStatement is an interface for statements that need to be evaluated and report to a parent when the statement has finish evaluating.
IAsyncTestResponder — Interface, package org.flexunit.async
This is a marker interface that allows others to substitute their own asynchronous test responsers for the ones that already exist.
IAsyncTestToken — Interface, package org.flexunit.token
Interface describing viable tokens to be passed between test stages
IDescribable — Interface, package org.flexunit.runner
The IDescribable interface is to be used by classes that can produce an IDescription of themselves.
IDescription — Interface, package org.flexunit.runner
An IDescription class that is being used in a test run.
IEventExpectation — Interface, package org.flexunit.events.rule
IExternalDependencyData — Interface, package org.flexunit.runner.external
Extension to the IExternalDependencyLoader concept which allows a given class to act both as a loader and as the final data source without requiring a separate static variable.
IExternalDependencyLoader — Interface, package org.flexunit.runner.external
Allows the user to specify a static variable of type IExternalDependencyLoader.
IExternalDependencyResolver — Interface, package org.flexunit.internals.dependency
IExternalDependencyResolver are responsible for resolving external dependencies on a test class
IExternalDependencyRunner — Interface, package org.flexunit.runner.external
IExternalDependencyRunner instances are IRunners which support the notion of external dependencies or data that is not present until a potentially asynchronous operation occurs
IExternalRunnerDependencyWatcher — Interface, package org.flexunit.internals.dependency
IFieldSorter — Interface, package org.flexunit.runner.manipulation.fields
Interface for all instances to be considered field sorters
IFilter — Interface, package org.flexunit.runner.manipulation
Interface describing an IFilter which can be applied to a Request to filter the executed tests
IFilterable — Interface, package org.flexunit.runner.manipulation
IRunners that allow filtering should implement this interface.
IFixtureSorter — Interface, package org.flexunit.runner.manipulation
Implemented by sorters that also wish to customize the sorting experience for fixture elements such as Before and After
IGNORE — Constant Static Property, class org.flexunit.constants.AnnotationConstants
Annotation constant used to mark a method or class as ignored.
_ignoreCount — Property, class org.flexunit.runner.Result
The number of tests ignored.
ignoreCount — Property, class org.flexunit.runner.Result
Returns the number of tests ignored over the course of the run.
ignoredBuilder() — method, class org.flexunit.internals.builders.AllDefaultPossibilitiesBuilder
Returns an IgnoredBuilder.
IgnoredBuilder — class, package org.flexunit.internals.builders
The IgnoredBuilder potentially builds an IgnoredClassRunner for a provided testClass.
IgnoredClassRunner — class, package org.flexunit.internals.builders
The IgnoredClassRunner is an IRunner for test classes that are to be ignored.
IgnoredClassRunner(testClass:Class) — Constructor, class org.flexunit.internals.builders.IgnoredClassRunner
Constructor.
IMethodRule — Interface, package org.flexunit.rules
implementsInterface(interfaceRef:Class) — method, class flex.lang.reflect.Klass
Tests whether the class implements a provided interface
IncludeAllFilter — class, package org.flexunit.runner.manipulation.filters
Implementation of a filter that includes all children
IncludeAllFilter() — Constructor, class org.flexunit.runner.manipulation.filters.IncludeAllFilter
Constructor
IncludeFlexClasses — class, package org.flexunit
These classes should only be included in a Flex project
InitializationError — class, package org.flexunit.internals.runners
The InitializationError represents one or more problems encountered while initializing an IRunner.
InitializationError(arg:any) — Constructor, class org.flexunit.internals.runners.InitializationError
Construct a new InitializationError with one or more errors arg as causes.
instanceOf(eventType:Class) — method, class org.flexunit.events.rule.EventExpectations
instanceOf(eventType:Class) — method, interface org.flexunit.events.rule.IEventExpectation
interfaces — Property, class flex.lang.reflect.Klass
Returns an Array of Class objects representing each interfaces implemented by the Class
invoke(obj:Object, ... rest) — method, class flex.lang.reflect.Method
Calls apply on the method
invokeExplosively(target:Object, ... rest) — method, class org.flexunit.runners.model.FrameworkMethod
Calls the method with the provided set of params for the target class.
invokeExplosively(target:Object, ... rest) — method, class org.flexunit.runners.model.ParameterizedMethod
Calls the method with the provided set of params for the target class.
invokeExplosivelyAsync1(parentToken:org.flexunit.token:AsyncTestToken, target:Object, ... rest) — method, class org.flexunit.runners.model.FrameworkMethod
Returns the result of invoking this method on target with parameters params.
InvokeMethod — class, package org.flexunit.internals.runners.statements
The InvokeMethod is responsible for invoking a specific test method in given test class.
InvokeMethod(testMethod:org.flexunit.runners.model:FrameworkMethod, target:Object) — Constructor, class org.flexunit.internals.runners.statements.InvokeMethod
Constructor.
IParameterSupplier — Interface, package org.flexunit.experimental.theories
The IParameterSupplier is an interface used by classes that supply values to parameters for a theory test method.
IPotentialAssignment — Interface, package org.flexunit.experimental.theories
The IPotentialAssignment interface is used by classes that want to store poential values that will be used by parameters in a theory test method.
IReflectiveCallable — Interface, package org.flexunit.internals.runners.model
When invoked, throws the exception from the reflected method, rather than wrapping it in an InvocationTargetException.
IRequest — Interface, package org.flexunit.runner
An IRequest is an abstract description of tests to be run.
IRunListener — Interface, package org.flexunit.runner.notification
The IRunListener is an interface used be classes that want to act as a run listener, responding to events that occur during a test run.
iRunner — Property, class org.flexunit.internals.requests.ClassRequest
Returns an IRunner for this Request.
iRunner — Property, class org.flexunit.internals.requests.FilterRequest
Returns an IRunner for this Request.
iRunner — Property, class org.flexunit.internals.requests.SortingRequest
iRunner — Property, interface org.flexunit.runner.IRequest
Returns an IRunner for this IRequest.
iRunner — Property, class org.flexunit.runner.Request
Returns an IRunner for this Request.
IRunner — Interface, package org.flexunit.runner
An IRunner runs tests and notifies a org.flexunit.runner.notification.RunNotifier of significant events as it does so.
IRunnerBuilder — Interface, package org.flexunit.runners.model
An IRunnerBuilder is a strategy for constructing IRunners for classes. Only writers of custom runners should use IRunnerBuilders.
IRunNotifier — Interface, package org.flexunit.runner.notification
IRunNotifiers are a type of class that FlexUnit4 uses to notify others of an event that occurred during testing.
isAsync — Property, class org.flexunit.runners.model.FrameworkMethod
isClass(description:XML) — Static Method , class flex.lang.reflect.utils.MetadataTools
Determine if the description XML describes a class.
isEmpty — Property, class org.flexunit.runner.Description
isEmpty — Property, interface org.flexunit.runner.IDescription
ISequenceAction — Interface, package org.fluint.sequence
Interface that defines the requisite methods for the sequence classes.
ISequencePend — Interface, package org.fluint.sequence
Interface defined by any step who's primary purpose is to pend (or wait) for an action to occur before continuing the test.
ISequenceStep — Interface, package org.fluint.sequence
Interface describing a step in a sequence
isError(error:Error) — Static Method , class org.flexunit.reporting.FailureFormatter
Returns a Boolean indicating whether the the provided error is an actual failure or if the error is an expected failure.
isInstance(description:XML) — Static Method , class flex.lang.reflect.utils.MetadataTools
Determine if the description XML describes an instance of a class.
isInstance — Property, class org.flexunit.runner.Description
isInstance — Property, interface org.flexunit.runner.IDescription
isInterface — Property, class flex.lang.reflect.Klass
Indicates if this class is actually interface.
ISort — Interface, package org.flexunit.runner.manipulation
Marker interface
ISortable — Interface, package org.flexunit.runner.manipulation
Interface for runners that allow sorting of tests.
ISorter — Interface, package org.flexunit.runner.manipulation
Sorters should implement this interface.
ISortingInheritanceCache — Interface, package org.flexunit.runner.manipulation.sortingInheritance
Interface for caching implementation that will allow querying of the inheritance order of a given method relative to its definition super and subclasses
isPre4Test(klassInfo:flex.lang.reflect:Klass) — method, class org.flexunit.internals.builders.FlexUnit1Builder
Determine if the provided klassInfo is a test class prior to FlexUnit4.
isProperty — Property, class flex.lang.reflect.Field
Returns whether the Field is a property.
isStatic — Property, class flex.lang.reflect.Field
Returns whether the Field is static.
isStatic — Property, class flex.lang.reflect.Method
Returns true if the method is static and false if it is an instance method
isSuite — Property, class org.flexunit.runner.Description
isSuite — Property, interface org.flexunit.runner.IDescription
IStatement — Interface, package org.flexunit.runners.model
Represents one or more actions to be taken at runtime in the course of running a FlexUnit test suite.
isTest — Property, class org.flexunit.runner.Description
isTest — Property, interface org.flexunit.runner.IDescription
ITemporalRunListener — Interface, package org.flexunit.runner.notification
Interface to be implemented by a listener that needs information on a test methods total execution time.
ITestResponder — Interface, package org.flexunit.async
An ITestResponder is an interface for to be implemented by classes that want to handle the results of running a test.
IVisualEnvironmentBuilder — Interface, package org.fluint.uiImpersonation
Implemented by classes capable of building a visual test environment for the UIImpersonator to use
IVisualTestEnvironment — Interface, package org.fluint.uiImpersonation
Implemented by visual test environment facades
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