| |
|
| domain.Proc
Proc | public class Proc extends TestCase (Code) | | Zusammenstellung aller domain Tests für (Abstract)Process.
author: version: 1.0 |
Proc | public Proc(String name)(Code) | | Konstruktor zum Erzeugen eines TestCase
Parameters: name - a String value |
abortProcess | public void abortProcess() throws Exception(Code) | | Test for aborting a Process and his activities
exception: Exception - if an error occurs |
activityTest | public void activityTest() throws Exception(Code) | | Test for Activity
exception: Exception - if an error occurs |
processTest2 | public void processTest2() throws Exception(Code) | | Test for Process with activity
exception: Exception - if an error occurs |
processTest3 | public void processTest3() throws Exception(Code) | | Test for Process with activities
exception: Exception - if an error occurs |
processTest4 | public void processTest4() throws Exception(Code) | | Test for Process with activities and transitions
exception: Exception - if an error occurs |
suite | public static Test suite()(Code) | | Stellt diese TestSuite zusammen.
a Test value |
|
|
|