procdef |
Package description
System test cases for process definition
This package contains system test cases for the static features of a process and its definition.
That is:
- Import definition (Case name: Import)
- Import of a minimal process definition
- Import of faulty process definitions (attempt) and corrected versions for the following error cases:
- Activity with illegal implementation (implementation-*.xml)
- Activity with illegal performer (performer-*.xml)
- Transition with illegal activity reference (activityRef-*.xml)
- Transition restriction with illegal transition reference (transitionRef-*.xml)
- Block activity with illegal activity set reference (blockActivityRef-*.xml)
- Regular removal of (prior imported) process definitions
- Irrgular removal of process definitions (attempt) for the following error cases:
- Process with illegal package id
- Process with illegal process id
- Extensive check of imported process definition
- Process creation (Case name: Create)
- Enabling/Disabling creation of a process
- Regular creation of a process
- Process data (Case name: ProcData)
- Process data info
- Process data
schlueter@danet.de
|
Java Source File Name | Type | Comment |
Basic.java | Class | Zusammenstellung der Basis-Testfälle für das Prozessdefinitionsverzeichnis. |
CacheTests.java | Class | Zusammenstellung der Caching-Testfälle für das
Prozessdefinitionsverzeichnis. |
ClusteredCreate.java | Class | Test creation of processes. |
ClusteredProcData.java | Class | Test dealing with process data (descriptions). |
Create.java | Class | Test creation of processes. |
Import.java | Class | Test import of process definitions. |
ProcContext.java | Class | |
ProcData.java | Class | Test dealing with process data (descriptions). |
ValidateProcDef.java | Class | test the functionality of the class
de.danet.an.workflow.domain.ProcDefValidator . |