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

A

ActivityGuard - Class in org.camunda.bpm.data
Activity guard base.
ActivityGuard() - Constructor for class org.camunda.bpm.data.ActivityGuard
 

B

before() - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 

C

CamundaSteps - Class in org.camunda.bpm.bdd.steps
Generic Steps to control Camunda BPM from the test.
CamundaSteps() - Constructor for class org.camunda.bpm.bdd.steps.CamundaSteps
 
CamundaSupport - Class in org.camunda.bpm.test
Helper for Camunda access.
CamundaSupport() - Constructor for class org.camunda.bpm.test.CamundaSupport
Create support component with default process engine.
CamundaSupport(ProcessEngine) - Constructor for class org.camunda.bpm.test.CamundaSupport
Create support component.
checkIsSet(DelegateExecution, String) - Static method in class org.camunda.bpm.data.Guards
Checks, if a variable with specified name is set (global and local).
checkIsSetGlobal(DelegateExecution, String) - Static method in class org.camunda.bpm.data.Guards
Checks, if a global variable with specified name is set.
checkIsSetLocal(DelegateExecution, String) - Static method in class org.camunda.bpm.data.Guards
Checks, if a local variable with specified name is set.
checkPostconditions(DelegateExecution) - Method in class org.camunda.bpm.data.ActivityGuard
Empty implementation of pre-condition checks.
checkPostconditions(DelegateExecution) - Method in interface org.camunda.bpm.data.Guard
Checks of post-conditions.
checkPostconditions(DelegateExecution) - Method in class org.camunda.bpm.data.TaskGuard
Empty implementation of pre-condition checks.
checkPreconditions(DelegateExecution) - Method in class org.camunda.bpm.data.ActivityGuard
Empty implementation of post-condition checks.
checkPreconditions(DelegateExecution) - Method in interface org.camunda.bpm.data.Guard
Checks of pre-conditions.
checkPreconditions(DelegateExecution) - Method in class org.camunda.bpm.data.TaskGuard
Empty implementation of post-condition checks.
cleanUp() - Method in class org.camunda.bpm.bdd.steps.CamundaSteps
Clean up all resources.
COMPRESS_FAILURE_TRACE - Static variable in enum org.camunda.bpm.bdd.JBehaveConstants
 
configuration() - Method in class org.camunda.bpm.bdd.JUnitTestBase
 

D

