ultimatepp/bazaar/GTestUIExample/GTestUIExample.upp
klugier 8158a053c4 Bazaar: GTest examples renamed.
git-svn-id: svn://ultimatepp.org/upp/trunk@15003 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-09 22:32:09 +00:00

19 lines
307 B
Text

description "Automate UI testing with Google Test and Google Mock\377";
uses
CtrlLib;
uses(TESTING_GTEST_UI_EXAMPLE) plugin/gmock;
file
AppWindow.h,
AppWindow.cpp,
main.cpp,
Tests readonly separator,
TestAppWindow.cpp,
TestMain.cpp;
mainconfig
"" = "GUI",
"" = "GUI TESTING_GTEST_UI_EXAMPLE";