Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbc/audiowaveform
/ SetUp
Method
SetUp
test/WavFileWriterTest.cpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
{
42
protected:
43
virtual void SetUp()
44
{
45
output.str(std::string());
46
error.str(std::string());
47
}
48
49
virtual void TearDown()
50
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected