| |
|
| process.AuditTests
AuditTests | public class AuditTests extends TestCase (Code) | | Testing audit event handling. This test suite does not make any senseful
things, rather than forcing the creation of several audit events in order
to test that they've been created and written the appropriate database
tables.
|
AuditTests | public AuditTests(String name)(Code) | | Constructor of this TestCase
Parameters: name - the name of the test case |
changeActivityResult | public void changeActivityResult() throws Exception(Code) | | Changes the activity result
throws: Exception - ... |
createProcessAndProcessContextChanged | public void createProcessAndProcessContextChanged() throws Exception(Code) | | Test case 1: Creates a process - calling AbstractProcess.init()
throws: Exception - ... |
importProcessDefinitions | public void importProcessDefinitions() throws Exception(Code) | | Import the process definitions from a XPDL file
unsing the ProcessDefinitionDirectory.
|
suite | public static Test suite()(Code) | | The definition of the test suite. There's one test case per event type.
However, not all test cases are currently doing something.
the test suite |
|
|
|