A B C D E G H I J L M O P R S T U V

A

AbstractTransactionalSpringJbpmTestCase - Class in org.jbpm.test
Convenient superclass for tests of processes that should occur in a transaction, but normally will roll the transaction back on the completion of each test.
AbstractTransactionalSpringJbpmTestCase() - Constructor for class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
Creates a new instance.
ArchiveDeployer - Interface in org.jbpm.test.enterprise
An archive deployer
assertActiveActivity(String, String) - Method in class org.jbpm.test.JbpmTestCase
 
assertContainsTask(List<Task>, String) - Static method in class org.jbpm.test.JbpmTestCase
 
assertContainsTask(List<Task>, String, String) - Static method in class org.jbpm.test.JbpmTestCase
 
assertExecutionEnded(String) - Method in class org.jbpm.test.JbpmTestCase
 
assertExecutionInActivity(String, String) - Method in class org.jbpm.test.JbpmTestCase
 
assertProcessInstanceEnded(String) - Method in class org.jbpm.test.JbpmTestCase
 
assertProcessInstanceEnded(ProcessInstance) - Method in class org.jbpm.test.JbpmTestCase
 
assertTextPresent(String, String) - Method in class org.jbpm.test.BaseJbpmTestCase
 

B

BaseJbpmTestCase - Class in org.jbpm.test
base class for jbpm test cases.
BaseJbpmTestCase() - Constructor for class org.jbpm.test.BaseJbpmTestCase
 

C

clean(ProcessEngine) - Static method in class org.jbpm.test.Db
 
create(String) - Static method in class org.jbpm.test.enterprise.ObjectNameFactory
 
create(String, String, String) - Static method in class org.jbpm.test.enterprise.ObjectNameFactory
 
create(String, Hashtable<String, String>) - Static method in class org.jbpm.test.enterprise.ObjectNameFactory
 

D

Db - Class in org.jbpm.test
 
Db() - Constructor for class org.jbpm.test.Db
 
deploy(URL) - Method in interface org.jbpm.test.enterprise.ArchiveDeployer
Deploy the given archive
deploy(String[]) - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
 
deploy(String) - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
 
deploy(URL) - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
 
deploy(URL) - Method in class org.jbpm.test.enterprise.JBossArchiveDeployer
 
deployJpdlFromClasspath(String) - Method in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
deploys the process.
deployJpdlXmlString(String) - Method in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
deploys the process.
deployJpdlXmlString(String) - Method in class org.jbpm.test.JbpmTestCase
deploys the process, keeps a reference to the deployment and automatically deletes the deployment in the tearDown

E

executionService - Variable in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
 
executionService - Static variable in class org.jbpm.test.JbpmTestCase
 

G

getArchiveFile(String) - Method in class org.jbpm.test.enterprise.IntegrationTestSetup
 
getArchiveURL(String) - Method in class org.jbpm.test.enterprise.IntegrationTestSetup
 
getJbpmConfigurationName() - Method in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
Default configuration name.
getResourceFile(String) - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
Try to discover the File for the test resource
getResourceURL(String) - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
Try to discover the URL for the test resource
getServer() - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
 
getServer() - Method in class org.jbpm.test.enterprise.IntegrationTestSetup
 
getTask(List<Task>, String) - Static method in class org.jbpm.test.JbpmTestCase
 
getTask(List<Task>, String, String) - Static method in class org.jbpm.test.JbpmTestCase
 
getTestArchiveDir() - Static method in class org.jbpm.test.enterprise.IntegrationTestHelper
 
getTestArchiveFile(String) - Static method in class org.jbpm.test.enterprise.IntegrationTestHelper
Try to discover the File for the deployment archive
getTestArchiveURL(String) - Static method in class org.jbpm.test.enterprise.IntegrationTestHelper
Try to discover the URL for the deployment archive
getTestResourcesDir() - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
 

H

historyService - Variable in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
 
historyService - Static variable in class org.jbpm.test.JbpmTestCase
 

I

identityService - Variable in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
 
identityService - Static variable in class org.jbpm.test.JbpmTestCase
 
initialize() - Method in class org.jbpm.test.JbpmTestCase
 
