wxWidgets/tests/controls
Vadim Zeitlin 8064d9420f Fix the just added wxDataViewCtrl::DeleteAllItems() test
Using GetTopItem() was wrong, we actually need to use the invalid item,
which corresponds to the "virtual root" of wxDataViewTreeStore.
2019-10-17 22:26:37 +02:00
..
auitest.cpp Implement wxAuiNotebook::GetBestSize() 2018-12-23 17:05:09 +01:00
bitmapcomboboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
bitmaptogglebuttontest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
bookctrlbasetest.cpp
bookctrlbasetest.h
buttontest.cpp Fix use of dangling pointer in ButtonTestCase::Disabled() 2018-12-13 00:39:25 +01:00
checkboxtest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
checklistboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
choicebooktest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
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 Fix the just added wxDataViewCtrl::DeleteAllItems() test 2019-10-17 22:26:37 +02:00
datepickerctrltest.cpp Improve checks for dates range in wxQt wxCalendarCtrl 2019-01-03 00:18:37 +01:00
dialogtest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
frametest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
gaugetest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
gridtest.cpp Revert accidentally committed wxGrid changes 2019-10-12 16:08:24 +02:00
headerctrltest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
htmllboxtest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
hyperlinkctrltest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
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 Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
listbasetest.h
listbooktest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
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 Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
markuptest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
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
pickerbasetest.h
pickertest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
radioboxtest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
radiobuttontest.cpp Make wxRadioButton focus test MSW-specific 2019-07-18 17:45:20 +02:00
rearrangelisttest.cpp Add a common tag for wxItemContainer-derived classes tests 2018-12-15 23:04:30 +01:00
richtextctrltest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
searchctrltest.cpp Provide more information for failures involving FindFocus() 2019-07-18 17:45:20 +02:00
simplebooktest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
slidertest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
spinctrldbltest.cpp Add guards around test cases 2018-09-19 22:01:17 +02:00
spinctrltest.cpp Make updating the value in wxEVT_SPINCTRL work in wxMSW 2018-12-08 19:51:56 +01:00
styledtextctrltest.cpp Fix checking WXUSINGDLL in conditional block 2019-09-10 22:52:23 +02:00
textctrltest.cpp Fix pasting long strings in wxTextCtrl under MSW 2019-10-09 14:40:53 +02: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 Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
toolbooktest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
treebooktest.cpp Fix adding pages without associated window to wxTreebook 2018-09-18 00:33:59 +02:00
treectrltest.cpp Keep children of collapsed item selected in wxGenericTreeCtrl 2019-10-05 15:03:20 +02:00
treelistctrltest.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
virtlistctrltest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
webtest.cpp Skip wxWebView unit tests when using wxGTK2 2019-07-18 17:45:20 +02:00
windowtest.cpp Test that adding window to 2 sizers results in an assert 2019-09-28 23:42:37 +02:00