Example #1
0
 public void SetupTest()
 {
     cmdlet                = new GetAzureServiceProjectRoleRuntimeCommand();
     mockCommandRuntime    = new MockCommandRuntime();
     cmdlet.CommandRuntime = mockCommandRuntime;
 }
 public GetAzureServiceProjectRuntimesTests()
 {
     cmdlet                = new GetAzureServiceProjectRoleRuntimeCommand();
     mockCommandRuntime    = new MockCommandRuntime();
     cmdlet.CommandRuntime = mockCommandRuntime;
 }
 public void SetupTest()
 {
     cmdlet = new GetAzureServiceProjectRoleRuntimeCommand();
     mockCommandRuntime = new MockCommandRuntime();
     cmdlet.CommandRuntime = mockCommandRuntime;
 }