コード例 #1
0
 public void SetupTest()
 {
     cmdlet                = new GetAzureServiceProjectRoleRuntimeCommand();
     mockCommandRuntime    = new MockCommandRuntime();
     cmdlet.CommandRuntime = mockCommandRuntime;
 }
コード例 #2
0
 public GetAzureServiceProjectRuntimesTests()
 {
     cmdlet                = new GetAzureServiceProjectRoleRuntimeCommand();
     mockCommandRuntime    = new MockCommandRuntime();
     cmdlet.CommandRuntime = mockCommandRuntime;
 }
コード例 #3
0
 public void SetupTest()
 {
     cmdlet = new GetAzureServiceProjectRoleRuntimeCommand();
     mockCommandRuntime = new MockCommandRuntime();
     cmdlet.CommandRuntime = mockCommandRuntime;
 }