Skip to content

Commit

Permalink
update README.md with latest state of js
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Nov 14, 2024
1 parent e0ad52a commit 8ba5e5d
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,25 @@ status of a step, a scenario or an entire file.
| `getDocumentResults(uri: string): messages.ITestResult[]` | | | | ||
| `getStepMatchArguments(uri: string, lineNumber: number): messages.IStepMatchArgument[]` | | | | ||
| `getGherkinStep(gherkinStepId: string): messages.GherkinDocument.Feature.IStep` | | | | ||
| `countMostSevereTestStepResultStatus(): Map<TestStepResultStatus, Long>` | | || | |
| `countTestCasesStarted(): int` | | || | |
| `findAllPickles(): List<Pickle>` | | || | |
| `findAllPickleSteps(): List<PickleStep>` | | || | |
| `findAllTestCaseStarted(): List<TestCaseStarted> | | || | |
| `findAllTestCaseStartedGroupedByFeature(): Map<Optional<Feature>, List<TestCaseStarted>>` | | || | |
| `findAllTestSteps(): List<TestStep>` | | || | |
| `findFeatureBy(TestCaseStarted): Optional<Feature>` | | || | |
| `findMostSevereTestStepResulBy(TestCaseStarted): Optional<TestStepResult>` | | || | |
| `findNameOf(Pickle, NamingStrategy): String` | | || | |
| `findPickleBy(TestCaseStarted): Optional<Pickle>` | | || | |
| `findPickleStepBy(TestStep testStep): Optional<PickleStep>` | | || | |
| `findStepBy(PickleStep pickleStep): Optional<Step>` | | || | |
| `findTestCaseBy(TestCaseStarted): Optional<TestCase>` | | || | |
| `findTestCaseDurationBy(TestCaseStarted): Optional<Duration>` | | || | |
| `findTestCaseFinishedBy(TestCaseStarted): Optional<TestCaseFinished>` | | || | |
| `findTestRunDuration(): Optional<Duration>` | | || | |
| `findTestRunFinished(): Optional<TestRunFinished>` | | || | |
| `findTestRunStarted(): Optional<TestRunStarted>` | | || | |
| `findTestStepBy(TestStepFinished): Optional<TestStep>` | | || | |
| `findTestStepsFinishedBy(TestCaseStarted): List<TestStepFinished>` | | || | |
| `findTestStepFinishedAndTestStepBy(TestCaseStarted): List<Entry<TestStepFinished, TestStep>>` | | || | |
| `countMostSevereTestStepResultStatus(): Map<TestStepResultStatus, Long>` | | || | |
| `countTestCasesStarted(): int` | | || | |
| `findAllPickles(): List<Pickle>` | | || | |
| `findAllPickleSteps(): List<PickleStep>` | | || | |
| `findAllTestCaseStarted(): List<TestCaseStarted>` | | || | |
| `findAllTestCaseStartedGroupedByFeature(): Map<Optional<Feature>, List<TestCaseStarted>>` | | || | |
| `findAllTestSteps(): List<TestStep>` | | || | |
| `findFeatureBy(TestCaseStarted): Optional<Feature>` | | || | |
| `findMostSevereTestStepResulBy(TestCaseStarted): Optional<TestStepResult>` | | || | |
| `findNameOf(Pickle, NamingStrategy): String` | | || | |
| `findPickleBy(TestCaseStarted): Optional<Pickle>` | | || | |
| `findPickleStepBy(TestStep testStep): Optional<PickleStep>` | | || | |
| `findStepBy(PickleStep pickleStep): Optional<Step>` | | || | |
| `findTestCaseBy(TestCaseStarted): Optional<TestCase>` | | || | |
| `findTestCaseDurationBy(TestCaseStarted): Optional<Duration>` | | || | |
| `findTestCaseFinishedBy(TestCaseStarted): Optional<TestCaseFinished>` | | || | |
| `findTestRunDuration(): Optional<Duration>` | | || | |
| `findTestRunFinished(): Optional<TestRunFinished>` | | || | |
| `findTestRunStarted(): Optional<TestRunStarted>` | | || | |
| `findTestStepBy(TestStepFinished): Optional<TestStep>` | | || | |
| `findTestStepsFinishedBy(TestCaseStarted): List<TestStepFinished>` | | || | |
| `findTestStepFinishedAndTestStepBy(TestCaseStarted): List<Entry<TestStepFinished, TestStep>>` | | || | |

0 comments on commit 8ba5e5d

Please sign in to comment.