Class ratpack.rest.SingleEntityPOSTSpec

9

tests

0

failures

0

ignored

6.005s

duration

100%

successful

Tests

Test Duration Result
can add a new entity and retrieve it 0.633s passed
can add a new entity with arbitrary json data 0.417s passed
can add a new typed entity and retrieve it 1.079s passed
can add a valid validating entity 0.646s passed
cannot add a new entity with an id supplied in the payload 0.790s passed
cannot add a new entity with an id supplied in the url 0.800s passed
cannot add a new typed entity with unknown fields 0.833s passed
cannot add an entry to an unknown entity type 0.321s passed
invalid validating entity returns a 400 bad request with error details 0.486s passed