C# Class Microsoft.WindowsAzure.Commands.ScenarioTest.AutomationTests

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
AutomationTests ( ITestOutputHelper output ) : System.Collections.Generic

Protected Methods

Method Description
RunPowerShellTest ( ) : void
SetupManagementClients ( ) : void

Private Methods

Method Description
TestAutomationConfigureRunbook ( ) : void
TestAutomationPublishAndEditRunbook ( ) : void
TestAutomationRunbookWithParameter ( ) : void
TestAutomationStartAndStopRunbook ( ) : void
TestAutomationStartRunbookOnASchedule ( ) : void
TestAutomationStartUnpublishedRunbook ( ) : void
TestAutomationSuspendAndResumeJob ( ) : void

Method Details

AutomationTests() public method

public AutomationTests ( ITestOutputHelper output ) : System.Collections.Generic
output ITestOutputHelper
return System.Collections.Generic

RunPowerShellTest() protected method

protected RunPowerShellTest ( ) : void
return void

SetupManagementClients() protected method

protected SetupManagementClients ( ) : void
return void