C# 클래스 Microsoft.WindowsAzure.Commands.Test.Utilities.Common.RMTestBase

Base class for Microsoft Azure PowerShell unit tests.
파일 보기 프로젝트 열기: Azure/azure-powershell

보호된 프로퍼티들

프로퍼티 타입 설명
currentProfile Microsoft.Azure.Commands.Common.Authentication.Models.AzureRMProfile

공개 메소드들

메소드 설명
BaseSetup ( ) : void

Initialize the necessary environment for the tests.

RMTestBase ( ) : Microsoft.Azure.Commands.Common.Authentication
SetupConfirmation ( Mock mock ) : void

Set up the command runtime to return true for all confirmation prompts

메소드 상세

BaseSetup() 공개 메소드

Initialize the necessary environment for the tests.
public BaseSetup ( ) : void
리턴 void

RMTestBase() 공개 메소드

public RMTestBase ( ) : Microsoft.Azure.Commands.Common.Authentication
리턴 Microsoft.Azure.Commands.Common.Authentication

SetupConfirmation() 공개 정적인 메소드

Set up the command runtime to return true for all confirmation prompts
public static SetupConfirmation ( Mock mock ) : void
mock Mock The mock command runtiem to set up
리턴 void

프로퍼티 상세

currentProfile 보호되어 있는 프로퍼티

protected AzureRMProfile,Microsoft.Azure.Commands.Common.Authentication.Models currentProfile
리턴 Microsoft.Azure.Commands.Common.Authentication.Models.AzureRMProfile