And An exception was thrown | 0 ms | Passed |
Given I prepare a job with name "" and description "" | 0 ms | Passed |
Scenario: Creating job without name and without description | 6 ms | Passed |
Then I expect the exception "KapuaIllegalNullArgumentException" with the text "An illegal null value was provided for the argument jobCreator.name" | 0 ms | Passed |
When I create a new job entity from the existing creator | 0 ms | Passed |