C# Class WindowsPhoneTestFramework.Test.EmuSteps.StepFlowOutputHelpers

Afficher le fichier Open project: Expensify/WindowsPhoneTestFramework Class Usage Examples

Méthodes publiques

Méthode Description
Write ( WriteType type, string message ) : void
Write ( string message ) : void
WriteException ( string message, Exception exception ) : void

Method Details

Write() public static méthode

public static Write ( WriteType type, string message ) : void
type WriteType
message string
Résultat void

Write() public static méthode

public static Write ( string message ) : void
message string
Résultat void

WriteException() public static méthode

public static WriteException ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void