org.jbpm.examples.junit
Class BPMN2JUnitTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jbpm.examples.junit.BPMN2JUnitTests
All Implemented Interfaces:
junit.framework.Test

public class BPMN2JUnitTests
extends junit.framework.TestCase


Nested Class Summary
static class BPMN2JUnitTests.TestWorkItemHandler
           
 
Constructor Summary
BPMN2JUnitTests()
           
 
Method Summary
 void testAdHocProcess()
           
 void testAdHocSubProcess()
           
 void testAdHocSubProcessAutoComplete()
           
 void testCallActivity()
           
 void testCompensateEndEventProcess()
           
 void testCompensateIntermediateThrowEventProcess()
           
 void testCompositeProcessWithDIGraphical()
           
 void testConditionalStart()
           
 void testDataObject()
           
 void testErrorBoundaryEvent()
           
 void testErrorEndEventProcess()
           
 void testEscalationBoundaryEvent()
           
 void testEscalationBoundaryEventInterrupting()
           
 void testEscalationEndEventProcess()
           
 void testEscalationIntermediateThrowEventProcess()
           
 void testEvaluationProcess()
           
 void testEvaluationProcess2()
           
 void testEvaluationProcess3()
           
 void testEventBasedSplit()
           
 void testEventBasedSplit2()
           
 void testEventBasedSplit3()
           
 void testEventBasedSplit4()
           
 void testEventBasedSplit5()
           
 void testEventBasedSplitAfter()
           
 void testEventBasedSplitBefore()
           
 void testExclusiveSplit()
           
 void testExclusiveSplitDefault()
           
 void testExclusiveSplitPriority()
           
 void testExclusiveSplitXPathAdvanced()
           
 void testExclusiveSplitXPathAdvanced2()
           
 void testExclusiveSplitXPathAdvancedWithVars()
           
 void testImport()
           
 void testInclusiveSplit()
           
 void testInclusiveSplitDefault()
           
 void testIntermediateCatchEventCondition()
           
 void testIntermediateCatchEventMessage()
           
 void testIntermediateCatchEventSignal()
           
 void testIntermediateCatchEventTimerCycle1()
           
 void testIntermediateCatchEventTimerCycle2()
           
 void testIntermediateCatchEventTimerDuration()
           
 void testLane()
           
 void testMessageEnd()
           
 void testMessageIntermediateThrow()
           
 void testMessageStart()
           
 void testMinimalProcess()
           
 void testMultiInstanceLoopCharacteristicsProcess()
           
 void testNoneIntermediateThrow()
           
 void testOnEntryExitScript()
           
 void testReceiveTask()
           
 void testRuleTask()
           
 void testScriptTask()
           
 void testSendTask()
           
 void testServiceTask()
           
 void testSignalEnd()
           
 void testSignalIntermediateThrow()
           
 void testSignalStart()
           
 void testSignalStartDynamic()
           
 void testSubProcess()
           
 void testTimerBoundaryEventCycle1()
           
 void testTimerBoundaryEventCycle2()
           
 void testTimerBoundaryEventDuration()
           
 void testTimerBoundaryEventInterrupting()
           
 void testTimerStart()
           
 void testTimerStartCron()
           
 void testUserTask()
           
 void testXORGateway()
           
 void testXpathExpression()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BPMN2JUnitTests

public BPMN2JUnitTests()
Method Detail

testMinimalProcess

public void testMinimalProcess()
                        throws Exception
Throws:
Exception

testCompositeProcessWithDIGraphical

public void testCompositeProcessWithDIGraphical()
                                         throws Exception
Throws:
Exception

testScriptTask

public void testScriptTask()
                    throws Exception
Throws:
Exception

testImport

public void testImport()
                throws Exception
Throws:
Exception

testRuleTask

public void testRuleTask()
                  throws Exception
Throws:
Exception

testDataObject

public void testDataObject()
                    throws Exception
Throws:
Exception

testEvaluationProcess

public void testEvaluationProcess()
                           throws Exception
Throws:
Exception

testEvaluationProcess2

public void testEvaluationProcess2()
                            throws Exception
Throws:
Exception

testEvaluationProcess3

public void testEvaluationProcess3()
                            throws Exception
Throws:
Exception

testUserTask

public void testUserTask()
                  throws Exception
Throws:
Exception

testLane

public void testLane()
              throws Exception
Throws:
Exception

testExclusiveSplit

public void testExclusiveSplit()
                        throws Exception
Throws:
Exception

testExclusiveSplitXPathAdvanced

public void testExclusiveSplitXPathAdvanced()
                                     throws Exception
Throws:
Exception

testExclusiveSplitXPathAdvanced2

public void testExclusiveSplitXPathAdvanced2()
                                      throws Exception
Throws:
Exception

testExclusiveSplitXPathAdvancedWithVars

public void testExclusiveSplitXPathAdvancedWithVars()
                                             throws Exception
Throws:
Exception

testExclusiveSplitPriority

public void testExclusiveSplitPriority()
                                throws Exception
Throws:
Exception

testExclusiveSplitDefault

public void testExclusiveSplitDefault()
                               throws Exception
Throws:
Exception

testInclusiveSplit

public void testInclusiveSplit()
                        throws Exception
Throws:
Exception

testInclusiveSplitDefault

public void testInclusiveSplitDefault()
                               throws Exception
Throws:
Exception

testEventBasedSplit

