Documentation/Widget testing: Difference between revisions
From Commontk
Jump to navigationJump to search
Line 43: | Line 43: | ||
|ctkAddRemoveComboBox | |ctkAddRemoveComboBox | ||
|{{Done}} | |{{Done}} | ||
| | |'''-''' | ||
| | | | ||
|- | |- | ||
Line 53: | Line 53: | ||
|ctkBasePopupWidget | |ctkBasePopupWidget | ||
|{{Not Done}} | |{{Not Done}} | ||
| | |'''+++''' | ||
| | | | ||
|- | |- | ||
|ctkButtonGroup | |ctkButtonGroup | ||
|{{Not Done}} | |{{Not Done}} | ||
| | |'''++''' | ||
| | | | ||
|- | |- | ||
|ctkCheckableComboBox | |ctkCheckableComboBox | ||
|{{Not Done}} | |{{Not Done}} | ||
| | |'''+''' | ||
| | | | ||
|- | |- | ||
|ctkCheckableHeaderView | |ctkCheckableHeaderView | ||
|{{Not Done}} | |{{Not Done}} | ||
| | |'''++''' | ||
| | | | ||
|- | |- | ||
Line 88: | Line 88: | ||
|ctkCompleter | |ctkCompleter | ||
|{{Not Done}} | |{{Not Done}} | ||
| | |'''-''' | ||
| | | | ||
|- | |- | ||
Line 113: | Line 113: | ||
|ctkConsole | |ctkConsole | ||
|{{Done}}{{Doing}} | |{{Done}}{{Doing}} | ||
| | |'''-''' | ||
| | | | ||
|- | |- | ||
|ctkConfirmExitDialog | |ctkConfirmExitDialog | ||
|{{Not Done}} | |{{Not Done}} | ||
| | |'''-''' | ||
| | | | ||
|- | |- | ||
Line 128: | Line 128: | ||
|ctkCrosshairLabel | |ctkCrosshairLabel | ||
|{{Not Done}} | |{{Not Done}} | ||
| | |'''-''' | ||
| | | | ||
|- | |- |
Revision as of 12:10, 20 October 2011
Home < Documentation < Widget testingOverview
Testing of both CTK widgets and application built on top of CTK could leverage the capabilities offered by the QtTesting library developed by Paraview folks.
If the option CTK_USE_QTTESTING is enabled, the build system will:
- Download external project QtTesting
- Include the event translator and player required for custom CTK widgets. (Located in the same folder as their associated widget sources)
- Include the class ctkEventTranslaterPlayerWidget into CTKWidgets library
- If BUILD_TESTING is enabled: CTK widgets EventTranslatorTests will be compiled. These tests will use ctkEventTranslaterPlayerWidget and ensure that events associated with CTK widgets can be properly recorded and played.
Note: Option CTK_USE_QTTESTING will be automatically enabled if BUILD_TESTING is ON
Milestones
- Integration: What and where.
- Integrate QtTesting has an external projects
- Implement ctkEventTranslaterPlayerWidget
- Create custom translator/player if needed
- Implement widgets EventTranslatorTests
Player/Translators Widget Testing
CTKWidgets