Skip to content

Commit b708b93

Browse files
committed
adding entries for named examples
1 parent d8dea08 commit b708b93

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/main/resources/wfc/schemas/report.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,13 @@ $defs:
197197
description: "The line number in the generated test suite file where the code of this test case ends."
198198
type: integer
199199
minimum: 0
200+
namedExamples:
201+
description: "Optional list of 'named examples' used in the test cases. These typically represent
202+
user test data that need to be tracked in the generated test suite."
203+
type: [array, "null"]
204+
items:
205+
type: string
206+
uniqueItems: true
200207

201208
Faults:
202209
type: object
@@ -256,3 +263,4 @@ $defs:
256263
more important. This is ONLY meant to be used for display purposes, e.g., when
257264
sorting the list of warnings to show to user."
258265
type: integer
266+
minimum: 0

0 commit comments

Comments
 (0)