C# 클래스 Viki.LoadRunner.Engine.Executor.Context.TestContext

상속: ITestContext
파일 보기 프로젝트 열기: Vycka/LoadRunner 1 사용 예제들

공개 메소드들

메소드 설명
Checkpoint ( string checkpointName = null ) : void
GetErrors ( ) : Exception>>.IEnumerable
TestContext ( int threadId, ITimer timer, object initialUserData = null ) : System

비공개 메소드들

메소드 설명
Reset ( int threadIterationId, int globalIterationId ) : void
SetError ( Exception error ) : void
Start ( ) : void
Stop ( ) : void

메소드 상세

Checkpoint() 공개 메소드

public Checkpoint ( string checkpointName = null ) : void
checkpointName string
리턴 void

GetErrors() 공개 메소드

public GetErrors ( ) : Exception>>.IEnumerable
리턴 Exception>>.IEnumerable

TestContext() 공개 메소드

public TestContext ( int threadId, ITimer timer, object initialUserData = null ) : System
threadId int
timer ITimer
initialUserData object
리턴 System