Class ratpack.rest.SingleEntityPUTSpec

10

tests

0

failures

0

ignored

6.375s

duration

100%

successful

Tests

Test Duration Result
can update a validating entity 0.877s passed
can update an existing entity 1.169s passed
can update an existing typed entity 0.416s passed
cannot add an entry to an unknown entity type 0.500s passed
cannot update a typed entity with unknown fields 0.931s passed
cannot update an unknown entity 0.311s passed
must supply an id in the url 0.515s passed
updating a validating entity with invalid data returns a 400 bad request with error details 0.550s passed
updating an existing entity with arbitrary json data leaves previous data intact 0.410s passed
updating an existing with no data returns not modified 0.696s passed