C# Class StatLight.Client.Harness.Hosts.MSTest.UnitTestProviders.MSTest.StatLightTestContext

Inheritance: Microsoft.VisualStudio.TestTools.UnitTesting.TestContext
Afficher le fichier Open project: staxmanade/StatLight Class Usage Examples

Méthodes publiques

Méthode Description
AddResultFile ( string fileName ) : void
BeginTimer ( string timerName ) : void
EndTimer ( string timerName ) : void
WriteLine ( string format ) : void

Private Methods

Méthode Description
NotSupportedException ( string functionality ) : Exception
StatLightTestContext ( TestMethod testMethod ) : System

Method Details

AddResultFile() public méthode

public AddResultFile ( string fileName ) : void
fileName string
Résultat void

BeginTimer() public méthode

public BeginTimer ( string timerName ) : void
timerName string
Résultat void

EndTimer() public méthode

public EndTimer ( string timerName ) : void
timerName string
Résultat void

WriteLine() public méthode

public WriteLine ( string format ) : void
format string
Résultat void