mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-06 05:10:52 +01:00
Add Test google mock
for imitating QET on tests (a file, a netwerk link, ...)
This commit is contained in:
5
tests/googlemock/tst_My_test.cpp
Normal file
5
tests/googlemock/tst_My_test.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "../../sources/borderproperties.h"
|
||||
|
||||
#include <gmock/gmock.h>
|
||||
|
||||
TEST(googlemocktest, sample_mock) { EXPECT_EQ(1, 1); }
|
||||
Reference in New Issue
Block a user