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

Method SetUp

tests/SequenceTest.cpp:22–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void SetUp()
23 {
24 DirManager::SetTempDir("/tmp/sequence-test-dir");
25 mDirManager = new DirManager;
26
27 mSequence = new Sequence(mDirManager, floatSample);
28
29 mMemorySequence.clear();
30 }
31
32 void TearDown()
33 {

Callers 1

mainFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected