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

Inheritance: Microsoft.VisualStudio.TestTools.UnitTesting.TestContext
Show file Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
AddResultFile ( string fileName ) : void
BeginTimer ( string timerName ) : void
EndTimer ( string timerName ) : void
WriteLine ( string format ) : void

Private Methods

Method Description
NotSupportedException ( string functionality ) : Exception
StatLightTestContext ( TestMethod testMethod ) : System

Method Details

AddResultFile() public method

public AddResultFile ( string fileName ) : void
fileName string
return void

BeginTimer() public method

public BeginTimer ( string timerName ) : void
timerName string
return void

EndTimer() public method

public EndTimer ( string timerName ) : void
timerName string
return void

WriteLine() public method

public WriteLine ( string format ) : void
format string
return void