Properties
Private
gherkinDocumentMap
gherkinDocumentMap: Record<string, GherkinDocument> = {}
Private
pickleMap
pickleMap: Record<string, Pickle> = {}
Private
testCaseAttemptDataMap
testCaseAttemptDataMap: Record<string, ITestCaseAttemptData> = {}
Private
testCaseMap
testCaseMap: Record<string, TestCase> = {}
Readonly
undefinedParameterTypes
undefinedParameterTypes: UndefinedParameterType[] = []