MCPcopy Create free account
hub / github.com/audacity/audacity / main

Function main

tests/SimpleBlockFileTest.cpp:191–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189};
190
191int main()
192{
193 SimpleBlockFileTest tester;
194
195 tester.setUp();
196 tester.testFileValidity();
197 tester.tearDown();
198
199 tester.setUp();
200 tester.testCorrectDataWritten();
201 tester.tearDown();
202
203 tester.setUp();
204 tester.testReads();
205 tester.tearDown();
206
207 return 0;
208}

Callers

nothing calls this directly

Calls 5

testFileValidityMethod · 0.80
tearDownMethod · 0.80
testReadsMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected