コード例 #1
0
 public NewAzureRmAutoscaleWebhookTests()
 {
     commandRuntimeMock = new Mock <ICommandRuntime>();
     Cmdlet             = new NewAzureRmAutoscaleWebhookCommand()
     {
         CommandRuntime = commandRuntimeMock.Object
     };
 }
コード例 #2
0
 public NewAzureRmAutoscaleWebhookTests(Xunit.Abstractions.ITestOutputHelper output)
 {
     //ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
     commandRuntimeMock = new Mock <ICommandRuntime>();
     Cmdlet             = new NewAzureRmAutoscaleWebhookCommand()
     {
         CommandRuntime = commandRuntimeMock.Object
     };
 }