A B C E F G I M O R S T W

A

activity - Variable in class org.apache.commons.workflow.base.BaseActivityTestCase
The activity instance we will be testing.
activity - Variable in class org.apache.commons.workflow.base.BaseExecuteTestCase
The activity instance we will be testing.
activity - Variable in class org.apache.commons.workflow.core.CoreBlockTestCase
The Activity we will use to contain the Steps that we will execute.
activity - Variable in class org.apache.commons.workflow.core.CoreExecuteTestCase
The Activity we will use to contain the Steps that we will execute.
activity - Variable in class org.apache.commons.workflow.io.IOExecuteTestCase
The Activity we will use to contain the Steps that we will execute.
addAddress(String, Address) - Method in class org.apache.commons.workflow.base.Employee
 
Address - Class in org.apache.commons.workflow.base
Bean for JPath testing.
Address() - Constructor for class org.apache.commons.workflow.base.Address
 
Address(String, String, String, String) - Constructor for class org.apache.commons.workflow.base.Address
 
afterActivity(ContextEvent) - Method in class org.apache.commons.workflow.core.CoreBlockTestCase
Invoked immediately after execution of the related Activity has been completed normally, been suspended, or been aborted by the throwing of a StepException.
afterActivity(ContextEvent) - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Invoked immediately after execution of the related Activity has been completed normally, been suspended, or been aborted by the throwing of a StepException.
afterActivity(ContextEvent) - Method in class org.apache.commons.workflow.io.IOExecuteTestCase
Invoked immediately after execution of the related Activity has been completed normally, been suspended, or been aborted by the throwing of a StepException.
afterStep(ContextEvent) - Method in class org.apache.commons.workflow.core.CoreBlockTestCase
Invoked immediately after the specified Step was executed.
afterStep(ContextEvent) - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Invoked immediately after the specified Step was executed.
afterStep(ContextEvent) - Method in class org.apache.commons.workflow.io.IOExecuteTestCase
Invoked immediately after the specified Step was executed.

B

BaseActivityTestCase - Class in org.apache.commons.workflow.base
Test Case for the BaseActivity class.
BaseActivityTestCase(String) - Constructor for class org.apache.commons.workflow.base.BaseActivityTestCase
Construct a new instance of this test case.
BaseContextTestCase - Class in org.apache.commons.workflow.base
Test Case for the BaseContext class.
BaseContextTestCase(String) - Constructor for class org.apache.commons.workflow.base.BaseContextTestCase
Construct a new instance of this test case.
BaseExecuteTestCase - Class in org.apache.commons.workflow.base
Test Case for the BaseActivity class.
BaseExecuteTestCase(String) - Constructor for class org.apache.commons.workflow.base.BaseExecuteTestCase
Construct a new instance of this test case.
beforeActivity(ContextEvent) - Method in class org.apache.commons.workflow.core.CoreBlockTestCase
Invoked immediately before execution of the related Activity has started.
beforeActivity(ContextEvent) - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Invoked immediately before execution of the related Activity has started.
beforeActivity(ContextEvent) - Method in class org.apache.commons.workflow.io.IOExecuteTestCase
Invoked immediately before execution of the related Activity has started.
beforeStep(ContextEvent) - Method in class org.apache.commons.workflow.core.CoreBlockTestCase
Invoked immediately before the specified Step is executed.
beforeStep(ContextEvent) - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Invoked immediately before the specified Step is executed.
beforeStep(ContextEvent) - Method in class org.apache.commons.workflow.io.IOExecuteTestCase
Invoked immediately before the specified Step is executed.

C

