MCPcopy Create free account
hub / github.com/ColinPitrat/caprice32 / SectorReadTest

Method SectorReadTest

test/disk.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10 public:
11 SectorReadTest()
12 {
13 data[0] = 1;
14 data[512] = 2;
15 sector.setData(data);
16 }
17
18 protected:
19 t_sector sector;

Callers

nothing calls this directly

Calls 1

setDataMethod · 0.80

Tested by

no test coverage detected