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.
使用方式
location.column
型別 (Type)
file
Added in: v1.10Path to the source file.
使用方式
location.file
型別 (Type)
line
Added in: v1.10Line number in the source file.
使用方式
location.line
型別 (Type)