summaryrefslogtreecommitdiff
path: root/render-test/tests/should-fail.json
blob: f08497b07f73e4918717ad7c4029b6e8d3ecc91d (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "tests/file-size/fail-size-is-over": "Should fail, size is bigger than expected.",
  "tests/file-size/fail-size-is-under": "Should fail, size is smaller than expected.",
  "tests/file-size/fail-file-doesnt-match": "Should fail, doesn't match the expectation.",
  "tests/file-size/fail-file-not-found": "Should fail, file not found.",
  "tests/network/fail-requests": "Should fail, number of requests higher than expected.",
  "tests/network/fail-transferred": "Should fail, amount of transferred data higher than expected.",
  "tests/network/fail-requests-transferred": "Should fail, number of requests higher than expected and amount of transferred data less than expected.",
  "tests/memory/fail-memory-size-is-too-big": "Should fail, memory size is bigger than expected.",
  "tests/memory/fail-memory-size-is-too-small": "Should fail, memory size is smaller than expected."
}