This commit is contained in:
coco
2026-07-03 16:05:30 +08:00
commit df489d5640
1101 changed files with 779140 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
// TestManager.h: interface for the CTestManager class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TESTMANAGER_H__CE2BEFDF_4C99_4D77_AA4C_5349F0E28090__INCLUDED_)
#define AFX_TESTMANAGER_H__CE2BEFDF_4C99_4D77_AA4C_5349F0E28090__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CTestManager
{
public:
CTestManager();
virtual ~CTestManager();
};
#endif // !defined(AFX_TESTMANAGER_H__CE2BEFDF_4C99_4D77_AA4C_5349F0E28090__INCLUDED_)