2021-07-22 19:56:36 -07:00
|
|
|
# class: Location
|
2022-07-05 16:24:50 -08:00
|
|
|
* since: v1.10
|
2021-07-22 19:56:36 -07:00
|
|
|
* langs: js
|
|
|
|
|
|
|
|
Represents a location in the source code where [TestCase] or [Suite] is defined.
|
|
|
|
|
|
|
|
## property: Location.file
|
2022-07-05 16:24:50 -08:00
|
|
|
* since: v1.10
|
2021-07-22 19:56:36 -07:00
|
|
|
- type: <[string]>
|
|
|
|
|
|
|
|
Path to the source file.
|
|
|
|
|
|
|
|
## property: Location.line
|
2022-07-05 16:24:50 -08:00
|
|
|
* since: v1.10
|
2021-07-22 19:56:36 -07:00
|
|
|
- type: <[int]>
|
|
|
|
|
|
|
|
Line number in the source file.
|
|
|
|
|
|
|
|
## property: Location.column
|
2022-07-05 16:24:50 -08:00
|
|
|
* since: v1.10
|
2021-10-01 12:23:59 +05:30
|
|
|
- type: <[int]>
|
2021-07-22 19:56:36 -07:00
|
|
|
|
|
|
|
Column number in the source file.
|