C# Class JSTest.ScriptElements.TestCase

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

Méthodes publiques

Méthode 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 méthode

public static LoadFrom ( String fileName ) : JSTest.ScriptElements.TestCase[]
fileName String
Résultat JSTest.ScriptElements.TestCase[]

LoadFrom() public static méthode

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

TestCase() public méthode

public TestCase ( String fileName, String functionName ) : System
fileName String
functionName String
Résultat System

ToScriptFragment() public méthode

public ToScriptFragment ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string