public NewAzureStorageTableStoredAccessPolicyTest()
 {
     command = new NewAzureStorageTableStoredAccessPolicyCommand(tableMock)
     {
         CommandRuntime = MockCmdRunTime
     };
 }
Exemplo n.º 2
0
 public void InitCommand()
 {
     this.command = new NewAzureStorageTableStoredAccessPolicyCommand(this.tableMock)
     {
         CommandRuntime = this.MockCmdRunTime
     };
 }
Exemplo n.º 3
0
 public void CleanCommand()
 {
     this.clearTest();
     this.command = null;
 }
 public void CleanCommand()
 {
     command = null;
 }