Introduction
The itest library provides a Qt Test-based testing framework for unit testing ACF components and applications.
Key Features
- Test Execution: Standard test executor infrastructure
- Test Instances: Test instance management and running
- Qt Test Integration: Built on Qt Test framework
- Component Testing: Support for testing ACF components
Architecture
Key components:
Dependencies
- istd: Standard utilities and interfaces
- icomp: Component framework
- Qt Test: Qt testing framework
See Also