File: class-location.md | Updated: 11/18/2025
On this page
Represents a location in the source code where TestCase or Suite is defined.
Properties
Added in: v1.10 location.column
Column number in the source file.
Usage
location.column
Type
Added in: v1.10 location.file
Path to the source file.
Usage
location.file
Type
Added in: v1.10 location.line
Line number in the source file.
Usage
location.line
Type