Example #1
0
 public NewAzureRmAlerRuleWebhookTests()
 {
     commandRuntimeMock = new Mock <ICommandRuntime>();
     Cmdlet             = new NewAzureRmAlertRuleWebhookCommand()
     {
         CommandRuntime = commandRuntimeMock.Object
     };
 }
 public NewAzureRmAlerRuleWebhookTests(ITestOutputHelper output)
 {
     ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
     commandRuntimeMock = new Mock <ICommandRuntime>();
     Cmdlet             = new NewAzureRmAlertRuleWebhookCommand()
     {
         CommandRuntime = commandRuntimeMock.Object
     };
 }