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

Method tearDown

tests/SimpleBlockFileTest.cpp:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void tearDown() {
61 delete [] int16Data;
62 delete [] int24Data;
63 delete [] floatData;
64 delete int16BlockFile;
65 delete int24BlockFile;
66 delete floatBlockFile;
67 }
68
69 void testFileValidity() {
70 // Use libsndfile to read the file. Make sure:

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected