We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5714a commit 2491341Copy full SHA for 2491341
Tests/L1Tests/tests/test_AVInput.cpp
@@ -40,7 +40,8 @@ using namespace WPEFramework;
40
using ::testing::NiceMock;
41
42
class AVInputTest : public ::testing::Test {
43
-protected:
+
44
+public:
45
46
PLUGINHOST_DISPATCHER* dispatcher;
47
Core::JSONRPC::Handler& handler;
@@ -80,8 +81,6 @@ class AVInputTest : public ::testing::Test {
80
81
IARM_EventHandler_t dsAVVideoModeEventHandler;
82
IARM_EventHandler_t dsAviContentTypeEventHandler;
83
-public:
84
-
85
AVInputTest()
86
: plugin(Core::ProxyType<Plugin::AVInput>::Create())
87
, handler(*(plugin))
0 commit comments