ReferenceΒΆ
General
Language items
| Name | Description |
|---|---|
| Component | Base type for various dynamic items. |
| Depends | Describes dependencies between Testcase items. |
| Dimension | Defines a value span within a Matrix. |
| Exports | Forwards data to dependent Testcase items. |
| Matrix | Replicates Testcase components with different property values. |
| Project | Container item for multiple Testcase items. |
| Testcase | Implements a test action. |
Convenience items
| Name | Description |
|---|---|
| DurationConstraint | Checks the time between two signal occurrences. |
| PinProbe | Represents a digital IO pin on the launchpad probe board. |
| SignalProbe | Watches signals from other items. |
| ProcessProbe | Starts and watches processes. |
| UniflashProbe | Flash programmer for Texas Instruments MCUs. |
| ValueRangeConstraint | Checks whether a property is in a certain range. |
Services
| Name | Description |
|---|---|
| File | Provides access to the file system. |
| Qst | Helper functions for test execution. |
| TextFile | Reads from and writes into text files. |
| Xds | Represents XDS-based debugging interfaces. |