Documentation/Widget testing: Difference between revisions
From Commontk
Jump to navigationJump to search
Line 43: | Line 43: | ||
|ctkAddRemoveComboBox | |ctkAddRemoveComboBox | ||
|{{Done}} | |{{Done}} | ||
| | | | ||
| | | | ||
|- | |- | ||
|ctkAxesWidget | |ctkAxesWidget | ||
|{{Done}} | |{{Done}} | ||
| | | | ||
| | | | ||
|- | |- | ||
Line 74: | Line 74: | ||
|{{Not Done}} | |{{Not Done}} | ||
|'''--''' | |'''--''' | ||
|''Not used'' | |''Not used in Slicer'' | ||
|- | |- | ||
|ctkCheckablePushButton | |ctkCheckablePushButton | ||
|{{Not Done}} | |{{Not Done}} | ||
|'''--''' | |'''--''' | ||
|''Not used'' | |''Not used in Slicer'' | ||
|- | |- | ||
|ctkComboBox | |ctkComboBox | ||
Line 113: | Line 113: | ||
|ctkConsole | |ctkConsole | ||
|{{Done}}{{Doing}} | |{{Done}}{{Doing}} | ||
| | | | ||
|''May have a problem with the command'' | |||
|- | |- | ||
|ctkConfirmExitDialog | |ctkConfirmExitDialog | ||
Line 168: | Line 168: | ||
|ctkExpandButton | |ctkExpandButton | ||
|{{Done}} | |{{Done}} | ||
| | | | ||
| | | | ||
|- | |- | ||
Line 208: | Line 208: | ||
|ctkMaterialPropertyWidget | |ctkMaterialPropertyWidget | ||
|{{Done}}{{Doing}} | |{{Done}}{{Doing}} | ||
| | | | ||
|''QSpin issue'' | |''QSpin issue'' | ||
|- | |- | ||
|ctkMatrixWidget | |ctkMatrixWidget | ||
|{{Done}}{{Doing}} | |{{Done}}{{Doing}} | ||
| | | | ||
|''QSpin issue + Name QSpin issue : EventTranslator ?'' | |''QSpin issue + Name QSpin issue : EventTranslator ?'' | ||
|- | |- | ||
|ctkMenuButton | |ctkMenuButton | ||
|{{Done}} | |{{Done}} | ||
| | | | ||
| | | | ||
|- | |- | ||
Line 228: | Line 228: | ||
|ctkModalityWidget | |ctkModalityWidget | ||
|{{Done}} | |{{Done}} | ||
| | | | ||
| | | | ||
|- | |- | ||
Line 253: | Line 253: | ||
|ctkRangeSlider | |ctkRangeSlider | ||
|{{Done}} | |{{Done}} | ||
| | | | ||
| | | | ||
|- | |- | ||
|ctkRangeWidget | |ctkRangeWidget | ||
|{{Done}}{{Doing}} | |{{Done}}{{Doing}} | ||
| | | | ||
|''QDoubleSpinBox issue'' | |''QDoubleSpinBox issue'' | ||
|- | |- | ||
Line 268: | Line 268: | ||
|ctkSearchBox | |ctkSearchBox | ||
|{{Done}} | |{{Done}} | ||
| | | | ||
| | | | ||
|- | |- | ||
Line 289: | Line 289: | ||
|{{Done}} | |{{Done}} | ||
| | | | ||
|''This object is not a widget and doesn't have to be tested through the event translator/player mechanism'' | |||
|- | |- | ||
|ctkSimpleLayoutManager | |ctkSimpleLayoutManager | ||
Line 298: | Line 298: | ||
|ctkSliderWidget | |ctkSliderWidget | ||
|{{Done}}{{Doing}} | |{{Done}}{{Doing}} | ||
| | | | ||
|''QSpinBox Issue'' | |''QSpinBox Issue'' | ||
|- | |- | ||
Line 304: | Line 304: | ||
|{{Done}} | |{{Done}} | ||
| | | | ||
| | |''This is a utility class. Shouldn't be tested using the event translator/player mechanism'' | ||
|- | |- | ||
|ctkThumbnailListWidget | |ctkThumbnailListWidget | ||
Line 319: | Line 319: | ||
|{{Done}} | |{{Done}} | ||
| | | | ||
| | |''This is a utility class. Shouldn't be tested using the event translator/player mechanism'' | ||
|- | |- | ||
|ctkTransferFunctionBarsItem | |ctkTransferFunctionBarsItem | ||
Line 359: | Line 359: | ||
|{{Done}} | |{{Done}} | ||
| | | | ||
| | |''This is a utility class. Shouldn't be tested using the event translator/player mechanism'' | ||
|- | |- | ||
|ctkWorkflowAbstractPagedWidget | |ctkWorkflowAbstractPagedWidget |
Revision as of 12:33, 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