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

Base class for Windows Azure PowerShell unit tests.
파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools 1 사용 예제들

공개 메소드들

메소드 설명
AnyString ( ) : string
AnyUrl ( ) : Uri
Log ( string format ) : void

Log a message with the test framework.

보호된 메소드들

메소드 설명
AnyIpPort ( ) : int

메소드 상세

AnyIpPort() 보호된 정적인 메소드

protected static AnyIpPort ( ) : int
리턴 int

AnyString() 공개 정적인 메소드

public static AnyString ( ) : string
리턴 string

AnyUrl() 공개 정적인 메소드

public static AnyUrl ( ) : Uri
리턴 System.Uri

Log() 공개 메소드

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