public void InitCommand() { command = new GetAzureStorageTableCommand(tableMock) { CommandRuntime = MockCmdRunTime }; }
public void InitCommand() { command = new GetAzureStorageTableCommand(tableMock) { CommandRuntime = new MockCommandRuntime() }; }
public GetAzureStorageTableTest() { command = new GetAzureStorageTableCommand(tableMock) { CommandRuntime = MockCmdRunTime }; }
public void CleanCommand() { command = null; }
public void CleanCommand() { this.clearTest(); this.command = null; }