public GetBatchApplicationCommandTests() { batchClientMock = new Mock <BatchClient>(); commandRuntimeMock = new Mock <ICommandRuntime>(); cmdlet = new GetBatchApplicationCommand() { CommandRuntime = commandRuntimeMock.Object, BatchClient = batchClientMock.Object }; }
public GetBatchApplicationCommandTests() { batchClientMock = new Mock<BatchClient>(); commandRuntimeMock = new Mock<ICommandRuntime>(); cmdlet = new GetBatchApplicationCommand() { CommandRuntime = commandRuntimeMock.Object, BatchClient = batchClientMock.Object }; }