C# Class NUnitGoCore.NunitGo

显示文件 Open project: elv1s42/NUnitGo

Public Methods

Method Description
Event ( string name, System.Action testEventAction ) : void
EventFinished ( string name ) : void
EventFinished ( string name, System.DateTime date ) : void
EventStarted ( string name ) : void
EventStarted ( string name, System.DateTime date ) : void
SetTestGuid ( string guid ) : void
SetTestName ( string name ) : void
TakeScreenshot ( ) : void

Private Methods

Method Description
CleanUp ( ) : void
GetEvents ( ) : List
GetScreenshots ( ) : List
SetUp ( ) : void
TearDown ( ) : void

Method Details

Event() public static method

public static Event ( string name, System.Action testEventAction ) : void
name string
testEventAction System.Action
return void

EventFinished() public static method

public static EventFinished ( string name ) : void
name string
return void

EventFinished() public static method

public static EventFinished ( string name, System.DateTime date ) : void
name string
date System.DateTime
return void

EventStarted() public static method

public static EventStarted ( string name ) : void
name string
return void

EventStarted() public static method

public static EventStarted ( string name, System.DateTime date ) : void
name string
date System.DateTime
return void

SetTestGuid() public static method

public static SetTestGuid ( string guid ) : void
guid string
return void

SetTestName() public static method

public static SetTestName ( string name ) : void
name string
return void

TakeScreenshot() public static method

public static TakeScreenshot ( ) : void
return void