And I expect the exception "KapuaIllegalArgumentException" with the text "An illegal value was provided for the argument jobCreator.name: Value less than allowed min length. Min length is 3." | 0 ms | Passed |
Given I prepare a job with name "j" and description "description" | 0 ms | Passed |
Scenario: Creating job with too short name and valid description | 5 ms | Passed |
Then An exception was thrown | 0 ms | Passed |
When I create a new job entity from the existing creator | 0 ms | Passed |