Test Cases

Test Case objects represent individual tests: functions applied to submissions that return either pass (representing success), fail, or error. Every Test Case is the child of some Test Category.

Endpoints

POST

  /testCases

GET

  /testCases/:id

PATCH

  /testCases/:id

DELETE

  /testCases/:id