Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
 public NewAzureRmAlertRuleEmailTests()
 {
     commandRuntimeMock = new Mock<ICommandRuntime>();
     Cmdlet = new NewAzureRmAlertRuleEmailCommand()
     {
         CommandRuntime = commandRuntimeMock.Object
     };
 }
 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
     };
 }