{
"id": 1, // assigned by codePost API
"assignment": 42,
"name": "Basic correctness tests",
"testCases": [], // no test cases yet
}
Attribute | Type | Description |
---|---|---|
id | integer | Unique identifier for this object. |
assignment | integer | ID of the Assignment this Test Category corresponds to. |
name | string | The name of this Test Category. |
testCases | array of integers | The IDs of the Test Cases that belong to this Test Category. |