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

Class EncoderInitTest

test/api/encoder_test.cpp:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17class EncoderInitTest : public ::testing::Test, public BaseEncoderTest {
18 public:
19 virtual void SetUp() {
20 BaseEncoderTest::SetUp();
21 }
22 virtual void TearDown() {
23 BaseEncoderTest::TearDown();
24 }
25};
26
27TEST_F (EncoderInitTest, JustInit) {}
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected