Test Result : Scenario: Delete a non existent event
0 failures
7 tests
All Tests
Test name | Duration | Status |
---|---|---|
And A "CREATE" event from device "first" | 0 ms | Passed |
And A device named "second" | 0 ms | Passed |
And I expect the exception "KapuaEntityNotFoundException" with the text "The entity of type deviceEvent with id/name" | 0 ms | Passed |
Given A device named "first" | 0 ms | Passed |
Scenario: Delete a non existent event | 5 ms | Passed |
Then An exception was thrown | 0 ms | Passed |
When I delete an event with a random ID | 0 ms | Passed |