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  
packageName — Property, class flex.lang.reflect.Klass
Returns the package name that of the Class.
Parameterized — class, package org.flexunit.runners
Parameterized(klass:Class) — Constructor, class org.flexunit.runners.Parameterized
Constructor.
ParameterizedAssertionError — class, package org.flexunit.experimental.theories.internals
Thrown when an assertion is false and provides the parameters that caused the test to fail.
ParameterizedAssertionError(targetException:Error, methodName:String, ... rest) — Constructor, class org.flexunit.experimental.theories.internals.ParameterizedAssertionError
Constructor.
ParameterizedMethod — class, package org.flexunit.runners.model
Used to expand on the number of methods in a class in the presence of a TestNG style Parameterized runner where a Test is provided a dataProvider.
ParameterizedMethod(method:flex.lang.reflect:Method, arguments:Array, methodIndex:uint, totalMethods:uint) — Constructor, class org.flexunit.runners.model.ParameterizedMethod
Constructor
PARAMETERS — Constant Static Property, class org.flexunit.constants.AnnotationConstants
Annotation constant used with the Parameterized runner to indicate an array of data to be provided to a test's constructor.
ParameterSignature — class, package org.flexunit.experimental.theories
The ParameterSignature is the signautre for a specific parameter in a theory method.
ParameterSignature(type:Class, metaDataList:Array) — Constructor, class org.flexunit.experimental.theories.ParameterSignature
Constructor.
parameterTypes — Property, class flex.lang.reflect.Constructor
Builds and returns an Array containing the types of of parameters used by the Constructor
parameterTypes — Property, class flex.lang.reflect.Method
Returns the Method parameter types as an array.
ParentRunner — class, package org.flexunit.runners
The ParentRunner provides most of the functionality specific to an IRunner that implements a "parent node" in the test tree.
ParentRunner(klass:Class) — Constructor, class org.flexunit.runners.ParentRunner
Constructs a new ParentRunner that will run TestClass.
parentToken — Property, class org.flexunit.internals.runners.statements.AsyncStatementBase
The AsyncTestToken for the parent of the current statment.
parentToken — Property, class org.flexunit.token.AsyncTestToken
Returns the parentToken of the AsyncTestToken.
parentToken — Property, interface org.flexunit.token.IAsyncTestToken
Returns the parentToken of the AsyncTestToken.
passed — Property, class org.flexunit.events.rule.QuantityMatcher
passEventExpectation — Event, class org.flexunit.events.rule.EventExpectations
PASS_EXPECTATION — Constant Static Property, class org.flexunit.events.rule.ExpectationEvent
passThroughData — Property, class org.flexunit.async.AsyncHandler
A generic object that is optionally provided by the developer when starting a new asynchronous operation.
pending — Property, class org.flexunit.events.rule.TimeoutMonitor
pendingAsync — Property, class org.flexunit.events.rule.EventExpectations
mock(core).ordered();
pendingCount — Property, class org.flexunit.internals.dependency.ExternalRunnerDependencyWatcher
Returns the number of pending start ups
pendingCount — Property, class org.flexunit.runner.notification.async.AsyncListenerWatcher
Returns the number of pending start ups
pendUntilComplete(event:flash.events:Event, passThroughData:Object) — method, class org.flexunit.internals.runners.statements.ExpectAsync
A handler method that is called in order to wait once an asynchronous event has been dispatched.
pendUntilComplete(event:flash.events:Event, passThroughData:Object) — method, interface org.flexunit.internals.runners.statements.IAsyncHandlingStatement
A handler method that is called in order to wait once an asynchronous event has been dispatched.
pleaseStop() — method, class org.flexunit.internals.builders.IgnoredClassRunner
Ask that the tests run stop before starting the next test.
pleaseStop() — method, class org.flexunit.internals.runners.ErrorReportingRunner
Ask that the tests run stop before starting the next test.
pleaseStop() — method, class org.flexunit.internals.runners.FlexUnit1ClassRunner
Ask that the tests run stop before starting the next test.
pleaseStop() — method, class org.flexunit.runner.FlexUnitCore
Requests that the FlexUnitCore stop execution of the test environment.
pleaseStop() — method, interface org.flexunit.runner.IRunner
Ask that the tests run stop before starting the next test.
pleaseStop() — method, class org.flexunit.runners.Parameterized
Ask that the tests run stop before starting the next test.
pleaseStop() — method, class org.flexunit.runners.ParentRunner
Ask that the tests run stop before starting the next test.
pleaseStop() — method, class org.flexunit.runners.Suite
Ask that the tests run stop before starting the next test.
port — Property, class org.flexunit.runner.notification.async.XMLListener
The port used to communicate with the server receiving this XML
possiblyExpectingExceptions(method:org.flexunit.runners.model:FrameworkMethod, test:Object, statement:org.flexunit.internals.runners.statements:IAsyncStatement) — method, class org.flexunit.runners.BlockFlexUnit4ClassRunner
Returns an IAsyncStatement: if method's Test annotation has the expecting attribute, return normally only if next throws an exception of the correct type, and throw an exception otherwise.
PotentialAssignment — class, package org.flexunit.experimental.theories
A PotentialAssignment stores information for a particular value that is assigned to a parameter in a theory method.
PotentialAssignment(name:String, value:Object) — Constructor, class org.flexunit.experimental.theories.PotentialAssignment
Constructor.
potentialsForNextUnassigned() — method, class org.flexunit.experimental.theories.internals.Assignments
Retrieves the potential values that the next unassigned ParameterSignature can use.
printFailure(failure:org.flexunit.runner.notification:Failure, prefix:String) — method, class org.flexunit.internals.TextListener
Logs a provided failure with a certain prefix
printFailure(failure:org.flexunit.runner.notification:Failure, prefix:String) — method, class org.flexunit.internals.TraceListener
Traces a provided failure with a certain prefix
printFailures(result:org.flexunit.runner:Result) — method, class org.flexunit.internals.TextListener
Logs all failures that were received in the result
printFailures(result:org.flexunit.runner:Result) — method, class org.flexunit.internals.TraceListener
Traces all failures that were received in the result
printFooter(result:org.flexunit.runner:Result) — method, class org.flexunit.internals.TextListener
Logs a footer for the provided result
printFooter(result:org.flexunit.runner:Result) — method, class org.flexunit.internals.TraceListener
Traces a footer for the provided result
printHeader(runTime:Number) — method, class org.flexunit.internals.TextListener
Logs a header that provides the total run time
printHeader(runTime:Number) — method, class org.flexunit.internals.TraceListener
Traces a header that provides the total run time
proceedOnEvent(testCase:Object, target:flash.events:IEventDispatcher, eventName:String, timeout:int, timeoutHandler:Function) — Static Method , class org.flexunit.async.Async
This method is used when you want to ensure that a specific event fires during an asynchronous test.
proceedToNextStatement() — method, class org.flexunit.internals.runners.statements.MethodRuleBase
Convenience method for notifying the next statement that it can begin its pretest work
producesType(type:Class) — method, class org.flexunit.runners.model.FrameworkMethod
Returns a Boolean value indicating whether the method has no parameters and whether the method has a return type that matches the provided type.
propertyName — Property, class org.fluint.sequence.SequenceBindingWaiter
Name of the property that will change.
props — Property, class org.fluint.sequence.SequenceSetter
A generic object that contains name/value pairs that should be set on the target. For example, if the target were a TextInput, a props defined like this: {text:'blah',enabled:false} Would set the text property to 'blah' and the enabled property to false.
protect(method:Function, ... rest) — method, class org.flexunit.internals.runners.statements.ExpectAsync
Attempts to call the provided method with the provided rest parameters.
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