C# Class JSTest.ScriptElements.TestExecutor

Inheritance: ScriptBlock
Afficher le fichier Open project: cbaxter/JSTest.NET Class Usage Examples

Méthodes publiques

Méthode Description
TestExecutor ( String test ) : System
TestExecutor ( String setup, String test, String teardown ) : System

Method Details

TestExecutor() public méthode

public TestExecutor ( String test ) : System
test String
Résultat System

TestExecutor() public méthode

public TestExecutor ( String setup, String test, String teardown ) : System
setup String
test String
teardown String
Résultat System