unit IdRegisterTests; interface uses //system IdTestGlobal, IdTestStreamHelper, IdTestObjs, IdTestSys, IdTestStack, IdTestBaseComponent, //core IdTestBuffer, IdTestReplyRFC, IdTestIOHandler, IdTestIPMCastServer, IdTestTcpClient, IdTestCmdTCPClient, IdTestCmdTCPServer, IdTestSchedulerOfThreadPool, IdTestSimpleServer, IdTestSocketHandle, IdTestThreadComponent, //protocols IdTestGlobalProtocols, IdTestCoder3to4, IdTestCoderHeader, IdTestCoderMIME, IdTestCoderUUE, IdTestCoderQuotedPrintable, IdTestCookie, IdTestFtpServer, IdTestHttp, IdTestIMAP4, IdTestMD5Hash, IdTestSHA1Hash, IdTestHMACMD5, IdTestHMACSHA1, IdTestMessage, IdTestMessageCoderMime, IdTestSMTPServer, IdTestHttpServer, IdTestTrivialFTP, IdTestVCard; implementation end.