Class WrongPayloadUserTest
Test Methods
(from test 'Corner and other weird cases' in suite 'SCIM-Client v2.0')|
createWrongAttrs1Group(s): A Parameter(s):
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
"userName": "scim_test_bjensen_1",
"UNKNOWN": "clash",
"displayName": "Brava",
"locale": "es_ES",
"active": true,
"password": "secret"
} | 00:00:00.011 | Tue Oct 01 15:01:30 UTC 2019 | PASS |
createWrongAttrs2Group(s): A Parameter(s):
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
"userName": "scim_test_bjensen_1",
"UNKNOWN":{
"any": "bug"
},
"displayName": "Brava",
"locale": "es_ES",
"active": true,
"password": "secret"
} | 00:00:00.012 | Tue Oct 01 15:01:30 UTC 2019 | PASS |
createWrongAttrs3Group(s): A Parameter(s):
{
"schemas": [],
"userName": "scim_test_bjensen_1"
} | 00:00:00.011 | Tue Oct 01 15:01:30 UTC 2019 | PASS |
createParameter(s):
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
"userName": "scim_test_bjensen_1"
} | 00:00:00.014 | Tue Oct 01 15:01:30 UTC 2019 | FAIL |
delete | 00:00:00.001 | Tue Oct 01 15:01:30 UTC 2019 | FAIL |
updateWrongId | 00:00:00.000 | Tue Oct 01 15:01:30 UTC 2019 | SKIP |
Configuration Methods
No Configuration method was found in this class