(ByteBuffer bb)
| 136 | // this method checks additional fields not present in the binary buffer read from file |
| 137 | // these new tests are performed on top of the regular tests |
| 138 | static void TestExtendedBuffer(ByteBuffer bb) { |
| 139 | TestBuffer(bb); |
| 140 | |
| 141 | Monster monster = Monster.getRootAsMonster(bb); |
| 142 | |
| 143 | TestEq(monster.testhashu32Fnv1(), Integer.MAX_VALUE + 1L); |
| 144 | } |
| 145 | |
| 146 | static void TestNamespaceNesting() { |
| 147 | // reference / manipulate these to verify compilation |
no test coverage detected