Location
Represents a location in the source code where TestCase or Suite is defined.
Properties
column
Added in: v1.10Column number in the source file.
Usage
location.column
Type
file
Added in: v1.10Path to the source file.
Usage
location.file
Type
line
Added in: v1.10Line number in the source file.
Usage
location.line
Type