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