C# Class Microsoft.WindowsAzure.Commands.Test.Utilities.Common.SMTestBase

Base class for Microsoft Azure PowerShell Service Management unit tests.
ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Protected Properties

Property Type Description
currentProfile Microsoft.Azure.Commands.Common.Authentication.Models.AzureSMProfile

Public Methods

Method Description
Log ( string format ) : void

Log a message with the test framework.

SMTestBase ( ) : System

Private Methods

Method Description
BaseSetup ( ) : void

Method Details

Log() public method

Log a message with the test framework.
public Log ( string format ) : void
format string Format string.
return void

SMTestBase() public method

public SMTestBase ( ) : System
return System

Property Details

currentProfile protected_oe property

protected AzureSMProfile,Microsoft.Azure.Commands.Common.Authentication.Models currentProfile
return Microsoft.Azure.Commands.Common.Authentication.Models.AzureSMProfile