From: Wonki Kim Date: Thu, 17 Sep 2020 07:58:52 +0000 (+0900) Subject: tests: modify to initialize gmock class members at ctor X-Git-Tag: submit/tizen/20200917.075940^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cc5e47f0eec0dc2f86d57c428e1cd53ac9ee69b;p=platform%2Fcore%2Fuifw%2Faurum.git tests: modify to initialize gmock class members at ctor Change-Id: I09bee58b8d9d72b3b5f9225e5d032737c980abaf --- diff --git a/tests/Test_Sel.cc b/tests/Test_Sel.cc index e8f428e..8e3f046 100644 --- a/tests/Test_Sel.cc +++ b/tests/Test_Sel.cc @@ -21,31 +21,7 @@ class AurumTestSel : public ::testing::Test { public: - AurumTestSel(){ - /* - App1 - Win1 - Node1 - Node2 - Node3 - Node4 - Node5 - Node6 - Node7 - Node8 - Node9 - Node10 - Win2 - Node11 - App2 - Win3 - Node12 - Node13 - Node14 - Node15 - Node16 - */ - + AurumTestSel() : mDevice{nullptr}, mWatcher{nullptr}, mApps{}, mWins{}, mNodes{}{ } protected: void SetUp() override {