The Test Category Object

{
  "id": 1, // assigned by codePost API
  "assignment": 42,
  "name": "Basic correctness tests",
  "testCases": [], // no test cases yet
}
AttributeTypeDescription
idintegerUnique identifier for this object.
assignmentintegerID of the Assignment this Test Category corresponds to.
namestringThe name of this Test Category.
testCasesarray of integersThe IDs of the Test Cases that belong to this Test Category.