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 |
public static GetResult ( ulong &result, uint &id ) : bool | ||
result | ulong | |
id | uint | |
return | bool |
public static SetUnitTestMethodAddress ( uint address ) : void | ||
address | uint | |
return | void |
public static SetUnitTestMethodParameter ( uint index, uint value ) : void | ||
index | uint | |
value | uint | |
return | void |
public static SetUnitTestMethodParameterCount ( uint number ) : void | ||
number | uint | |
return | void |
public static SetUnitTestResultType ( uint type ) : void | ||
type | uint | |
return | void |