diff --git a/README.md b/README.md index 7cc81fa0..1475776e 100644 --- a/README.md +++ b/README.md @@ -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` | | | ✓ | | | -| `countTestCasesStarted(): int` | | | ✓ | | | -| `findAllPickles(): List` | | | ✓ | | | -| `findAllPickleSteps(): List` | | | ✓ | | | -| `findAllTestCaseStarted(): List | | | ✓ | | | -| `findAllTestCaseStartedGroupedByFeature(): Map, List>` | | | ✓ | | | -| `findAllTestSteps(): List` | | | ✓ | | | -| `findFeatureBy(TestCaseStarted): Optional` | | | ✓ | | | -| `findMostSevereTestStepResulBy(TestCaseStarted): Optional` | | | ✓ | | | -| `findNameOf(Pickle, NamingStrategy): String` | | | ✓ | | | -| `findPickleBy(TestCaseStarted): Optional` | | | ✓ | | | -| `findPickleStepBy(TestStep testStep): Optional` | | | ✓ | | | -| `findStepBy(PickleStep pickleStep): Optional` | | | ✓ | | | -| `findTestCaseBy(TestCaseStarted): Optional` | | | ✓ | | | -| `findTestCaseDurationBy(TestCaseStarted): Optional` | | | ✓ | | | -| `findTestCaseFinishedBy(TestCaseStarted): Optional` | | | ✓ | | | -| `findTestRunDuration(): Optional` | | | ✓ | | | -| `findTestRunFinished(): Optional` | | | ✓ | | | -| `findTestRunStarted(): Optional` | | | ✓ | | | -| `findTestStepBy(TestStepFinished): Optional` | | | ✓ | | | -| `findTestStepsFinishedBy(TestCaseStarted): List` | | | ✓ | | | -| `findTestStepFinishedAndTestStepBy(TestCaseStarted): List>` | | | ✓ | | | +| `countMostSevereTestStepResultStatus(): Map` | | | ✓ | | ✓ | +| `countTestCasesStarted(): int` | | | ✓ | | ✓ | +| `findAllPickles(): List` | | | ✓ | | ✓ | +| `findAllPickleSteps(): List` | | | ✓ | | ✓ | +| `findAllTestCaseStarted(): List` | | | ✓ | | ✓ | +| `findAllTestCaseStartedGroupedByFeature(): Map, List>` | | | ✓ | | ✓ | +| `findAllTestSteps(): List` | | | ✓ | | ✓ | +| `findFeatureBy(TestCaseStarted): Optional` | | | ✓ | | ✓ | +| `findMostSevereTestStepResulBy(TestCaseStarted): Optional` | | | ✓ | | ✓ | +| `findNameOf(Pickle, NamingStrategy): String` | | | ✓ | | ✓ | +| `findPickleBy(TestCaseStarted): Optional` | | | ✓ | | ✓ | +| `findPickleStepBy(TestStep testStep): Optional` | | | ✓ | | ✓ | +| `findStepBy(PickleStep pickleStep): Optional` | | | ✓ | | ✓ | +| `findTestCaseBy(TestCaseStarted): Optional` | | | ✓ | | ✓ | +| `findTestCaseDurationBy(TestCaseStarted): Optional` | | | ✓ | | ✓ | +| `findTestCaseFinishedBy(TestCaseStarted): Optional` | | | ✓ | | ✓ | +| `findTestRunDuration(): Optional` | | | ✓ | | ✓ | +| `findTestRunFinished(): Optional` | | | ✓ | | ✓ | +| `findTestRunStarted(): Optional` | | | ✓ | | ✓ | +| `findTestStepBy(TestStepFinished): Optional` | | | ✓ | | ✓ | +| `findTestStepsFinishedBy(TestCaseStarted): List` | | | ✓ | | ✓ | +| `findTestStepFinishedAndTestStepBy(TestCaseStarted): List>` | | | ✓ | | ✓ |