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.
用法
¥Usage
location.column
类型
¥Type
file
Added in: v1.10源文件的路径。
¥Path to the source file.
用法
¥Usage
location.file
类型
¥Type
line
Added in: v1.10源文件中的行号。
¥Line number in the source file.
用法
¥Usage
location.line
类型
¥Type