2021-07-23 04:56:36 +02:00
|
|
|
# class: Location
|
|
|
|
|
* langs: js
|
|
|
|
|
|
|
|
|
|
Represents a location in the source code where [TestCase] or [Suite] is defined.
|
|
|
|
|
|
|
|
|
|
## property: Location.file
|
|
|
|
|
- type: <[string]>
|
|
|
|
|
|
|
|
|
|
Path to the source file.
|
|
|
|
|
|
|
|
|
|
## property: Location.line
|
|
|
|
|
- type: <[int]>
|
|
|
|
|
|
|
|
|
|
Line number in the source file.
|
|
|
|
|
|
|
|
|
|
## property: Location.column
|
2021-10-01 08:53:59 +02:00
|
|
|
- type: <[int]>
|
2021-07-23 04:56:36 +02:00
|
|
|
|
|
|
|
|
Column number in the source file.
|