debug(String) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
debug(String, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
debug(String, Object, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
debug(String, Object...) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
debug(String, Throwable) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
debug(Marker, String) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
debug(Marker, String, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
debug(Marker, String, Object, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
debug(Marker, String, Object...) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
debug(Marker, String, Throwable) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
DEFAULT - Static variable in class org.camunda.bpm.bdd.Slf4jLoggerRule
Default instance.
DEFAULT_STORY_LOCATION - Static variable in enum org.camunda.bpm.bdd.JBehaveConstants
 
deploy(String...) - Method in class org.camunda.bpm.test.CamundaSupport
Checks deployment of the process definition.
deployProcess(String) - Method in class org.camunda.bpm.bdd.steps.CamundaSteps
 
dispatch(Guard, String, DelegateExecution) - Static method in class org.camunda.bpm.data.Guards
Helper method for event dispatch.

E

error(String) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
error(String, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
error(String, Object, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
error(String, Object...) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
error(String, Throwable) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
error(Marker, String) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
error(Marker, String, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
error(Marker, String, Object, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
error(Marker, String, Object...) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
error(Marker, String, Throwable) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 

G

getInjectedObject(Class<?>) - Method in class org.camunda.bpm.test.CamundaSupport
 
getInjectionProviders() - Method in class org.camunda.bpm.bdd.JUnitTestBase
Retrieves the list of injection providers.
getKey(InjectionTargetInformation) - Method in class org.camunda.bpm.test.CamundaSupport
 
getName() - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
getProcessEngine() - Method in class org.camunda.bpm.test.CamundaSupport
Retrieves process engine.
getProcessInstance() - Method in class org.camunda.bpm.test.CamundaSupport
Retrieves the process instance.
getStartTime() - Method in class org.camunda.bpm.test.CamundaSupport
Retrieves start time.
getStepClasses() - Method in class org.camunda.bpm.bdd.JUnitTestBase
 
getStoryLocation() - Method in class org.camunda.bpm.bdd.JBehaveTestBase
Retrieves the location of the stories.
getStoryLocation() - Method in class org.camunda.bpm.bdd.JUnitTestBase
 
Guard - Interface in org.camunda.bpm.data
Guard interface.
Guards - Class in org.camunda.bpm.data
Utility class for checks in guards.
Guards() - Constructor for class org.camunda.bpm.data.Guards
 

H

hasRunningProcessInstance() - Method in class org.camunda.bpm.test.CamundaSupport
Checks whether current process instance is still running.

I

info(String) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
info(String, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
info(String, Object, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
info(String, Object...) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
info(String, Throwable) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
info(Marker, String) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
info(Marker, String, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
info(Marker, String, Object, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
info(Marker, String, Object...) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
info(Marker, String, Throwable) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
init() - Method in class org.camunda.bpm.bdd.steps.CamundaSteps
 
isDebugEnabled() - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
isDebugEnabled(Marker) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
isErrorEnabled() - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
isErrorEnabled(Marker) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
isInfoEnabled() - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
isInfoEnabled(Marker) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
isTraceEnabled() - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
isTraceEnabled(Marker) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
isWarnEnabled() - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
isWarnEnabled(Marker) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 

J

JBehaveConstants - Enum in org.camunda.bpm.bdd
Constants for JBehave configuration.
JBehaveTestBase - Class in org.camunda.bpm.bdd
Base class for JBehave tests.
JBehaveTestBase() - Constructor for class org.camunda.bpm.bdd.JBehaveTestBase
 
JBehaveTestBase.RichReporterBuilder - Class in org.camunda.bpm.bdd
Own report builder.
JBehaveTestBase.RichReporterBuilder() - Constructor for class org.camunda.bpm.bdd.JBehaveTestBase.RichReporterBuilder
Constructs the builder.
JUnitTestBase - Class in org.camunda.bpm.bdd
Base class for JUnit based tests.
JUnitTestBase() - Constructor for class org.camunda.bpm.bdd.JUnitTestBase
 

M

MAP_SKIP_GUARDS - Static variable in class org.camunda.bpm.data.Guards
 

N

NO_EXCLUDE - Static variable in enum org.camunda.bpm.bdd.JBehaveConstants
 
notify(DelegateExecution) - Method in class org.camunda.bpm.data.ActivityGuard
Implementation of the event dispatching.
notify(DelegateTask) - Method in class org.camunda.bpm.data.TaskGuard
Implementation of the event dispatching.

O

org.camunda.bpm.bdd - package org.camunda.bpm.bdd
 
org.camunda.bpm.bdd.steps - package org.camunda.bpm.bdd.steps
 
org.camunda.bpm.data - package org.camunda.bpm.data
 
org.camunda.bpm.test - package org.camunda.bpm.test
 

P

parseStatement(String, String, boolean) - Static method in class org.camunda.bpm.test.CamundaSupport
Parses the verb and maps it to a boolean decision.
processFinishedSucessfully(String) - Method in class org.camunda.bpm.bdd.steps.CamundaSteps
 
processIsFinished() - Method in class org.camunda.bpm.bdd.steps.CamundaSteps
Process is finished.

R

REPORT_FAILURE_TRACE - Static variable in enum org.camunda.bpm.bdd.JBehaveConstants
 
resetClock() - Method in class org.camunda.bpm.test.CamundaSupport
Resets process engine clock.
RichReporterBuilder - Class in org.camunda.bpm.bdd
Report builder.
RichReporterBuilder() - Constructor for class org.camunda.bpm.bdd.RichReporterBuilder
Constructs the builder.
run() - Method in class org.camunda.bpm.bdd.JBehaveTestBase
 

S

setCurrentTime(Date) - Method in class org.camunda.bpm.test.CamundaSupport
Sets time.
skipGuards(DelegateExecution) - Static method in class org.camunda.bpm.data.Guards
 
Slf4jLoggerRule - Class in org.camunda.bpm.bdd
Use this rule to force all logging over SLF4J.
Slf4jLoggerRule() - Constructor for class org.camunda.bpm.bdd.Slf4jLoggerRule
Creates a new instance with c/note package name.
Slf4jLoggerRule(Object) - Constructor for class org.camunda.bpm.bdd.Slf4jLoggerRule
Creates a new Rule for the given test instance.
Slf4jLoggerRule(Class<?>) - Constructor for class org.camunda.bpm.bdd.Slf4jLoggerRule
Creates a new Rule for the given test class.
startProcess(String) - Method in class org.camunda.bpm.bdd.steps.CamundaSteps
 
startProcessInstanceByKey(String, Map<String, Object>) - Method in class org.camunda.bpm.test.CamundaSupport
Starts process by process definition key with given payload.
startProcessInstanceByKey(String) - Method in class org.camunda.bpm.test.CamundaSupport
Starts process by process definition key.
stepIsReached(String) - Method in class org.camunda.bpm.bdd.steps.CamundaSteps
Process step reached.
stepsFactory() - Method in class org.camunda.bpm.bdd.JUnitTestBase
 
STORY_PATTERN - Static variable in enum org.camunda.bpm.bdd.JBehaveConstants
 
storyPaths() - Method in class org.camunda.bpm.bdd.JBehaveTestBase
Retrieves the location of the stories.
storyPaths() - Method in class org.camunda.bpm.bdd.JUnitTestBase
 

T

TaskGuard - Class in org.camunda.bpm.data
Task guard base.
TaskGuard() - Constructor for class org.camunda.bpm.data.TaskGuard
 
trace(String) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
trace(String, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
trace(String, Object, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
trace(String, Object...) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
trace(String, Throwable) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
trace(Marker, String) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
trace(Marker, String, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
trace(Marker, String, Object, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
trace(Marker, String, Object...) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
trace(Marker, String, Throwable) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 

U

undeploy() - Method in class org.camunda.bpm.test.CamundaSupport
Cleans up resources.

V

valueOf(String) - Static method in enum org.camunda.bpm.bdd.JBehaveConstants
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.camunda.bpm.bdd.JBehaveConstants
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_SKIP_GUARDS - Static variable in class org.camunda.bpm.data.Guards
 
verify(InjectionTargetInformation) - Method in class org.camunda.bpm.test.CamundaSupport
 

W

warn(String) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
warn(String, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
warn(String, Object...) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
warn(String, Object, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
warn(String, Throwable) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
warn(Marker, String) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
warn(Marker, String, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
warn(Marker, String, Object, Object) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
warn(Marker, String, Object...) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 
warn(Marker, String, Throwable) - Method in class org.camunda.bpm.bdd.Slf4jLoggerRule
 

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

Copyright © 2014 camunda services GmbH. All rights reserved.