45 lines
861 B
YAML
Executable File
45 lines
861 B
YAML
Executable File
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"
|