Files
luos/workflow/engine/test/fixtures/groupUser.yml
2011-09-05 12:47:25 -04:00

37 lines
704 B
YAML
Executable File

create1:
-
Title: "Create the group user row"
Function: "createTest"
Input:
GRP_UID: "2"
USR_UID: "2"
input:
Type: "integer"
create2:
-
Title: "Create the group user row (whit incomplete data)"
Function: "createTest"
Input:
GRP_UID: ""
USR_UID: "2"
input:
Type: "Exception"
remove1:
-
Title: "Remove the group user row"
Function: "removeTest"
Input:
GRP_UID: "2"
USR_UID: "2"
input:
Type: "NULL"
remove2:
-
Title: "Remove the group user row (not existent)"
Function: "removeTest"
Input:
GRP_UID: "111111111111"
USR_UID: "222222222222"
input:
Type: "Exception"