public void testEventBasedSplit()
                         throws Exception
Throws:
Exception

testEventBasedSplitBefore

public void testEventBasedSplitBefore()
                               throws Exception
Throws:
Exception

testEventBasedSplitAfter

public void testEventBasedSplitAfter()
                              throws Exception
Throws:
Exception

testEventBasedSplit2

public void testEventBasedSplit2()
                          throws Exception
Throws:
Exception

testEventBasedSplit3

public void testEventBasedSplit3()
                          throws Exception
Throws:
Exception

testEventBasedSplit4

public void testEventBasedSplit4()
                          throws Exception
Throws:
Exception

testEventBasedSplit5

public void testEventBasedSplit5()
                          throws Exception
Throws:
Exception

testCallActivity

public void testCallActivity()
                      throws Exception
Throws:
Exception

testSubProcess

public void testSubProcess()
                    throws Exception
Throws:
Exception

testMultiInstanceLoopCharacteristicsProcess

public void testMultiInstanceLoopCharacteristicsProcess()
                                                 throws Exception
Throws:
Exception

testEscalationBoundaryEvent

public void testEscalationBoundaryEvent()
                                 throws Exception
Throws:
Exception

testEscalationBoundaryEventInterrupting

public void testEscalationBoundaryEventInterrupting()
                                             throws Exception
Throws:
Exception

testErrorBoundaryEvent

public void testErrorBoundaryEvent()
                            throws Exception
Throws:
Exception

testTimerBoundaryEventDuration

public void testTimerBoundaryEventDuration()
                                    throws Exception
Throws:
Exception

testTimerBoundaryEventCycle1

public void testTimerBoundaryEventCycle1()
                                  throws Exception
Throws:
Exception

testTimerBoundaryEventCycle2

public void testTimerBoundaryEventCycle2()
                                  throws Exception
Throws:
Exception

testTimerBoundaryEventInterrupting

public void testTimerBoundaryEventInterrupting()
                                        throws Exception
Throws:
Exception

testAdHocSubProcess

public void testAdHocSubProcess()
                         throws Exception
Throws:
Exception

testAdHocSubProcessAutoComplete

public void testAdHocSubProcessAutoComplete()
                                     throws Exception
Throws:
Exception

testAdHocProcess

public void testAdHocProcess()
                      throws Exception
Throws:
Exception

testIntermediateCatchEventSignal

public void testIntermediateCatchEventSignal()
                                      throws Exception
Throws:
Exception

testIntermediateCatchEventMessage

public void testIntermediateCatchEventMessage()
                                       throws Exception
Throws:
Exception

testIntermediateCatchEventTimerDuration

public void testIntermediateCatchEventTimerDuration()
                                             throws Exception
Throws:
Exception

testIntermediateCatchEventTimerCycle1

public void testIntermediateCatchEventTimerCycle1()
                                           throws Exception
Throws:
Exception

testIntermediateCatchEventTimerCycle2

public void testIntermediateCatchEventTimerCycle2()
                                           throws Exception
Throws:
Exception

testIntermediateCatchEventCondition

public void testIntermediateCatchEventCondition()
                                         throws Exception
Throws:
Exception

testErrorEndEventProcess

public void testErrorEndEventProcess()
                              throws Exception
Throws:
Exception

testEscalationEndEventProcess

public void testEscalationEndEventProcess()
                                   throws Exception
Throws:
Exception

testEscalationIntermediateThrowEventProcess

public void testEscalationIntermediateThrowEventProcess()
                                                 throws Exception
Throws:
Exception

testCompensateIntermediateThrowEventProcess

public void testCompensateIntermediateThrowEventProcess()
                                                 throws Exception
Throws:
Exception

testCompensateEndEventProcess

public void testCompensateEndEventProcess()
                                   throws Exception
Throws:
Exception

testServiceTask

public void testServiceTask()
                     throws Exception
Throws:
Exception

testSendTask

public void testSendTask()
                  throws Exception
Throws:
Exception

testReceiveTask

public void testReceiveTask()
                     throws Exception
Throws:
Exception

testConditionalStart

public void testConditionalStart()
                          throws Exception
Throws:
Exception

testTimerStart

public void testTimerStart()
                    throws Exception
Throws:
Exception

testTimerStartCron

public void testTimerStartCron()
                        throws Exception
Throws:
Exception

testSignalStart

public void testSignalStart()
                     throws Exception
Throws:
Exception

testSignalStartDynamic

public void testSignalStartDynamic()
                            throws Exception
Throws:
Exception

testSignalEnd

public void testSignalEnd()
                   throws Exception
Throws:
Exception

testMessageStart

public void testMessageStart()
                      throws Exception
Throws:
Exception

testMessageEnd

public void testMessageEnd()
                    throws Exception
Throws:
Exception

testMessageIntermediateThrow

public void testMessageIntermediateThrow()
                                  throws Exception
Throws:
Exception

testSignalIntermediateThrow

public void testSignalIntermediateThrow()
                                 throws Exception
Throws:
Exception

testNoneIntermediateThrow

public void testNoneIntermediateThrow()
                               throws Exception
Throws:
Exception

testXpathExpression

public void testXpathExpression()
                         throws Exception
Throws:
Exception

testOnEntryExitScript

public void testOnEntryExitScript()
                           throws Exception
Throws:
Exception

testXORGateway

public void testXORGateway()
                    throws Exception
Throws:
Exception


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.