Version 1 (modified by zeiss, 14 years ago) (diff) |
---|
T3Q Documentation Outline
- Installation / Setup
- Using T3Q
- T3Q Quality Checks
- Code Style
- There Must Be No Labels or Goto Statements
- There Must Be No Nested Alt Statements
- There Must Be No Permutation Keyword
- There Must Be No AnyType Keyword
- There Must Be No Modified Template of a Modified Template
- Local Definitions Must Be Declared at the Beginning of Testcases, …
- Import Statements Must Be Declared at the Beginning of Modules
- There Must Be No Duplicated Identifiers On the Module Level
- There Must Be No Unused Definitions On the Module Level
- There Must Be No Inline Templates
- There Must Be No Over-specific Runs On Clauses
- There Must Be No Unused Imports
- There Must Be No Unused Formal Parameters
- There Must Be No Unused Local Definitions
- There Must Be No Uninitialised Local Variables
- There Must Be No Literals
- Code Style
- Test Suite Modularization: Module Containment
- TypesAndValues Module Must Contain Only Type and Constant Definitions
- Templates Module Must Contain Only Template Definitions
- Functions Module Must Contain Only Function and Altstep Definitions
- Testcases Module Must Contain Only Testcase and Function Definitions That …
- ModuleParams Module Must Contain Only Modulepar Definitions
- Interface Module Must Contain Only Component, Port, and Type Definitions
- TestSystem Module Must Contain Only Component and Port Definitions
- TestControl Module Must Contain Only Control Part Definition
- Test Suite Modularization: Module Containment
- T3Q Code Formatting Feature
- T3Q Misc Features