Test Result : Scenario: Account name must not be mutable
0 failures
6 tests
All Tests
Test name | Duration | Status |
And Account "test_acc" exists | 0 ms | Passed |
And I expect the exception "KapuaAccountException" with the text "An illegal value was provided for the argument" | 0 ms | Passed |
Given I create a generic account with name "test_acc" | 0 ms | Passed |
Scenario: Account name must not be mutable | 5 ms | Passed |
Then An exception was thrown | 0 ms | Passed |
When I change the account "test_acc" name to "test_acc_new" | 0 ms | Passed |