C# Class Automata.Tests.MyTestContext

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

Public Methods

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

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

MyTestContext() public method

public MyTestContext ( ) : System
return System

WriteLine() public method

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