| 19 | } |
| 20 | |
| 21 | export interface MockInitCmdPromptExpectation { |
| 22 | methodToTest: InitCommandEnums |
| 23 | overwriteFlag: boolean |
| 24 | promptExpectation: any[] |
| 25 | expectedResult: any |
| 26 | } |
| 27 | |
| 28 | export interface MockRunInitCmdPromptExpectation { |
| 29 | argvList: string[] |
nothing calls this directly
no outgoing calls
no test coverage detected