C# Class JSTest.ScriptElements.TestExecutor

Inheritance: ScriptBlock
Show file Open project: cbaxter/JSTest.NET Class Usage Examples

Public Methods

Method Description
TestExecutor ( String test ) : System
TestExecutor ( String setup, String test, String teardown ) : System

Method Details

TestExecutor() public method

public TestExecutor ( String test ) : System
test String
return System

TestExecutor() public method

public TestExecutor ( String setup, String test, String teardown ) : System
setup String
test String
teardown String
return System