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 |
validateInstanceMethods(errors:Array) — method, class org.flexunit.runners.BlockFlexUnit4ClassRunner |
|
Adds to errors for each method annotated with Test,
Before, or After that is not a public, void instance
method with no arguments. |
validatePublicVoid(isStatic:Boolean, errors:Array) — method, class org.flexunit.runners.model.FrameworkMethod |
|
Adds to errors if this method:
is not public, or
returns something other than void, or
is static (given isStatic is false), or
is not static (given isStatic is true).
|
validatePublicVoidNoArg(isStatic:Boolean, errors:Array) — method, class org.flexunit.runners.model.FrameworkMethod |
|
Adds to errors if this method:
is not public, or
takes parameters, or
returns something other than void, or
is static (given isStatic is false), or
is not static (given isStatic is true).
|
validatePublicVoidNoArgMethods(metaDataTag:String, isStatic:Boolean, errors:Array) — method, class org.flexunit.runners.ParentRunner |
|
Adds to errors if any method in this class is annotated with
metaDataTag, but:
is not public, or
takes parameters, or
returns something other than void, or
is static (given isStatic is false), or
is not static (given isStatic is true).
|
validateTestMethods(errors:Array) — method, class org.flexunit.experimental.theories.Theories |
|
Adds to errors for each method annotated with Test or
Theory that is not a public, void instance method. |
validateTestMethods(errors:Array) — method, class org.flexunit.runners.BlockFlexUnit4ClassRunner |
|
Adds to errors for each method annotated with Test that
is not a public, void instance method with no arguments. |
value — Property, class flex.lang.reflect.metadata.MetaDataArgument |
|
Retrieves the value portion of an argument. |
value — Property, class org.flexunit.experimental.theories.PotentialAssignment |
|
The value that can be applied to a particular parameter. |
verify() — method, class org.flexunit.events.rule.EventExpectations |
| |
verify() — method, interface org.flexunit.events.rule.IEventExpectation |
| |
version — Static Property, class org.flexunit.runner.FlexUnitCore |
|
Returns the version number. |
visualDisplayRoot — Property, class org.flexunit.runner.FlexUnitCore |
|
Allows you to get or set the appropriate visualDisplayRoot for this test run. |
VisualTestEnvironment — class, package org.fluint.uiImpersonation |
| |
VisualTestEnvironment(baseClass:Class) — Constructor, class org.fluint.uiImpersonation.VisualTestEnvironment |
|
Constructor
Creates a new test environment using the baseClass as a base. |
VisualTestEnvironmentBuilder — class, package org.fluint.uiImpersonation |
|
TestEnvironment is a singleton class that allows tests to have
visual components. |
VisualTestEnvironmentBuilder(visualDisplayRoot:flash.display:DisplayObjectContainer) — Constructor, class org.fluint.uiImpersonation.VisualTestEnvironmentBuilder |
|
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 |