Пример #1
0
 public NewAzureRmAlertRuleEmailTests()
 {
     commandRuntimeMock = new Mock <ICommandRuntime>();
     Cmdlet             = new NewAzureRmAlertRuleEmailCommand()
     {
         CommandRuntime = commandRuntimeMock.Object
     };
 }
Пример #2
0
 public NewAzureRmAlertRuleEmailTests(Xunit.Abstractions.ITestOutputHelper output)
 {
     ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
     commandRuntimeMock = new Mock <ICommandRuntime>();
     Cmdlet             = new NewAzureRmAlertRuleEmailCommand()
     {
         CommandRuntime = commandRuntimeMock.Object
     };
 }