Test |
Duration |
Result |
should accept valid JSON with 2D list of dimension 64x64() |
0.014s |
passed |
should throw exception when JSON is not a 2D list() |
0.038s |
passed |
should throw exception when total coins used is greater than maximum available() |
0.017s |
passed |
should throw exception with 2D list with defenders in attacker spawn positions() |
0.012s |
passed |
should throw exception with 2D list with invalid defender ID() |
0.008s |
passed |
should throw exception with 2D list without dimension 64x64() |
0.016s |
passed |