C# Class Mosa.Kernel.x86.UnitTestRunner

Unit Test Runner
Mostrar archivo Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
EnterTestReadyLoop ( ) : void
GetResult ( ulong &result, uint &id ) : bool
IsReady ( ) : bool
SetUnitTestMethodAddress ( uint address ) : void
SetUnitTestMethodParameter ( uint index, uint value ) : void
SetUnitTestMethodParameterCount ( uint number ) : void
SetUnitTestResultType ( uint type ) : void
Setup ( ) : void
StartTest ( uint id ) : void

Method Details

EnterTestReadyLoop() public static method

public static EnterTestReadyLoop ( ) : void
return void

GetResult() public static method

public static GetResult ( ulong &result, uint &id ) : bool
result ulong
id uint
return bool

IsReady() public static method

public static IsReady ( ) : bool
return bool

SetUnitTestMethodAddress() public static method

public static SetUnitTestMethodAddress ( uint address ) : void
address uint
return void

SetUnitTestMethodParameter() public static method

public static SetUnitTestMethodParameter ( uint index, uint value ) : void
index uint
value uint
return void

SetUnitTestMethodParameterCount() public static method

public static SetUnitTestMethodParameterCount ( uint number ) : void
number uint
return void

SetUnitTestResultType() public static method

public static SetUnitTestResultType ( uint type ) : void
type uint
return void

Setup() public static method

public static Setup ( ) : void
return void

StartTest() public static method

public static StartTest ( uint id ) : void
id uint
return void