C# Class ISAGenericTestSuiteRunner.TestBench

Afficher le fichier Open project: nathanrossi/hdl-toolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
endCalled bool
failedAssertions int
passedAssertions int

Méthodes publiques

Méthode Description
EndTest ( ) : void
GenerateAssembly ( ) : string
IncrementAssertionResult ( bool passed ) : void
IsTestComplete ( ) : bool
Load ( string file ) : TestBench
Reset ( ) : void
RunAssertions ( ProcessorState state ) : void
TestBench ( ) : System

Private Methods

Méthode Description
ParseCommand ( string command, int address ) : TestCommand

Method Details

EndTest() public méthode

public EndTest ( ) : void
Résultat void

GenerateAssembly() public méthode

public GenerateAssembly ( ) : string
Résultat string

IncrementAssertionResult() public méthode

public IncrementAssertionResult ( bool passed ) : void
passed bool
Résultat void

IsTestComplete() public méthode

public IsTestComplete ( ) : bool
Résultat bool

Load() public static méthode

public static Load ( string file ) : TestBench
file string
Résultat TestBench

Reset() public méthode

public Reset ( ) : void
Résultat void

RunAssertions() public méthode

public RunAssertions ( ProcessorState state ) : void
state ProcessorState
Résultat void

TestBench() public méthode

public TestBench ( ) : System
Résultat System

Property Details

endCalled public_oe property

public bool endCalled
Résultat bool

failedAssertions public_oe property

public int failedAssertions
Résultat int

passedAssertions public_oe property

public int passedAssertions
Résultat int