And An exception was thrown | 0 ms | Passed |
But I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided for the argument role.name." | 0 ms | Passed |
Given I prepare a role creator with name "roleName" and description "roleDescription" | 0 ms | Passed |
Scenario: Changing role name to null | 3 ms | Passed |
Then I update the role name to "" | 0 ms | Passed |
When I create a new role entity from the existing creator | 0 ms | Passed |