Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Microsoft
WindowsAzure
Commands
Test
Utilities
Common
TestBase
C# Class Microsoft.WindowsAzure.Commands.Test.Utilities.Common.TestBase
Base class for Windows Azure PowerShell unit tests.
Show 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