The Submission Test Object

{
  "id": 1, // assigned by codePost API
  "submission": 42,
  "testCase": 104,
  "passed": false,    
  "logs": "Output: 4, Expected: -1",
  "isError": false,
}
AttributeTypeDescription
idintegerUnique identifier for the object.
submissionintegerID of the Submission this Submission Test corresponds to.
testCaseintegerID of the Test Case this Submission Test corresponds to.
logsstringAny logs associated with this Submission Test. You can use this field to store meta-data related to the test result encoded by this object.
passedbooleanWhether the rest run represented by this Submission Test passed.
isErrorbooleanWhether the test run represented by this Submission Test produced an error. Defaults to False.