C# 클래스 Microsoft.Test.UIAutomation.Logging.UIVerifyLogger

Loggin object for InternalHelper
파일 보기 프로젝트 열기: TestStack/UIAVerify

공개 메소드들

메소드 설명
CloseLog ( ) : void

Last call to close the channel down to the logger. No tests should be ran after this call

EndTest ( ) : void

GenerateXMLLog ( string filePath ) : void

The call will generate the XML log if the logger is XML

LogComment ( object comment ) : void

LogComment ( string format ) : void

Log comment to the output

LogError ( Exception exception ) : void

Report that the test had an error

LogPass ( ) : void

LogUnexpectedError ( Exception exception ) : void

Report an excepetion that was not expected

MonitorProcess ( Process process ) : void

ReportResults ( ) : void

SetLogger ( ILogger logger ) : void

Loads a logger DLL binary that impements WUIALogging interface

SetLogger ( List logger ) : void

Loads a logger DLL binary that impements WUIALogging interface

SetLogger ( string filename ) : void

Loads a logger DLL binary that impements WUIALogging interface.

StartTest ( XmlNode xmlElementIdentifier, TestCaseAttribute testAttribute, MethodInfo methodInfo ) : void

메소드 상세

CloseLog() 공개 정적인 메소드

Last call to close the channel down to the logger. No tests should be ran after this call
public static CloseLog ( ) : void
리턴 void

EndTest() 공개 정적인 메소드

public static EndTest ( ) : void
리턴 void

GenerateXMLLog() 공개 정적인 메소드

The call will generate the XML log if the logger is XML
public static GenerateXMLLog ( string filePath ) : void
filePath string
리턴 void

LogComment() 공개 정적인 메소드

public static LogComment ( object comment ) : void
comment object
리턴 void

LogComment() 공개 정적인 메소드

Log comment to the output
public static LogComment ( string format ) : void
format string The format string
리턴 void

LogError() 공개 정적인 메소드

Report that the test had an error
public static LogError ( Exception exception ) : void
exception System.Exception
리턴 void

LogPass() 공개 정적인 메소드

public static LogPass ( ) : void
리턴 void

LogUnexpectedError() 공개 정적인 메소드

Report an excepetion that was not expected
public static LogUnexpectedError ( Exception exception ) : void
exception System.Exception
리턴 void

MonitorProcess() 공개 정적인 메소드

public static MonitorProcess ( Process process ) : void
process System.Diagnostics.Process
리턴 void

ReportResults() 공개 정적인 메소드

public static ReportResults ( ) : void
리턴 void

SetLogger() 정적인 공개 메소드

Loads a logger DLL binary that impements WUIALogging interface
static public SetLogger ( ILogger logger ) : void
logger ILogger
리턴 void

SetLogger() 정적인 공개 메소드

Loads a logger DLL binary that impements WUIALogging interface
static public SetLogger ( List logger ) : void
logger List
리턴 void

SetLogger() 공개 정적인 메소드

Loads a logger DLL binary that impements WUIALogging interface.
public static SetLogger ( string filename ) : void
filename string Filename with path
리턴 void

StartTest() 공개 정적인 메소드

public static StartTest ( XmlNode xmlElementIdentifier, TestCaseAttribute testAttribute, MethodInfo methodInfo ) : void
xmlElementIdentifier System.Xml.XmlNode
testAttribute Microsoft.Test.UIAutomation.TestManager.TestCaseAttribute
methodInfo System.Reflection.MethodInfo
리턴 void