clearResults() - Static method in class org.apache.commons.workflow.base.TestStep
Clear the results accumulator.
commonDirectScope(int) - Method in class org.apache.commons.workflow.base.BaseContextTestCase
Common base tests for direct access to a Scope associated with this Context.
commonExplicitScope(String, int) - Method in class org.apache.commons.workflow.base.BaseContextTestCase
Common base tests for a Scope associated with this Context.
context - Variable in class org.apache.commons.workflow.base.BaseContextTestCase
The context instance we will be testing.
context - Variable in class org.apache.commons.workflow.base.BaseExecuteTestCase
The context instance we will be testing.
context - Variable in class org.apache.commons.workflow.core.CoreBlockTestCase
The Context we will use to execute the Activity under test.
context - Variable in class org.apache.commons.workflow.core.CoreExecuteTestCase
The Context we will use to execute the Activity under test.
context - Variable in class org.apache.commons.workflow.io.IOExecuteTestCase
The Context we will use to execute the Activity under test.
CoreBlockTestCase - Class in org.apache.commons.workflow.core
Test Case for the core library of Block implementations the support conditional and iterated execution of nexted Steps.
CoreBlockTestCase(String) - Constructor for class org.apache.commons.workflow.core.CoreBlockTestCase
Construct a new instance of this test case.
CoreExecuteTestCase - Class in org.apache.commons.workflow.core
Test Case for the core library of Step implementations.
CoreExecuteTestCase(String) - Constructor for class org.apache.commons.workflow.core.CoreExecuteTestCase
Construct a new instance of this test case.

E

Employee - Class in org.apache.commons.workflow.base
Bean for JPath testing.
Employee() - Constructor for class org.apache.commons.workflow.base.Employee
 
Employee(String, String) - Constructor for class org.apache.commons.workflow.base.Employee
 
execute(Context) - Method in class org.apache.commons.workflow.base.TestStep
Perform the executable actions related to this Step, in the context of the specified Context.

F

fail - Variable in class org.apache.commons.workflow.base.TestStep
Should our execute() method always fail and throw an exception?

G

getAddresses() - Method in class org.apache.commons.workflow.base.Employee
 
getBaseAddress() - Method in class org.apache.commons.workflow.base.Employee
 
getBooleanProperty() - Method in class org.apache.commons.workflow.core.TestBean
 
getCity() - Method in class org.apache.commons.workflow.base.Address
 
getDoubleProperty() - Method in class org.apache.commons.workflow.core.TestBean
 
getEmptyStringProperty() - Method in class org.apache.commons.workflow.core.TestBean
 
getFail() - Method in class org.apache.commons.workflow.base.TestStep
 
getFalseProperty() - Method in class org.apache.commons.workflow.core.TestBean
 
getFirstName() - Method in class org.apache.commons.workflow.base.Employee
 
getFloatProperty() - Method in class org.apache.commons.workflow.core.TestBean
 
getIntArray() - Method in class org.apache.commons.workflow.core.TestBean
 
getIntIndexed(int) - Method in class org.apache.commons.workflow.core.TestBean
 
getIntMultibox() - Method in class org.apache.commons.workflow.core.TestBean
 
getIntProperty() - Method in class org.apache.commons.workflow.core.TestBean
 
getLastName() - Method in class org.apache.commons.workflow.base.Employee
 
getLongProperty() - Method in class org.apache.commons.workflow.core.TestBean
 
getMultipleSelect() - Method in class org.apache.commons.workflow.core.TestBean
 
getNested() - Method in class org.apache.commons.workflow.core.TestBean
 
getNullProperty() - Method in class org.apache.commons.workflow.core.TestBean
 
getResults() - Static method in class org.apache.commons.workflow.base.TestStep
Return the accumulated execution results string.
getShortProperty() - Method in class org.apache.commons.workflow.core.TestBean
 
getSingleSelect() - Method in class org.apache.commons.workflow.core.TestBean
 
getState() - Method in class org.apache.commons.workflow.base.Address
 
getStreet() - Method in class org.apache.commons.workflow.base.Address
 
getStringArray() - Method in class org.apache.commons.workflow.core.TestBean
 
getStringIndexed(int) - Method in class org.apache.commons.workflow.core.TestBean
 
getStringProperty() - Method in class org.apache.commons.workflow.core.TestBean
 
getZipCode() - Method in class org.apache.commons.workflow.base.Address
 

I

IOExecuteTestCase - Class in org.apache.commons.workflow.io
Test Case for the io library of Step implementations.
IOExecuteTestCase(String) - Constructor for class org.apache.commons.workflow.io.IOExecuteTestCase
Construct a new instance of this test case.

M

main(String[]) - Static method in class org.apache.commons.workflow.TestAll
 

O

org.apache.commons.workflow - package org.apache.commons.workflow
 
org.apache.commons.workflow.base - package org.apache.commons.workflow.base
 
org.apache.commons.workflow.core - package org.apache.commons.workflow.core
 
org.apache.commons.workflow.io - package org.apache.commons.workflow.io
 
