C# 클래스 JSTest.ScriptElements.TestCase

상속: ScriptElement
파일 보기 프로젝트 열기: cbaxter/JSTest.NET 1 사용 예제들

공개 메소드들

메소드 설명
LoadFrom ( String fileName ) : JSTest.ScriptElements.TestCase[]
LoadFrom ( String fileName, String testFunctionPattern ) : JSTest.ScriptElements.TestCase[]
TestCase ( String fileName, String functionName ) : System
ToScriptFragment ( ) : string
ToString ( ) : string

메소드 상세

LoadFrom() 공개 정적인 메소드

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

LoadFrom() 공개 정적인 메소드

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

TestCase() 공개 메소드

public TestCase ( String fileName, String functionName ) : System
fileName String
functionName String
리턴 System

ToScriptFragment() 공개 메소드

public ToScriptFragment ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string