Files
luos/workflow/engine/test/fixtures/taskUser.yml
2010-12-02 23:34:41 +00:00

45 lines
861 B
YAML

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