C# Класс Microsoft.WindowsAzure.Commands.Test.Utilities.Common.RMTestBase

Base class for Microsoft Azure PowerShell unit tests.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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