ultimatepp/bazaar/GoogleTestUIExample/GoogleTestUIExample.upp
klugier e39620c940 Bazaar: GoogleTestUIExample now shows how to simulate click and mock action.
git-svn-id: svn://ultimatepp.org/upp/trunk@14992 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-05 23:56:21 +00:00

19 lines
303 B
Text

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