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

Function main

tests/SequenceTest.cpp:136–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134};
135
136int main()
137{
138 SequenceTest tester;
139
140 tester.SetUp();
141 tester.TestReferencing();
142 tester.TearDown();
143
144 tester.SetUp();
145 tester.TestSetGarbageInput();
146 tester.TearDown();
147
148 tester.SetUp();
149 tester.TestGetGarbageInput();
150 tester.TearDown();
151
152 return 0;
153}
154
155class wxWindow;
156

Callers

nothing calls this directly

Calls 5

TestReferencingMethod · 0.80
TestSetGarbageInputMethod · 0.80
TestGetGarbageInputMethod · 0.80
SetUpMethod · 0.45
TearDownMethod · 0.45

Tested by

no test coverage detected