blob: ed752b6a7b6898446a18ecd0676e9376b7f33092 [file] [log] [blame]
>>>
when(
runner.call(
typed(captureAny),
typed(captureAny),
workingDirectory: typed(captureAny, named: "workingDirectory"),
),
)
.thenReturn(new Future<MockProcessResult>.value(new MockProcessResult()));
<<<
when(
runner.call(
typed(captureAny),
typed(captureAny),
workingDirectory: typed(captureAny, named: "workingDirectory"),
),
).thenReturn(new Future<MockProcessResult>.value(new MockProcessResult()));