aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/json/source-viewer-coverage/test-cases.json
blob: 093ac8bd5f067c944ce4546c976f367e1a1d0063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "p": 1,
  "ps": 1000,
  "total": 1,
  "tests": [
    {
      "name": "sampleTest",
      "status": "OK",
      "durationInMs": 2,
      "fileKey": "test:sample",
      "fileUuid": "uuid",
      "fileLongName": "SampleTest"
    }
  ]
}