org.apache.commons.workflow.web - package org.apache.commons.workflow.web
 

R

removeAddress(String) - Method in class org.apache.commons.workflow.base.Employee
 
results - Static variable in class org.apache.commons.workflow.base.TestStep
An accumulator for execution trace results.

S

setBaseAddress(Address) - Method in class org.apache.commons.workflow.base.Employee
 
setBooleanProperty(boolean) - Method in class org.apache.commons.workflow.core.TestBean
 
setCity(String) - Method in class org.apache.commons.workflow.base.Address
 
setDoubleProperty(double) - Method in class org.apache.commons.workflow.core.TestBean
 
setEmptyStringProperty(String) - Method in class org.apache.commons.workflow.core.TestBean
 
setFail(boolean) - Method in class org.apache.commons.workflow.base.TestStep
 
setFalseProperty(boolean) - Method in class org.apache.commons.workflow.core.TestBean
 
setFirstName(String) - Method in class org.apache.commons.workflow.base.Employee
 
setFloatProperty(float) - Method in class org.apache.commons.workflow.core.TestBean
 
setIntArray(int[]) - Method in class org.apache.commons.workflow.core.TestBean
 
setIntIndexed(int, int) - Method in class org.apache.commons.workflow.core.TestBean
 
setIntMultibox(int[]) - Method in class org.apache.commons.workflow.core.TestBean
 
setIntProperty(int) - Method in class org.apache.commons.workflow.core.TestBean
 
setLastName(String) - Method in class org.apache.commons.workflow.base.Employee
 
setLongProperty(long) - Method in class org.apache.commons.workflow.core.TestBean
 
setMultipleSelect(String[]) - Method in class org.apache.commons.workflow.core.TestBean
 
setNullProperty(String) - Method in class org.apache.commons.workflow.core.TestBean
 
setShortProperty(short) - Method in class org.apache.commons.workflow.core.TestBean
 
setSingleSelect(String) - Method in class org.apache.commons.workflow.core.TestBean
 
setState(String) - Method in class org.apache.commons.workflow.base.Address
 
setStreet(String) - Method in class org.apache.commons.workflow.base.Address
 
setStringArray(String[]) - Method in class org.apache.commons.workflow.core.TestBean
 
setStringIndexed(int, String) - Method in class org.apache.commons.workflow.core.TestBean
 
setStringProperty(String) - Method in class org.apache.commons.workflow.core.TestBean
 
setUp() - Method in class org.apache.commons.workflow.base.BaseActivityTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.workflow.base.BaseContextTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.workflow.base.BaseExecuteTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.workflow.core.CoreBlockTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.workflow.io.IOExecuteTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.workflow.web.WebContextTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.workflow.web.WebExecuteTestCase
Set up instance variables required by this test case.
setZipCode(String) - Method in class org.apache.commons.workflow.base.Address
 
suite() - Static method in class org.apache.commons.workflow.base.BaseActivityTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.workflow.base.BaseContextTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.workflow.base.BaseExecuteTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.workflow.core.CoreBlockTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.workflow.io.IOExecuteTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.workflow.TestAll
 
suite() - Static method in class org.apache.commons.workflow.web.WebContextTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.workflow.web.WebExecuteTestCase
Return the tests included in this test suite.

T

tearDown() - Method in class org.apache.commons.workflow.base.BaseActivityTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.workflow.base.BaseContextTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.workflow.base.BaseExecuteTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.workflow.core.CoreBlockTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.workflow.io.IOExecuteTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.workflow.web.WebContextTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.workflow.web.WebExecuteTestCase
Tear down instance variables required by this test case.
testAddScope() - Method in class org.apache.commons.workflow.base.BaseContextTestCase
Add a new scope and test direct access to it.
TestAll - Class in org.apache.commons.workflow
Tests for org.apache.commons.workflow
TestAll(String) - Constructor for class org.apache.commons.workflow.TestAll
 
