Browse Source

Update TESTCASES.md

Garrett Johnson 5 years ago
parent
commit
817aad6127
1 changed files with 38 additions and 0 deletions
  1. 38 0
      TESTCASES.md

+ 38 - 0
TESTCASES.md

@@ -4,4 +4,42 @@ Series of manually performed test cases for scenarios that are difficult / not f
 
 ## Tests
 
+### Verify all sibling tiles load when loadSiblings = true
+
+TODO
+
+### Verify sibling tiles do _not_ load when loadSiblings = false
+
+TODO
+
+### Verify that active tiles render when displayActiveTiles = true
+
+TODO
+
+### Verify tiles load up to errorTarget option
+
+TODO
+
+### Verify parent tiles do not load outside of the errorThreshold option
+
+TODO
+
+### Verify tiles do not display past the maxDepth threshold
+
+TODO
+
+### Verify that tiles do not change when update() is not called
+
+TODO
+
+### Verify that multiple cameras are taken into account when calculating error
+
+TODO
+
+### Verify that raycasting works as expected
+
+TODO
+
+### Verify debug bounds display when displayBoxBounds = true
+
 TODO