wxWidgets/tests/controls
Vadim Zeitlin 30079ad0e6 Fix building GUI tests with MSVC
This was broken by da48b9e45d (adding an iOS build to travis (#1847),
2020-05-08), as we can't use preprocessor directives inside macro
arguments with MSVC (at least with its traditional preprocessor).

Use a helper macro to make this work again.
2020-05-10 02:15:52 +02:00
..
auitest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
bitmapcomboboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
bitmaptogglebuttontest.cpp
bookctrlbasetest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
bookctrlbasetest.h
buttontest.cpp Fix use of dangling pointer in ButtonTestCase::Disabled() 2018-12-13 00:39:25 +01:00
checkboxtest.cpp
checklistboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
choicebooktest.cpp
choicetest.cpp Fix GetBestSize() for hidden controls in wxGTK 2019-10-09 14:56:49 +02:00
comboboxtest.cpp Replace a single function with a class in Enter processing tests 2019-09-10 18:48:20 +02:00
dataviewctrltest.cpp Merge branch 'dataview_cocoa' of https://github.com/thesiv/wxWidgets 2019-11-01 00:49:29 +01:00
datepickerctrltest.cpp Improve checks for dates range in wxQt wxCalendarCtrl 2019-01-03 00:18:37 +01:00
dialogtest.cpp Fix building GUI tests with MSVC 2020-05-10 02:15:52 +02:00
frametest.cpp
gaugetest.cpp
gridtest.cpp Rename wxGridBlockCoords::ContainsCell/Block() to just Contains() 2020-04-15 18:37:06 +02:00
headerctrltest.cpp
htmllboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
hyperlinkctrltest.cpp
itemcontainertest.cpp Document and test wxItemContainer::Delete() selection handling 2018-12-15 23:47:26 +01:00
itemcontainertest.h Document and test wxItemContainer::Delete() selection handling 2018-12-15 23:47:26 +01:00
label.cpp Run label unit tests for ellipsized wxStaticText too 2019-06-20 01:45:26 +02:00
listbasetest.cpp
listbasetest.h
listbooktest.cpp
listboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
listctrltest.cpp Add a test case for wxListCtrl::GetSubItemRect() 2019-08-27 17:12:47 +02:00
listviewtest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
markuptest.cpp
notebooktest.cpp Ensure that test notebook is destroyed after the end of its test 2019-02-02 17:40:33 +01:00
ownerdrawncomboboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
pickerbasetest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
pickerbasetest.h
pickertest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
radioboxtest.cpp
radiobuttontest.cpp Make wxRadioButton focus test MSW-specific 2019-07-18 17:45:20 +02:00
rearrangelisttest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
richtextctrltest.cpp Fix initial value returned from wxRichTextCtrl::IsModified() 2019-11-17 17:04:15 +01:00
searchctrltest.cpp Provide more information for failures involving FindFocus() 2019-07-18 17:45:20 +02:00
simplebooktest.cpp
slidertest.cpp
spinctrldbltest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
spinctrltest.cpp
styledtextctrltest.cpp Fix checking WXUSINGDLL in conditional block 2019-09-10 22:52:23 +02:00
textctrltest.cpp Add a unit test for wxTextCtrl event generation on creation 2020-04-02 09:10:36 -07:00
textentrytest.cpp Don't activate default button on Enter in multiline wxTextCtrl 2019-09-10 18:48:20 +02:00
textentrytest.h Don't send EVT_TEXT_ENTER to controls without wxTE_PROCESS_ENTER 2019-09-10 18:48:20 +02:00
togglebuttontest.cpp
toolbooktest.cpp
treebooktest.cpp
treectrltest.cpp Keep children of collapsed item selected in wxGenericTreeCtrl 2019-10-05 15:03:20 +02:00
treelistctrltest.cpp
virtlistctrltest.cpp
webtest.cpp Add a test for C++ comments in code passed to RunScript() 2020-02-05 15:55:50 +01:00
windowtest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00