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

Base class for Windows Azure PowerShell unit tests.
Mostra file Open project: AzureRT/azure-sdk-tools Class Usage Examples

Public Methods

Method Description
AnyString ( ) : string
AnyUrl ( ) : Uri
Log ( string format ) : void

Log a message with the test framework.

Protected Methods

Method Description
AnyIpPort ( ) : int

Method Details

AnyIpPort() protected static method

protected static AnyIpPort ( ) : int
return int

AnyString() public static method

public static AnyString ( ) : string
return string

AnyUrl() public static method

public static AnyUrl ( ) : Uri
return System.Uri

Log() public method

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