ProjectTest.dpr
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:1k
- program ProjectTest;
- uses
- ExceptionLog,
- Forms,
- TestFrameWork,
- GUITestRunner,
- uTestRuleMgr in 'uTestRuleMgr.pas',
- uRulerMgr in '..srcuRulerMgr.pas',
- uSendMail in '..srcuSendMail.pas',
- uCommon in '..srcuCommon.pas',
- UEmailFile in '..srcUEmailFile.pas',
- uEncrypt in '..srcuEncrypt.pas',
- uMyXml in '..srcuMyXml.pas',
- uRecvEmail in '..srcuRecvEmail.pas',
- NativeXml in '..srcxmlnativexml.pas',
- NativeXmlAppend in '..srcxmlNativeXmlAppend.pas',
- NativeXmlObjectStorage in '..srcxmlNativeXmlObjectStorage.pas',
- uTestCheckEmailTread in 'uTestCheckEmailTread.pas',
- uCheckEmailThread in '..srcuCheckEmailThread.pas',
- uTestCommon in 'uTestCommon.pas',
- uTestCheckEmail in 'uTestCheckEmail.pas',
- uCheckEmail in '..srcuCheckEmail.pas',
- utestDate in 'utestDate.pas',
- uTestEmailAwake in 'uTestEmailAwake.pas',
- uEmailAwake in '..srcuEmailAwake.pas',
- uTestSingnalMgr in 'uTestSingnalMgr.pas',
- uSingnalMgr in '..srcuSingnalMgr.pas',
- uTestQueue in 'uTestQueue.pas';
- {$R *.res}
- begin
- Application.Initialize;
- GUITestRunner.RunRegisteredTests;
- end.