S3PTestAccountInfoDAO.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. // S3PTestAccountInfoDAO.h: interface for the S3PTestAccountInfoDAO class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_S3PTESTACCOUNTINFODAO_H__AFF0C444_D171_4510_915B_FBA12FB6B5D1__INCLUDED_)
  5. #define AFX_S3PTESTACCOUNTINFODAO_H__AFF0C444_D171_4510_915B_FBA12FB6B5D1__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "TestCase.h"
  10. #include "TestSuite.h"
  11. #include "TestCaller.h"
  12. #include <string>
  13. class S3PTestAccountInfoDAO : public TestCase  
  14. {
  15. public:
  16. S3PTestAccountInfoDAO(std::string name) : TestCase (name) {};
  17. virtual ~S3PTestAccountInfoDAO();
  18. void setUp ();
  19. static Test *suite ();
  20. protected:
  21. void testAdd();
  22. void testUpdate();
  23. void testDelete();
  24. };
  25. #endif // !defined(AFX_S3PTESTACCOUNTINFODAO_H__AFF0C444_D171_4510_915B_FBA12FB6B5D1__INCLUDED_)