C# Class NUnitGoCore.NunitGoItems.Events.TestEvent

Afficher le fichier Open project: elv1s42/NUnitGo Class Usage Examples

Méthodes publiques

Свойство Type Description
Finished System.DateTime
Name string
Started System.DateTime

Méthodes publiques

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

Method Details

TestEvent() public méthode

public TestEvent ( ) : System
Résultat System

TestEvent() public méthode

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

Property Details

Finished public_oe property

public DateTime,System Finished
Résultat System.DateTime

Name public_oe property

public string Name
Résultat string

Started public_oe property

public DateTime,System Started
Résultat System.DateTime