AutoFeedback API

Result 002a4c0e-f592-4fa0-a958-eef33a2b89d9

{
  "evaluationState" : {
    "id" : "002a4c0e-f592-4fa0-a958-eef33a2b89d9",
    "startTime" : "2026-07-17T13:48:22.169269Z",
    "endTime" : "2026-07-17T13:52:08.86187Z",
    "status" : "SUCCESS",
    "commitHash" : null
  },
  "stepResults" : {
    "unitTest" : {
      "tests" : [ {
        "name" : "buyTicketIds()",
        "status" : "FAILED",
        "message" : "buyTicketIds() timed out after 60 seconds"
      }, {
        "name" : "buyTicketsIllegalNumbers()",
        "status" : "FAILED",
        "message" : "buyTicketsIllegalNumbers() timed out after 60 seconds"
      }, {
        "name" : "draw()",
        "status" : "FAILED",
        "message" : "expected: <true> but was: <false>"
      }, {
        "name" : "drawNoDuplicates()",
        "status" : "FAILED",
        "message" : null
      }, {
        "name" : "drawRandom()",
        "status" : "FAILED",
        "message" : null
      }, {
        "name" : "drawAlreadyDrawn()",
        "status" : "FAILED",
        "message" : "Expected java.lang.Exception to be thrown, but nothing was thrown."
      }, {
        "name" : "getWinningNumbersNotDrawnYet()",
        "status" : "FAILED",
        "message" : null
      }, {
        "name" : "buyTicketAlreadyDrawn()",
        "status" : "FAILED",
        "message" : "buyTicketAlreadyDrawn() timed out after 60 seconds"
      } ]
    }
  }
}