C# 클래스 ISAGenericTestSuiteRunner.TestBench

파일 보기 프로젝트 열기: nathanrossi/hdl-toolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
endCalled bool
failedAssertions int
passedAssertions int

공개 메소드들

메소드 설명
EndTest ( ) : void
GenerateAssembly ( ) : string
IncrementAssertionResult ( bool passed ) : void
IsTestComplete ( ) : bool
Load ( string file ) : TestBench
Reset ( ) : void
RunAssertions ( ProcessorState state ) : void
TestBench ( ) : System

비공개 메소드들

메소드 설명
ParseCommand ( string command, int address ) : TestCommand

메소드 상세

EndTest() 공개 메소드

public EndTest ( ) : void
리턴 void

GenerateAssembly() 공개 메소드

public GenerateAssembly ( ) : string
리턴 string

IncrementAssertionResult() 공개 메소드

public IncrementAssertionResult ( bool passed ) : void
passed bool
리턴 void

IsTestComplete() 공개 메소드

public IsTestComplete ( ) : bool
리턴 bool

Load() 공개 정적인 메소드

public static Load ( string file ) : TestBench
file string
리턴 TestBench

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

RunAssertions() 공개 메소드

public RunAssertions ( ProcessorState state ) : void
state ProcessorState
리턴 void

TestBench() 공개 메소드

public TestBench ( ) : System
리턴 System

프로퍼티 상세

endCalled 공개적으로 프로퍼티

public bool endCalled
리턴 bool

failedAssertions 공개적으로 프로퍼티

public int failedAssertions
리턴 int

passedAssertions 공개적으로 프로퍼티

public int passedAssertions
리턴 int