Method Summary |
|
public void | checkImport() |
public void | cleanup() Remove all imported process definitions. |
public void | readActivityRefIllegal() Test import of a process definition with illegal activity reference
within transition declaration. |
public void | readBlockIDRefIllegal() Test import of a process definition with illegal blockActivity reference
within activity declaration. |
public void | readImplementationIllegal() Test import of a process definition with illegal implementation
declaration. |
public void | readMinimal() Test import of a minimal process definition. |
public void | readPerformerIllegal() Test import of a process definition with illegal performer
declaration. |
public void | readTransitionRefIllegal() Test import of a process definition with illegal transition reference
within activity declaration. |
protected void | setUp() Initialisation.
The setUp method defines the way a state change is
realized. |
public static Test | suite() Construct this test suite. |
public void | testDataFields() Test references to data fields and/or formal parameters. |
public void | testScript() Test rejection of illegal script declaration. |