C# Class NUnitGoCore.NunitGoItems.Events.TestEvent

Show file Open project: elv1s42/NUnitGo Class Usage Examples

Public Properties

Property Type Description
Finished System.DateTime
Name string
Started System.DateTime

Public Methods

Method Description
TestEvent ( ) : System
TestEvent ( string eventName = "", System.DateTime started = default(DateTime), System.DateTime finished = default(DateTime) ) : System

Method Details

TestEvent() public method

public TestEvent ( ) : System
return System

TestEvent() public method

public TestEvent ( string eventName = "", System.DateTime started = default(DateTime), System.DateTime finished = default(DateTime) ) : System
eventName string
started System.DateTime
finished System.DateTime
return System

Property Details

Finished public property

public DateTime,System Finished
return System.DateTime

Name public property

public string Name
return string

Started public property

public DateTime,System Started
return System.DateTime