Update docs/src/test-reporter-api/class-suite.md
Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com> Signed-off-by: Yury Semikhatsky <yurys@chromium.org>
This commit is contained in:
parent
04118a1266
commit
6a8f87ba91
|
|
@ -30,7 +30,7 @@ Returns the list of all test cases in this suite and its descendants, as opposit
|
|||
* since: v1.44
|
||||
- type: <[Array]<[TestCase]|[Suite]>>
|
||||
|
||||
Test cases and suites defined directly in this suite. The elements returned in their declaration order. You can discriminate between different entry types using [`property: TestCase.type`] and [`property: Suite.type`].
|
||||
Test cases and suites defined directly in this suite. The elements are returned in their declaration order. You can discriminate between different entry types using [`property: TestCase.type`] and [`property: Suite.type`].
|
||||
|
||||
## property: Suite.location
|
||||
* since: v1.10
|
||||
|
|
|
|||
Loading…
Reference in a new issue