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

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

Méthodes publiques

Méthode Description
AnyString ( ) : string
AnyUrl ( ) : Uri
Log ( string format ) : void

Log a message with the test framework.

Méthodes protégées

Méthode Description
AnyIpPort ( ) : int

Method Details

AnyIpPort() protected static méthode

protected static AnyIpPort ( ) : int
Résultat int

AnyString() public static méthode

public static AnyString ( ) : string
Résultat string

AnyUrl() public static méthode

public static AnyUrl ( ) : Uri
Résultat System.Uri

Log() public méthode

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