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