Lines Matching refs:nExitCode
376 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "1" ); in TEST_F() local
377 ASSERT_TRUE(nExitCode == 10) << "Parameters passed by command line can not be gotten!"; in TEST_F()
381 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "2" ); in TEST_F() local
382 ASSERT_TRUE(nExitCode == 20) << "Parameters passed by .ini/rc file can not be gotten!"; in TEST_F()
391 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "3" ); in TEST_F() local
392 … ASSERT_TRUE(nExitCode == 30) << "Parameters passed by environment variables can not be gotten!"; in TEST_F()
396 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "4" ); in TEST_F() local
397 … ASSERT_TRUE(nExitCode == 40) << "Parameters passed by customed .ini/rc file can not be gotten!"; in TEST_F()
401 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "5" ); in TEST_F() local
402 ASSERT_TRUE(nExitCode == 50) << "Parameters passed by inheritance can not be gotten!"; in TEST_F()
406 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "6" ); in TEST_F() local
407 ASSERT_TRUE(nExitCode == 60) << "Parameters passed by default can not be gotten!"; in TEST_F()