C# Class Microsoft.Azure.Commands.Automation.Test.AutomationScenarioTestsBase

Show file Open project: Azure/azure-powershell

Protected Methods

Method Description
AutomationScenarioTestsBase ( ) : Microsoft.Azure.Commands.Common.Authentication
GetAutomationManagementClient ( ) : AutomationManagementClient
RunPowerShellTest ( ) : void
SetupManagementClients ( ) : void

Method Details

AutomationScenarioTestsBase() protected method

protected AutomationScenarioTestsBase ( ) : Microsoft.Azure.Commands.Common.Authentication
return Microsoft.Azure.Commands.Common.Authentication

GetAutomationManagementClient() protected method

protected GetAutomationManagementClient ( ) : AutomationManagementClient
return AutomationManagementClient

RunPowerShellTest() protected method

protected RunPowerShellTest ( ) : void
return void

SetupManagementClients() protected method

protected SetupManagementClients ( ) : void
return void