Location
表示源代码中定义 TestCase 或 Suite 的位置。
🌐 Represents a location in the source code where TestCase or Suite is defined.
属性
🌐 Properties
column
Added in: v1.10源文件中的列号。
🌐 Column number in the source file.
用法
location.column
类型
file
Added in: v1.10源文件的路径。
🌐 Path to the source file.
用法
location.file
类型
line
Added in: v1.10源文件中的行号。
🌐 Line number in the source file.
用法
location.line
类型