MCPcopy Create free account
hub / github.com/cisco/openh264 / DecoderInitTest

Class DecoderInitTest

test/api/decoder_test.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36class DecoderInitTest : public ::testing::Test, public BaseDecoderTest {
37 public:
38 virtual void SetUp() {
39 BaseDecoderTest::SetUp();
40 }
41 virtual void TearDown() {
42 BaseDecoderTest::TearDown();
43 }
44};
45
46TEST_F (DecoderInitTest, JustInit) {}
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected