コード例 #1
0
/* Test macro and function */
void Check(TInt aValue, TInt aExpected, TInt aLine)
	{
	if (aValue != aExpected)
		{
		test.Printf(_L("*** Expected error: %d, got: %d\r\n"), aExpected, aValue);
		test.operator()(EFalse, aLine);
		}
	}