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

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.
assertActivitiesActive(String, String...) - Method in class org.jbpm.test.JbpmTestCase
 
assertActivityActive(String, String) - Method in class org.jbpm.test.JbpmTestCase
 
assertContainsSameElements(Collection<T>, Collection<T>) - Static method in class org.jbpm.test.assertion.CollectionAssertions
Compares the elements of the two given collections.
assertContainsSameElements(Collection<T>, T...) - Static method in class org.jbpm.test.assertion.CollectionAssertions
Compares the elements of the two given collections.
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
 
assertExecutionInOneOrMoreActivitiesActive(String, String...) - Method in class org.jbpm.test.JbpmTestCase
Checks if the given execution is active in one (or more) of the given activities
assertNoOpenTasks(String) - Method in class org.jbpm.test.JbpmTestCase
 
assertNotActivityActive(String, String) - Method in class org.jbpm.test.JbpmTestCase
 
assertOrderIsNatural(Class<T>, String, List<T>, List<T>, int) - Static method in class org.jbpm.test.assertion.QueryAssertions
Does the same as the assertOrderOnProperty assertion, but instead of checking if the resulting list have the correct elements now it is checked if the elements are naturally ordered ascending and descending on the given property.
assertOrderOnProperty(Class<T>, String, List<T>, List<T>, List<?>) - Static method in class org.jbpm.test.assertion.QueryAssertions
Assertion to be used to check if the result of a certain XXXQuery produces the correct result.
assertProcessInstanceActive(ProcessInstance) - Method in class org.jbpm.test.JbpmTestCase
 