testBaseNegative() - Method in class org.apache.commons.workflow.base.BaseExecuteTestCase
Negative test (should throw StepException).
testBasePositive() - Method in class org.apache.commons.workflow.base.BaseExecuteTestCase
Positive test (should execute the entire Activity).
TestBean - Class in org.apache.commons.workflow.core
General purpose test bean for core Step implementation tests.
TestBean() - Constructor for class org.apache.commons.workflow.core.TestBean
Default constructor takes no arguments.
TestBean(String, Integer) - Constructor for class org.apache.commons.workflow.core.TestBean
Special constructor that initializes a couple of properties.
testCallNested() - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Call a nested Activity.
testConstructor() - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Test class loading and object construction.
testControlFlow() - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Control flow options.
testDefaultProperties() - Method in class org.apache.commons.workflow.base.BaseActivityTestCase
Test default properties upon creation time.
testDefaultScope() - Method in class org.apache.commons.workflow.base.BaseContextTestCase
Test default access to LOCAL scope.
testDirectScope() - Method in class org.apache.commons.workflow.base.BaseContextTestCase
Test direct access to LOCAL scope.
testGetDisplay() - Method in class org.apache.commons.workflow.io.IOExecuteTestCase
Get and display steps.
testGroupSteps() - Method in class org.apache.commons.workflow.base.BaseActivityTestCase
Test adding a group of steps.
testIf() - Method in class org.apache.commons.workflow.core.CoreBlockTestCase
Test "IfStep".
testIfAny() - Method in class org.apache.commons.workflow.core.CoreBlockTestCase
Test "IfAnyStep".
testIfNot() - Method in class org.apache.commons.workflow.core.CoreBlockTestCase
Test "IfNotStep".
testIfNotAny() - Method in class org.apache.commons.workflow.core.CoreBlockTestCase
Test "IfNotAnyStep".
testIndividualSteps() - Method in class org.apache.commons.workflow.base.BaseActivityTestCase
Test adding individual steps.
testInvoke() - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Test invoking arbitrary methods with various combinations of parameter mechanisms.
testJXPathContext() - Method in class org.apache.commons.workflow.base.BaseContextTestCase
Test the returned JXPathContext for accessing items in the unified namespace.
testJXPathFunctionality() - Method in class org.apache.commons.workflow.base.BaseContextTestCase
Test basic JXPath functionality that we rely on.
testLocalScope() - Method in class org.apache.commons.workflow.base.BaseContextTestCase
Test the basic manipulation of the associated LOCAL scope.
testReadWrite() - Method in class org.apache.commons.workflow.io.IOExecuteTestCase
Read and write steps.
testScopeAccess() - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Test access to variables in various scopes.
testSimplestPossible() - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Simplest possible activity execution.
testStackManipulation() - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Stack manipulation steps.
testStackMethods() - Method in class org.apache.commons.workflow.base.BaseContextTestCase
Test the basic stack mechanisms.
TestStep - Class in org.apache.commons.workflow.base
Test implementation of the Step interface.
TestStep() - Constructor for class org.apache.commons.workflow.base.TestStep
Construct a TestStep instance with default property values (required by the API contract for Step implementations.
TestStep(String) - Constructor for class org.apache.commons.workflow.base.TestStep
Construct a TestStep instance with the specified property values.
TestStep(String, boolean) - Constructor for class org.apache.commons.workflow.base.TestStep
Construct a TestStep instance with the specified property values.
testXpathBean() - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Test getting and setting beans through XPath expressions.
testXpathProperties() - Method in class org.apache.commons.workflow.core.CoreExecuteTestCase
Test setting and getting properties via XPath expressions.
toString() - Method in class org.apache.commons.workflow.base.Address
 
toString() - Method in class org.apache.commons.workflow.base.Employee
 
trail - Variable in class org.apache.commons.workflow.core.CoreBlockTestCase
The trail of execution, as recorded by our ContextListener methods.
trail - Variable in class org.apache.commons.workflow.core.CoreExecuteTestCase
The trail of execution, as recorded by our ContextListener methods.
trail - Variable in class org.apache.commons.workflow.io.IOExecuteTestCase
The trail of execution, as recorded by our ContextListener methods.

W

WebContextTestCase - Class in org.apache.commons.workflow.web
Test Case for the WebContext class.
WebContextTestCase(String) - Constructor for class org.apache.commons.workflow.web.WebContextTestCase
Construct a new instance of this test case.
WebExecuteTestCase - Class in org.apache.commons.workflow.web
Test Case for the BaseActivity class.
WebExecuteTestCase(String) - Constructor for class org.apache.commons.workflow.web.WebExecuteTestCase
Construct a new instance of this test case.

A B C E F G I M O R S T W

Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.