C# Class Automata.Tests.MyTestContext

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

Méthodes publiques

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

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

MyTestContext() public méthode

public MyTestContext ( ) : System
Résultat System

WriteLine() public méthode

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