MCPcopy Index your code
hub / github.com/cloudgraphdev/cli / MockInitCmdPromptExpectation

Interface MockInitCmdPromptExpectation

test/helpers/types.ts:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21export interface MockInitCmdPromptExpectation {
22 methodToTest: InitCommandEnums
23 overwriteFlag: boolean
24 promptExpectation: any[]
25 expectedResult: any
26}
27
28export interface MockRunInitCmdPromptExpectation {
29 argvList: string[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected