And An exception was thrown | 0 ms | Passed |
Given I prepare a job with name "" and description "description" | 0 ms | Passed |
Scenario: Creating a job without name with valid description | 4 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 |