injectDependencies() - Method in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
{@inheritDoc)
IntegrationTestHelper - Class in org.jbpm.test.enterprise
An integration test helper that deals with test deployment/undeployment, etc.
IntegrationTestHelper() - Constructor for class org.jbpm.test.enterprise.IntegrationTestHelper
 
IntegrationTestSetup - Class in org.jbpm.test.enterprise
A test setup that deploys/undeploys archives
IntegrationTestSetup(Class<?>, String...) - Constructor for class org.jbpm.test.enterprise.IntegrationTestSetup
 
isTargetJBoss422() - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
 
isTargetJBoss422() - Method in class org.jbpm.test.enterprise.IntegrationTestSetup
 
isTargetJBoss423() - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
 
isTargetJBoss423() - Method in class org.jbpm.test.enterprise.IntegrationTestSetup
 
isTargetJBoss500() - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
 
isTargetJBoss500() - Method in class org.jbpm.test.enterprise.IntegrationTestSetup
 

J

JBossArchiveDeployer - Class in org.jbpm.test.enterprise
An archive deployer that deals with test deployment/undeployment, etc.
JBossArchiveDeployer(MBeanServerConnection) - Constructor for class org.jbpm.test.enterprise.JBossArchiveDeployer
 
JbpmTestCase - Class in org.jbpm.test
base class for persistent jBPM tests.
JbpmTestCase() - Constructor for class org.jbpm.test.JbpmTestCase
 

L

log - Static variable in class org.jbpm.test.BaseJbpmTestCase
 

M

managementService - Variable in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
 
managementService - Static variable in class org.jbpm.test.JbpmTestCase
 

O

ObjectNameFactory - Class in org.jbpm.test.enterprise
A simple factory for creating safe object names.
ObjectNameFactory() - Constructor for class org.jbpm.test.enterprise.ObjectNameFactory
 
org.jbpm.test - package org.jbpm.test
 
org.jbpm.test.enterprise - package org.jbpm.test.enterprise
 

P

processEngine - Variable in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
 
processEngine - Static variable in class org.jbpm.test.JbpmTestCase
 

R

registerDeployment(String) - Method in class org.jbpm.test.JbpmTestCase
registered deployments will be deleted in the tearDown
registeredDeployments - Variable in class org.jbpm.test.JbpmTestCase
registered deployments.
repositoryService - Variable in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
 
repositoryService - Static variable in class org.jbpm.test.JbpmTestCase
 
runTest() - Method in class org.jbpm.test.BaseJbpmTestCase
 

S

setUp() - Method in class org.jbpm.test.BaseJbpmTestCase
 
setUp() - Method in class org.jbpm.test.enterprise.IntegrationTestSetup
 
setUp() - Method in class org.jbpm.test.JbpmTestCase
 
SYSPROP_TEST_ARCHIVE_DIRECTORY - Static variable in class org.jbpm.test.enterprise.IntegrationTestHelper
 
SYSPROP_TEST_RESOURCES_DIRECTORY - Static variable in class org.jbpm.test.enterprise.IntegrationTestHelper
 

T

taskService - Variable in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
 
taskService - Static variable in class org.jbpm.test.JbpmTestCase
 
tearDown() - Method in class org.jbpm.test.BaseJbpmTestCase
 
tearDown() - Method in class org.jbpm.test.enterprise.IntegrationTestSetup
 
tearDown() - Method in class org.jbpm.test.JbpmTestCase
 
testArchiveDir - Static variable in class org.jbpm.test.enterprise.IntegrationTestHelper
 
testResourcesDir - Static variable in class org.jbpm.test.enterprise.IntegrationTestHelper
 

U

undeploy(URL) - Method in interface org.jbpm.test.enterprise.ArchiveDeployer
Undeploy the given archive
undeploy(String[]) - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
 
undeploy(String) - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
 
undeploy(URL) - Method in class org.jbpm.test.enterprise.IntegrationTestHelper
 
undeploy(URL) - Method in class org.jbpm.test.enterprise.JBossArchiveDeployer
 

V

verifyClean(ProcessEngine) - Static method in class org.jbpm.test.Db
 

A B C D E G H I J L M O P R S T U V

Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.