From d53b7b1f1f4ba1c8b9b70794f6fb690910ebcb32 Mon Sep 17 00:00:00 2001 From: Luke Hill Date: Wed, 1 Jul 2026 08:23:40 +0100 Subject: [PATCH] Add skeleton struct with a few valid answers --- ...ostSevereTestStepResultStatus.results.json | 9 +++ ...biguous.countTestCasesStarted.results.json | 1 + .../ambiguous.findAllPickleSteps.results.json | 1 + .../src/ambiguous.findAllPickles.results.json | 1 + ...iguous.findAllStepDefinitions.results.json | 1 + ...guous.findAllTestCaseFinished.results.json | 1 + ...indAllTestCaseFinishedOrderBy.results.json | 10 +++ ...iguous.findAllTestCaseStarted.results.json | 1 + ...findAllTestCaseStartedOrderBy.results.json | 10 +++ .../ambiguous.findAllTestCases.results.json | 1 + ...us.findAllTestRunHookFinished.results.json | 1 + ...ous.findAllTestRunHookStarted.results.json | 1 + .../ambiguous.findAllTestSteps.results.json | 1 + ...uous.findAllTestStepsFinished.results.json | 1 + ...guous.findAllTestStepsStarted.results.json | 1 + ...indAllUndefinedParameterTypes.results.json | 1 + .../ambiguous.findAttachmentsBy.results.json | 53 ++++++++++++++ ...achmentsByTestRunHookFinished.results.json | 1 + .../src/ambiguous.findHookBy.results.json | 5 ++ .../src/ambiguous.findLineageBy.results.json | 32 +++++++++ .../src/ambiguous.findLocationOf.results.json | 34 +++++++++ testdata/src/ambiguous.findMeta.results.json | 1 + ...indMostSevereTestStepResultBy.results.json | 22 ++++++ .../src/ambiguous.findPickleBy.results.json | 6 ++ .../ambiguous.findPickleStepBy.results.json | 10 +++ .../src/ambiguous.findStepBy.results.json | 10 +++ ...biguous.findStepDefinitionsBy.results.json | 26 +++++++ .../ambiguous.findSuggestionsBy.results.json | 4 ++ .../src/ambiguous.findTestCaseBy.results.json | 14 ++++ ...iguous.findTestCaseDurationBy.results.json | 70 +++++++++++++++++++ ...iguous.findTestCaseFinishedBy.results.json | 10 +++ ...biguous.findTestCaseStartedBy.results.json | 32 +++++++++ ...ambiguous.findTestRunDuration.results.json | 4 ++ ...ambiguous.findTestRunFinished.results.json | 8 +++ ...ous.findTestRunHookFinishedBy.results.json | 1 + ...uous.findTestRunHookStartedBy.results.json | 1 + .../ambiguous.findTestRunStarted.results.json | 7 ++ .../src/ambiguous.findTestStepBy.results.json | 8 +++ ...TestStepFinishedAndTestStepBy.results.json | 34 +++++++++ ...guous.findTestStepsFinishedBy.results.json | 26 +++++++ ...iguous.findTestStepsStartedBy.results.json | 54 ++++++++++++++ ...ndUnambiguousStepDefinitionBy.results.json | 10 +++ 42 files changed, 525 insertions(+) create mode 100644 testdata/src/ambiguous.countMostSevereTestStepResultStatus.results.json create mode 100644 testdata/src/ambiguous.countTestCasesStarted.results.json create mode 100644 testdata/src/ambiguous.findAllPickleSteps.results.json create mode 100644 testdata/src/ambiguous.findAllPickles.results.json create mode 100644 testdata/src/ambiguous.findAllStepDefinitions.results.json create mode 100644 testdata/src/ambiguous.findAllTestCaseFinished.results.json create mode 100644 testdata/src/ambiguous.findAllTestCaseFinishedOrderBy.results.json create mode 100644 testdata/src/ambiguous.findAllTestCaseStarted.results.json create mode 100644 testdata/src/ambiguous.findAllTestCaseStartedOrderBy.results.json create mode 100644 testdata/src/ambiguous.findAllTestCases.results.json create mode 100644 testdata/src/ambiguous.findAllTestRunHookFinished.results.json create mode 100644 testdata/src/ambiguous.findAllTestRunHookStarted.results.json create mode 100644 testdata/src/ambiguous.findAllTestSteps.results.json create mode 100644 testdata/src/ambiguous.findAllTestStepsFinished.results.json create mode 100644 testdata/src/ambiguous.findAllTestStepsStarted.results.json create mode 100644 testdata/src/ambiguous.findAllUndefinedParameterTypes.results.json create mode 100644 testdata/src/ambiguous.findAttachmentsBy.results.json create mode 100644 testdata/src/ambiguous.findAttachmentsByTestRunHookFinished.results.json create mode 100644 testdata/src/ambiguous.findHookBy.results.json create mode 100644 testdata/src/ambiguous.findLineageBy.results.json create mode 100644 testdata/src/ambiguous.findLocationOf.results.json create mode 100644 testdata/src/ambiguous.findMeta.results.json create mode 100644 testdata/src/ambiguous.findMostSevereTestStepResultBy.results.json create mode 100644 testdata/src/ambiguous.findPickleBy.results.json create mode 100644 testdata/src/ambiguous.findPickleStepBy.results.json create mode 100644 testdata/src/ambiguous.findStepBy.results.json create mode 100644 testdata/src/ambiguous.findStepDefinitionsBy.results.json create mode 100644 testdata/src/ambiguous.findSuggestionsBy.results.json create mode 100644 testdata/src/ambiguous.findTestCaseBy.results.json create mode 100644 testdata/src/ambiguous.findTestCaseDurationBy.results.json create mode 100644 testdata/src/ambiguous.findTestCaseFinishedBy.results.json create mode 100644 testdata/src/ambiguous.findTestCaseStartedBy.results.json create mode 100644 testdata/src/ambiguous.findTestRunDuration.results.json create mode 100644 testdata/src/ambiguous.findTestRunFinished.results.json create mode 100644 testdata/src/ambiguous.findTestRunHookFinishedBy.results.json create mode 100644 testdata/src/ambiguous.findTestRunHookStartedBy.results.json create mode 100644 testdata/src/ambiguous.findTestRunStarted.results.json create mode 100644 testdata/src/ambiguous.findTestStepBy.results.json create mode 100644 testdata/src/ambiguous.findTestStepFinishedAndTestStepBy.results.json create mode 100644 testdata/src/ambiguous.findTestStepsFinishedBy.results.json create mode 100644 testdata/src/ambiguous.findTestStepsStartedBy.results.json create mode 100644 testdata/src/ambiguous.findUnambiguousStepDefinitionBy.results.json diff --git a/testdata/src/ambiguous.countMostSevereTestStepResultStatus.results.json b/testdata/src/ambiguous.countMostSevereTestStepResultStatus.results.json new file mode 100644 index 00000000..a9711ef9 --- /dev/null +++ b/testdata/src/ambiguous.countMostSevereTestStepResultStatus.results.json @@ -0,0 +1,9 @@ +{ + "UNKNOWN" : 0, + "PASSED" : 7, + "SKIPPED" : 0, + "PENDING" : 0, + "UNDEFINED" : 0, + "AMBIGUOUS" : 0, + "FAILED" : 1 +} \ No newline at end of file diff --git a/testdata/src/ambiguous.countTestCasesStarted.results.json b/testdata/src/ambiguous.countTestCasesStarted.results.json new file mode 100644 index 00000000..301160a9 --- /dev/null +++ b/testdata/src/ambiguous.countTestCasesStarted.results.json @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllPickleSteps.results.json b/testdata/src/ambiguous.findAllPickleSteps.results.json new file mode 100644 index 00000000..301160a9 --- /dev/null +++ b/testdata/src/ambiguous.findAllPickleSteps.results.json @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllPickles.results.json b/testdata/src/ambiguous.findAllPickles.results.json new file mode 100644 index 00000000..56a6051c --- /dev/null +++ b/testdata/src/ambiguous.findAllPickles.results.json @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllStepDefinitions.results.json b/testdata/src/ambiguous.findAllStepDefinitions.results.json new file mode 100644 index 00000000..301160a9 --- /dev/null +++ b/testdata/src/ambiguous.findAllStepDefinitions.results.json @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllTestCaseFinished.results.json b/testdata/src/ambiguous.findAllTestCaseFinished.results.json new file mode 100644 index 00000000..301160a9 --- /dev/null +++ b/testdata/src/ambiguous.findAllTestCaseFinished.results.json @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllTestCaseFinishedOrderBy.results.json b/testdata/src/ambiguous.findAllTestCaseFinishedOrderBy.results.json new file mode 100644 index 00000000..339a37a4 --- /dev/null +++ b/testdata/src/ambiguous.findAllTestCaseFinishedOrderBy.results.json @@ -0,0 +1,10 @@ +[ + "64", + "63", + "62", + "61", + "60", + "59", + "58", + "57" +] \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllTestCaseStarted.results.json b/testdata/src/ambiguous.findAllTestCaseStarted.results.json new file mode 100644 index 00000000..301160a9 --- /dev/null +++ b/testdata/src/ambiguous.findAllTestCaseStarted.results.json @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllTestCaseStartedOrderBy.results.json b/testdata/src/ambiguous.findAllTestCaseStartedOrderBy.results.json new file mode 100644 index 00000000..339a37a4 --- /dev/null +++ b/testdata/src/ambiguous.findAllTestCaseStartedOrderBy.results.json @@ -0,0 +1,10 @@ +[ + "64", + "63", + "62", + "61", + "60", + "59", + "58", + "57" +] \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllTestCases.results.json b/testdata/src/ambiguous.findAllTestCases.results.json new file mode 100644 index 00000000..56a6051c --- /dev/null +++ b/testdata/src/ambiguous.findAllTestCases.results.json @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllTestRunHookFinished.results.json b/testdata/src/ambiguous.findAllTestRunHookFinished.results.json new file mode 100644 index 00000000..c2270834 --- /dev/null +++ b/testdata/src/ambiguous.findAllTestRunHookFinished.results.json @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllTestRunHookStarted.results.json b/testdata/src/ambiguous.findAllTestRunHookStarted.results.json new file mode 100644 index 00000000..c2270834 --- /dev/null +++ b/testdata/src/ambiguous.findAllTestRunHookStarted.results.json @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllTestSteps.results.json b/testdata/src/ambiguous.findAllTestSteps.results.json new file mode 100644 index 00000000..56a6051c --- /dev/null +++ b/testdata/src/ambiguous.findAllTestSteps.results.json @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllTestStepsFinished.results.json b/testdata/src/ambiguous.findAllTestStepsFinished.results.json new file mode 100644 index 00000000..56a6051c --- /dev/null +++ b/testdata/src/ambiguous.findAllTestStepsFinished.results.json @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllTestStepsStarted.results.json b/testdata/src/ambiguous.findAllTestStepsStarted.results.json new file mode 100644 index 00000000..56a6051c --- /dev/null +++ b/testdata/src/ambiguous.findAllTestStepsStarted.results.json @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/testdata/src/ambiguous.findAllUndefinedParameterTypes.results.json b/testdata/src/ambiguous.findAllUndefinedParameterTypes.results.json new file mode 100644 index 00000000..8878e547 --- /dev/null +++ b/testdata/src/ambiguous.findAllUndefinedParameterTypes.results.json @@ -0,0 +1 @@ +[ ] \ No newline at end of file diff --git a/testdata/src/ambiguous.findAttachmentsBy.results.json b/testdata/src/ambiguous.findAttachmentsBy.results.json new file mode 100644 index 00000000..8825282a --- /dev/null +++ b/testdata/src/ambiguous.findAttachmentsBy.results.json @@ -0,0 +1,53 @@ +{ + "testStepFinished" : [ + [ + "42", + "57", + "application/octet-stream", + "IDENTITY" + ], + [ + "44", + "58", + "text/x.cucumber.log+plain", + "IDENTITY" + ], + [ + "46", + "59", + "text/x.cucumber.log+plain", + "IDENTITY" + ], + [ + "48", + "60", + "application/json", + "IDENTITY" + ], + [ + "50", + "61", + "text/plain", + "BASE64" + ], + [ + "52", + "62", + "application/pdf", + "BASE64" + ], + [ + "54", + "63", + "text/uri-list", + "IDENTITY" + ], + [ + "56", + "64", + "application/octet-stream", + "IDENTITY" + ] + ], + "testRunHookFinished" : [ ] +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findAttachmentsByTestRunHookFinished.results.json b/testdata/src/ambiguous.findAttachmentsByTestRunHookFinished.results.json new file mode 100644 index 00000000..8878e547 --- /dev/null +++ b/testdata/src/ambiguous.findAttachmentsByTestRunHookFinished.results.json @@ -0,0 +1 @@ +[ ] \ No newline at end of file diff --git a/testdata/src/ambiguous.findHookBy.results.json b/testdata/src/ambiguous.findHookBy.results.json new file mode 100644 index 00000000..cca81da1 --- /dev/null +++ b/testdata/src/ambiguous.findHookBy.results.json @@ -0,0 +1,5 @@ +{ + "testStep" : [ ], + "testRunHookStarted" : [ ], + "testRunHookFinished" : [ ] +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findLineageBy.results.json b/testdata/src/ambiguous.findLineageBy.results.json new file mode 100644 index 00000000..5af29e68 --- /dev/null +++ b/testdata/src/ambiguous.findLineageBy.results.json @@ -0,0 +1,32 @@ +{ + "testCaseStarted" : [ + "Attachments - Strings can be attached with a media type", + "Attachments - Log text", + "Attachments - Log ANSI coloured text", + "Attachments - Log JSON", + "Attachments - Byte arrays are base64-encoded regardless of media type", + "Attachments - Attaching PDFs with a different filename", + "Attachments - Attaching URIs", + "Attachments - Attaching during a failed step" + ], + "testCaseFinished" : [ + "Attachments - Strings can be attached with a media type", + "Attachments - Log text", + "Attachments - Log ANSI coloured text", + "Attachments - Log JSON", + "Attachments - Byte arrays are base64-encoded regardless of media type", + "Attachments - Attaching PDFs with a different filename", + "Attachments - Attaching URIs", + "Attachments - Attaching during a failed step" + ], + "pickle" : [ + "Attachments - Strings can be attached with a media type", + "Attachments - Log text", + "Attachments - Log ANSI coloured text", + "Attachments - Log JSON", + "Attachments - Byte arrays are base64-encoded regardless of media type", + "Attachments - Attaching PDFs with a different filename", + "Attachments - Attaching URIs", + "Attachments - Attaching during a failed step" + ] +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findLocationOf.results.json b/testdata/src/ambiguous.findLocationOf.results.json new file mode 100644 index 00000000..7c6a0f11 --- /dev/null +++ b/testdata/src/ambiguous.findLocationOf.results.json @@ -0,0 +1,34 @@ +[ + { + "line" : 11, + "column" : 3 + }, + { + "line" : 17, + "column" : 3 + }, + { + "line" : 20, + "column" : 3 + }, + { + "line" : 23, + "column" : 3 + }, + { + "line" : 29, + "column" : 3 + }, + { + "line" : 32, + "column" : 3 + }, + { + "line" : 35, + "column" : 3 + }, + { + "line" : 38, + "column" : 3 + } +] \ No newline at end of file diff --git a/testdata/src/ambiguous.findMeta.results.json b/testdata/src/ambiguous.findMeta.results.json new file mode 100644 index 00000000..7cf7b623 --- /dev/null +++ b/testdata/src/ambiguous.findMeta.results.json @@ -0,0 +1 @@ +"fake-cucumber" \ No newline at end of file diff --git a/testdata/src/ambiguous.findMostSevereTestStepResultBy.results.json b/testdata/src/ambiguous.findMostSevereTestStepResultBy.results.json new file mode 100644 index 00000000..c6cef66d --- /dev/null +++ b/testdata/src/ambiguous.findMostSevereTestStepResultBy.results.json @@ -0,0 +1,22 @@ +{ + "testCaseStarted" : [ + "PASSED", + "PASSED", + "PASSED", + "PASSED", + "PASSED", + "PASSED", + "PASSED", + "FAILED" + ], + "testCaseFinished" : [ + "PASSED", + "PASSED", + "PASSED", + "PASSED", + "PASSED", + "PASSED", + "PASSED", + "FAILED" + ] +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findPickleBy.results.json b/testdata/src/ambiguous.findPickleBy.results.json new file mode 100644 index 00000000..da068816 --- /dev/null +++ b/testdata/src/ambiguous.findPickleBy.results.json @@ -0,0 +1,6 @@ +{ + "testCaseStarted" : ["Multiple step definitions for a step"], + "testCaseFinished" : ["Multiple step definitions for a step"], + "testStepStarted" : ["Multiple step definitions for a step"], + "testStepFinished" : ["Multiple step definitions for a step"] +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findPickleStepBy.results.json b/testdata/src/ambiguous.findPickleStepBy.results.json new file mode 100644 index 00000000..094ff34a --- /dev/null +++ b/testdata/src/ambiguous.findPickleStepBy.results.json @@ -0,0 +1,10 @@ +[ + "the string \"hello\" is attached as \"application/octet-stream\"", + "the string \"hello\" is logged", + "text with ANSI escapes is logged", + "the following string is attached as \"application/json\":", + "an array with 10 bytes is attached as \"text/plain\"", + "a PDF document is attached and renamed", + "a link to \"https://cucumber.io\" is attached", + "the string \"hello\" is attached as \"application/octet-stream\" before a failure" +] \ No newline at end of file diff --git a/testdata/src/ambiguous.findStepBy.results.json b/testdata/src/ambiguous.findStepBy.results.json new file mode 100644 index 00000000..094ff34a --- /dev/null +++ b/testdata/src/ambiguous.findStepBy.results.json @@ -0,0 +1,10 @@ +[ + "the string \"hello\" is attached as \"application/octet-stream\"", + "the string \"hello\" is logged", + "text with ANSI escapes is logged", + "the following string is attached as \"application/json\":", + "an array with 10 bytes is attached as \"text/plain\"", + "a PDF document is attached and renamed", + "a link to \"https://cucumber.io\" is attached", + "the string \"hello\" is attached as \"application/octet-stream\" before a failure" +] \ No newline at end of file diff --git a/testdata/src/ambiguous.findStepDefinitionsBy.results.json b/testdata/src/ambiguous.findStepDefinitionsBy.results.json new file mode 100644 index 00000000..86800285 --- /dev/null +++ b/testdata/src/ambiguous.findStepDefinitionsBy.results.json @@ -0,0 +1,26 @@ +[ + [ + "32" + ], + [ + "33" + ], + [ + "34" + ], + [ + "35" + ], + [ + "36" + ], + [ + "37" + ], + [ + "38" + ], + [ + "39" + ] +] \ No newline at end of file diff --git a/testdata/src/ambiguous.findSuggestionsBy.results.json b/testdata/src/ambiguous.findSuggestionsBy.results.json new file mode 100644 index 00000000..5a5cb780 --- /dev/null +++ b/testdata/src/ambiguous.findSuggestionsBy.results.json @@ -0,0 +1,4 @@ +{ + "pickleStep" : [ ], + "pickle" : [ ] +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestCaseBy.results.json b/testdata/src/ambiguous.findTestCaseBy.results.json new file mode 100644 index 00000000..6918c9ad --- /dev/null +++ b/testdata/src/ambiguous.findTestCaseBy.results.json @@ -0,0 +1,14 @@ +{ + "testCaseStarted" : [ + "7" + ], + "testCaseFinished" : [ + "7" + ], + "testStepStarted" : [ + "7" + ], + "testStepFinished" : [ + "7" + ] +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestCaseDurationBy.results.json b/testdata/src/ambiguous.findTestCaseDurationBy.results.json new file mode 100644 index 00000000..e4b05fef --- /dev/null +++ b/testdata/src/ambiguous.findTestCaseDurationBy.results.json @@ -0,0 +1,70 @@ +{ + "testCaseStarted" : [ + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + } + ], + "testCaseFinished" : [ + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + }, + { + "seconds" : 0, + "nanos" : 4000000 + } + ] +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestCaseFinishedBy.results.json b/testdata/src/ambiguous.findTestCaseFinishedBy.results.json new file mode 100644 index 00000000..4f1c80b6 --- /dev/null +++ b/testdata/src/ambiguous.findTestCaseFinishedBy.results.json @@ -0,0 +1,10 @@ +[ + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64" +] \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestCaseStartedBy.results.json b/testdata/src/ambiguous.findTestCaseStartedBy.results.json new file mode 100644 index 00000000..96b32bc5 --- /dev/null +++ b/testdata/src/ambiguous.findTestCaseStartedBy.results.json @@ -0,0 +1,32 @@ +{ + "testCaseFinished" : [ + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64" + ], + "testStepStarted" : [ + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64" + ], + "testStepFinished" : [ + "57", + "58", + "59", + "60", + "61", + "62", + "63", + "64" + ] +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestRunDuration.results.json b/testdata/src/ambiguous.findTestRunDuration.results.json new file mode 100644 index 00000000..aa6ea3a0 --- /dev/null +++ b/testdata/src/ambiguous.findTestRunDuration.results.json @@ -0,0 +1,4 @@ +{ + "seconds" : 0, + "nanos" : 41000000 +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestRunFinished.results.json b/testdata/src/ambiguous.findTestRunFinished.results.json new file mode 100644 index 00000000..3b867039 --- /dev/null +++ b/testdata/src/ambiguous.findTestRunFinished.results.json @@ -0,0 +1,8 @@ +{ + "success" : false, + "timestamp" : { + "seconds" : 0, + "nanos" : 41000000 + }, + "testRunStartedId" : "40" +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestRunHookFinishedBy.results.json b/testdata/src/ambiguous.findTestRunHookFinishedBy.results.json new file mode 100644 index 00000000..8878e547 --- /dev/null +++ b/testdata/src/ambiguous.findTestRunHookFinishedBy.results.json @@ -0,0 +1 @@ +[ ] \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestRunHookStartedBy.results.json b/testdata/src/ambiguous.findTestRunHookStartedBy.results.json new file mode 100644 index 00000000..8878e547 --- /dev/null +++ b/testdata/src/ambiguous.findTestRunHookStartedBy.results.json @@ -0,0 +1 @@ +[ ] \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestRunStarted.results.json b/testdata/src/ambiguous.findTestRunStarted.results.json new file mode 100644 index 00000000..57d8de84 --- /dev/null +++ b/testdata/src/ambiguous.findTestRunStarted.results.json @@ -0,0 +1,7 @@ +{ + "timestamp" : { + "seconds" : 0, + "nanos" : 0 + }, + "id" : "40" +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestStepBy.results.json b/testdata/src/ambiguous.findTestStepBy.results.json new file mode 100644 index 00000000..9272ea88 --- /dev/null +++ b/testdata/src/ambiguous.findTestStepBy.results.json @@ -0,0 +1,8 @@ +{ + "testStepStarted" : [ + "8" + ], + "testStepFinished" : [ + "8" + ] +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestStepFinishedAndTestStepBy.results.json b/testdata/src/ambiguous.findTestStepFinishedAndTestStepBy.results.json new file mode 100644 index 00000000..25f173d5 --- /dev/null +++ b/testdata/src/ambiguous.findTestStepFinishedAndTestStepBy.results.json @@ -0,0 +1,34 @@ +[ + [ + "42", + "42" + ], + [ + "44", + "44" + ], + [ + "46", + "46" + ], + [ + "48", + "48" + ], + [ + "50", + "50" + ], + [ + "52", + "52" + ], + [ + "54", + "54" + ], + [ + "56", + "56" + ] +] \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestStepsFinishedBy.results.json b/testdata/src/ambiguous.findTestStepsFinishedBy.results.json new file mode 100644 index 00000000..296f713c --- /dev/null +++ b/testdata/src/ambiguous.findTestStepsFinishedBy.results.json @@ -0,0 +1,26 @@ +[ + [ + "42" + ], + [ + "44" + ], + [ + "46" + ], + [ + "48" + ], + [ + "50" + ], + [ + "52" + ], + [ + "54" + ], + [ + "56" + ] +] \ No newline at end of file diff --git a/testdata/src/ambiguous.findTestStepsStartedBy.results.json b/testdata/src/ambiguous.findTestStepsStartedBy.results.json new file mode 100644 index 00000000..853e5eee --- /dev/null +++ b/testdata/src/ambiguous.findTestStepsStartedBy.results.json @@ -0,0 +1,54 @@ +{ + "testCaseStarted" : [ + [ + "42" + ], + [ + "44" + ], + [ + "46" + ], + [ + "48" + ], + [ + "50" + ], + [ + "52" + ], + [ + "54" + ], + [ + "56" + ] + ], + "testCaseFinished" : [ + [ + "42" + ], + [ + "44" + ], + [ + "46" + ], + [ + "48" + ], + [ + "50" + ], + [ + "52" + ], + [ + "54" + ], + [ + "56" + ] + ] +} \ No newline at end of file diff --git a/testdata/src/ambiguous.findUnambiguousStepDefinitionBy.results.json b/testdata/src/ambiguous.findUnambiguousStepDefinitionBy.results.json new file mode 100644 index 00000000..85919c39 --- /dev/null +++ b/testdata/src/ambiguous.findUnambiguousStepDefinitionBy.results.json @@ -0,0 +1,10 @@ +[ + "32", + "33", + "34", + "35", + "36", + "37", + "38", + "39" +] \ No newline at end of file