C# Class JSTest.ScriptElements.TestCase

Inheritance: ScriptElement
Mostra file Open project: cbaxter/JSTest.NET Class Usage Examples

Public Methods

Method Description
LoadFrom ( String fileName ) : JSTest.ScriptElements.TestCase[]
LoadFrom ( String fileName, String testFunctionPattern ) : JSTest.ScriptElements.TestCase[]
TestCase ( String fileName, String functionName ) : System
ToScriptFragment ( ) : string
ToString ( ) : string

Method Details

LoadFrom() public static method

public static LoadFrom ( String fileName ) : JSTest.ScriptElements.TestCase[]
fileName String
return JSTest.ScriptElements.TestCase[]

LoadFrom() public static method

public static LoadFrom ( String fileName, String testFunctionPattern ) : JSTest.ScriptElements.TestCase[]
fileName String
testFunctionPattern String
return JSTest.ScriptElements.TestCase[]

TestCase() public method

public TestCase ( String fileName, String functionName ) : System
fileName String
functionName String
return System

ToScriptFragment() public method

public ToScriptFragment ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string