Add Test google mock

for imitating QET on tests (a file, a netwerk link, ...)
This commit is contained in:
Simon De Backer
2020-12-09 10:48:38 +01:00
parent d89d1088a3
commit 4de9c1d922
6 changed files with 236 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#include "../../sources/borderproperties.h"
#include <gmock/gmock.h>
TEST(googlemocktest, sample_mock) { EXPECT_EQ(1, 1); }