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

Class EncInterfaceCallTest

test/encoder/EncUT_InterfaceTest.cpp:8–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "BaseEncoderTest.h"
7
8class EncInterfaceCallTest : public ::testing::Test, public BaseEncoderTest {
9 public:
10 virtual void SetUp() {
11 BaseEncoderTest::SetUp();
12 };
13 virtual void TearDown() {
14 BaseEncoderTest::TearDown();
15 };
16
17 virtual void onEncodeFrame (const SFrameBSInfo& frameInfo) {
18 //nothing
19 }
20 //testing case
21
22};
23
24
25TEST_F (EncInterfaceCallTest, BaseParameterVerify) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected