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

Class DecoderCapabilityTest

test/api/decoder_test.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14class DecoderCapabilityTest : public ::testing::Test {
15 public:
16 virtual void SetUp() {}
17 virtual void TearDown() {}
18};
19
20TEST_F (DecoderCapabilityTest, JustInit) {
21 SDecoderCapability sDecCap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected