(self)
| 129 | assert self.data.next() is None |
| 130 | |
| 131 | def test_described_array(self): |
| 132 | self.decode_data_file("described_array") |
| 133 | self.assert_next(Data.ARRAY, Array("int-array", Data.INT, *range(0, 10))) |
| 134 | |
| 135 | def test_arrays(self): |
| 136 | self.decode_data_file("arrays") |
nothing calls this directly
no test coverage detected