wxwidgets/tests/controls
Vadim Zeitlin a3331c87d0 Stop using Catch::toString()
This function doesn't exist in Catch2 any longer, so prepare for the
upgrade by stopping to use it and converting things to string more
explicitly.

No real changes yet.
2022-10-18 18:39:13 +02:00
..
auitest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bitmapcomboboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
bitmaptogglebuttontest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
bookctrlbasetest.cpp adding an iOS build to travis (#1847) 2020-05-08 08:01:56 +02:00
bookctrlbasetest.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
buttontest.cpp Return empty bitmaps from wxButton if not explicitly set in wxMSW 2021-09-03 21:22:05 +02:00
checkboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
checklistboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
choicebooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
choicetest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
comboboxtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dataviewctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
datepickerctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dialogtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
frametest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
gaugetest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
gridtest.cpp Stop using Catch::toString() 2022-10-18 18:39:13 +02:00
headerctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htmllboxtest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
hyperlinkctrltest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
itemcontainertest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
itemcontainertest.h Document and test wxItemContainer::Delete() selection handling 2018-12-15 23:47:26 +01:00
label.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
listbasetest.cpp Remove unnecessary hack from ListBaseTestCase under wxGTK 2021-02-23 21:54:15 +01:00
listbasetest.h Improve selection and focus events generation in wxGenericLisCtrl 2020-10-10 19:13:52 +02:00
listbooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
listboxtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
listctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
listviewtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
markuptest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
notebooktest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
ownerdrawncomboboxtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
pickerbasetest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
pickerbasetest.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
pickertest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
radioboxtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
radiobuttontest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
rearrangelisttest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
richtextctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
searchctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
simplebooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
slidertest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
spinctrldbltest.cpp Determine number of digits correctly when increment > 1 2021-04-25 20:00:31 +01:00
spinctrltest.cpp Add wxSpinCtrl::SetIncrement() and implement it for all ports 2022-02-04 02:16:06 +01:00
styledtextctrltest.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
textctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
textentrytest.cpp Fix double negatives used with 'neither' in docs and comments 2022-08-19 16:22:21 +02:00
textentrytest.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
togglebuttontest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
toolbooktest.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
treebooktest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
treectrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
treelistctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
virtlistctrltest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
webtest.cpp Add tests for wxWebView::RunScriptAsync() 2021-11-03 14:04:24 +01:00
windowtest.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00