assertProcessInstanceActive(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
 
bindToContext(String, Object) - Method in class org.jbpm.test.ejb.JbpmEjbMockTestCase
 
bindToJndi(String, Object) - Static method in class org.jbpm.test.JmsExtensions
 
buildProcessEngine() - Method in class org.jbpm.test.JbpmCustomCfgTestCase
 
buildProcessEngine() - Method in class org.jbpm.test.JbpmTestCase
 

C

clean(ProcessEngine) - Static method in class org.jbpm.test.Db
 
CollectionAssertions - Class in org.jbpm.test.assertion
Utility class with assertions for collections.
consumeMessageFromQueue(String, String, long, boolean, int) - Static method in class org.jbpm.test.JmsExtensions
 
consumeMessageFromQueueXA(String, String, long) - Static method in class org.jbpm.test.JmsExtensions
 
createQueue(String, String) - Static method in class org.jbpm.test.JmsExtensions
 
createTopic(String, String) - Static method in class org.jbpm.test.JmsExtensions
 

D

DateUtils - Class in org.jbpm.test.util
 
Db - Class in org.jbpm.test
 
Db() - Constructor for class org.jbpm.test.Db
 
deleteRegisteredDeployments() - Method in class org.jbpm.test.JbpmTestCase
 
deployBpmn2XmlString(String) - Method in class org.jbpm.test.JbpmTestCase
 
deployFromClasspath(String) - Method in class org.jbpm.test.JbpmTestCase
 
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 - Variable in class org.jbpm.test.JbpmTestCase
 

G

getConfigPath() - Method in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
By default, the applicationContext.xml file in the same package as the test class is used to initialize the Spring container.
getConnectionFactory() - Method in class org.jbpm.test.jms.JbpmJmsMockTestCase
 
getDate(int, int, int, int, int, int) - Static method in class org.jbpm.test.util.DateUtils
 
getDateAtMidnight(int, int, int) - Static method in class org.jbpm.test.util.DateUtils
 
getJbpmConfigurationName() - Method in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
Default configuration name.
getJobCount() - Method in class org.jbpm.test.JbpmTestCase
 
getNextMessage(long) - Method in class org.jbpm.test.JmsNonXATopicListener
 
getNextMessage(long) - Method in interface org.jbpm.test.JmsTopicListener
 
getNextMessage(long) - Method in class org.jbpm.test.JmsXATopicListener
 
getQueue() - Method in class org.jbpm.test.jms.JbpmJmsMockTestCase
 
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
 
getWiser() - Method in class org.jbpm.test.mail.MailTestSetup
 

H

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

I

identityService - Variable in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
 
identityService - Variable in class org.jbpm.test.JbpmTestCase
 
injectDependencies() - Method in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
{@inheritDoc)

J

JbpmCustomCfgTestCase - Class in org.jbpm.test
 
JbpmCustomCfgTestCase() - Constructor for class org.jbpm.test.JbpmCustomCfgTestCase
 
JbpmEjbMockTestCase - Class in org.jbpm.test.ejb
 
JbpmEjbMockTestCase() - Constructor for class org.jbpm.test.ejb.JbpmEjbMockTestCase
 
JbpmJmsMockTestCase - Class in org.jbpm.test.jms
 
JbpmJmsMockTestCase() - Constructor for class org.jbpm.test.jms.JbpmJmsMockTestCase
 
JbpmTestCase - Class in org.jbpm.test
base class for persistent jBPM tests.
JbpmTestCase() - Constructor for class org.jbpm.test.JbpmTestCase
 
jmsAssertQueueEmpty(String, String, long, boolean, int) - Static method in class org.jbpm.test.JbpmTestCase
 
jmsAssertQueueEmpty(String, String, long, boolean, int) - Static method in class org.jbpm.test.JmsExtensions
 
jmsAssertQueueEmptyXA(String, String, long) - Static method in class org.jbpm.test.JbpmTestCase
 
jmsAssertQueueEmptyXA(String, String, long) - Static method in class org.jbpm.test.JmsExtensions
 
jmsConsumeMessageFromQueue(String, String) - Static method in class org.jbpm.test.JbpmTestCase
 
jmsConsumeMessageFromQueue(String, String, long, boolean, int) - Static method in class org.jbpm.test.JbpmTestCase
 
jmsConsumeMessageFromQueueXA(String, String, long) - Static method in class org.jbpm.test.JbpmTestCase
 
jmsCreateQueue(String, String) - Static method in class org.jbpm.test.JbpmTestCase
 
jmsCreateTopic(String, String) - Static method in class org.jbpm.test.JbpmTestCase
 
JmsExtensions - Class in org.jbpm.test
 
JmsExtensions() - Constructor for class org.jbpm.test.JmsExtensions
 
JmsNonXATopicListener - Class in org.jbpm.test
 
jmsRemoveQueue(String, String) - Static method in class org.jbpm.test.JbpmTestCase
 
jmsRemoveTopic(String, String) - Static method in class org.jbpm.test.JbpmTestCase
 
jmsStartTopicListener(String, String, boolean, int) - Static method in class org.jbpm.test.JbpmTestCase
 
jmsStartTopicListenerXA(String, String) - Static method in class org.jbpm.test.JbpmTestCase
 
JmsTopicListener - Interface in org.jbpm.test
 
JmsXATopicListener - Class in org.jbpm.test
 

L

listAllActiveActivites(String) - Method in class org.jbpm.test.JbpmTestCase
 
listAllOpenTasks(String) - Method in class org.jbpm.test.JbpmTestCase
 
log - Variable in class org.jbpm.test.BaseJbpmTestCase
 

M

MailTestSetup - Class in org.jbpm.test.mail
 
MailTestSetup(Class<?>, Wiser) - Constructor for class org.jbpm.test.mail.MailTestSetup
 
managementService - Variable in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
 
managementService - Variable in class org.jbpm.test.JbpmTestCase
 
MockRunnerTest - Class in org.jbpm.test
 
MockRunnerTest() - Constructor for class org.jbpm.test.MockRunnerTest
 

O

org.jbpm.test - package org.jbpm.test
 
org.jbpm.test.assertion - package org.jbpm.test.assertion
 
org.jbpm.test.ejb - package org.jbpm.test.ejb
 
org.jbpm.test.jms - package org.jbpm.test.jms
 
org.jbpm.test.mail - package org.jbpm.test.mail
 
org.jbpm.test.util - package org.jbpm.test.util
 

P

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

Q

QueryAssertions - Class in org.jbpm.test.assertion
Utility class with assertions for query test.

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.
removeQueue(String, String) - Static method in class org.jbpm.test.JmsExtensions
 
removeTopic(String, String) - Static method in class org.jbpm.test.JmsExtensions
 
repositoryService - Variable in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
 
repositoryService - Variable in class org.jbpm.test.JbpmTestCase
 

S

setUp() - Method in class org.jbpm.test.BaseJbpmTestCase
 
setUp() - Method in class org.jbpm.test.ejb.JbpmEjbMockTestCase
 
setUp() - Method in class org.jbpm.test.JbpmTestCase
 
setUp() - Method in class org.jbpm.test.jms.JbpmJmsMockTestCase
 
setUp() - Method in class org.jbpm.test.mail.MailTestSetup
 
stop() - Method in class org.jbpm.test.JmsNonXATopicListener
 
stop() - Method in interface org.jbpm.test.JmsTopicListener
 
stop() - Method in class org.jbpm.test.JmsXATopicListener
 

T

taskService - Variable in class org.jbpm.test.AbstractTransactionalSpringJbpmTestCase
 
taskService - Variable in class org.jbpm.test.JbpmTestCase
 
tearDown() - Method in class org.jbpm.test.BaseJbpmTestCase
 
tearDown() - Method in class org.jbpm.test.JbpmTestCase
 
tearDown() - Method in class org.jbpm.test.mail.MailTestSetup
 
testMockRunner() - Method in class org.jbpm.test.MockRunnerTest
 

U

unbindFromJndi(String) - Static method in class org.jbpm.test.JmsExtensions
 

V

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

W

waitTillNoMoreMessages() - Method in class org.jbpm.test.JbpmTestCase
 

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

Copyright © 2010 JBoss Community. All Rights Reserved.