Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
 public NewAzureRmAutoscaleNotificationTests()
 {
     commandRuntimeMock = new Mock<ICommandRuntime>();
     Cmdlet = new NewAzureRmAutoscaleNotificationCommand()
     {
         CommandRuntime = commandRuntimeMock.Object
     };
 }
 public NewAzureRmAutoscaleNotificationTests(Xunit.Abstractions.ITestOutputHelper output)
 {
     ServiceManagemenet.Common.Models.XunitTracingInterceptor.AddToContext(new ServiceManagemenet.Common.Models.XunitTracingInterceptor(output));
     commandRuntimeMock = new Mock<ICommandRuntime>();
     Cmdlet = new NewAzureRmAutoscaleNotificationCommand()
     {
         CommandRuntime = commandRuntimeMock.Object
     };
 }