C# 클래스 JSTest.ScriptElements.TestExecutor

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

공개 메소드들

메소드 설명
TestExecutor ( String test ) : System
TestExecutor ( String setup, String test, String teardown ) : System

메소드 상세

TestExecutor() 공개 메소드

public TestExecutor ( String test ) : System
test String
리턴 System

TestExecutor() 공개 메소드

public TestExecutor ( String setup, String test, String teardown ) : System
setup String
test String
teardown String
리턴 System