📄 testutils.h
字号:
/*Copyright (c) Penrillian Ltd 2003-2006. All rights reserved. Web: www.penrillian.com*/
#ifndef __TestUtils_h__
#define __TestUtils_h__
#include <e32base.h>
namespace TestUtils
{
TBool WaitForActiveSchedulerStopL( TInt aTimeoutSeconds );
enum TThreadWaitOption { EWaitForExit, ENoWaitForExit };
void RunInSeparateThreadL( const TCallBack& aFunctionToRun, TThreadWaitOption aWaitForExit = EWaitForExit );
};
#endif // __TestUtils_h__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -