C# Class WindowsPhoneTestFramework.Test.EmuSteps.StepFlowOutputHelpers

Datei anzeigen Open project: Expensify/WindowsPhoneTestFramework Class Usage Examples

Public Methods

Method Description
Write ( WriteType type, string message ) : void
Write ( string message ) : void
WriteException ( string message, Exception exception ) : void

Method Details

Write() public static method

public static Write ( WriteType type, string message ) : void
type WriteType
message string
return void

Write() public static method

public static Write ( string message ) : void
message string
return void

WriteException() public static method

public static WriteException ( string message, Exception exception ) : void
message string
exception System.Exception
return void