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

模拟服务器

开发平台:

C/C++

  1. // S3PTestAccount.h: interface for the S3PTestAccount class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_S3PTESTACCOUNT_H__AFE9EB5D_E03F_42E1_8282_2C176A9EA68D__INCLUDED_)
  5. #define AFX_S3PTESTACCOUNT_H__AFE9EB5D_E03F_42E1_8282_2C176A9EA68D__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. class S3PTestAccount : public TestCase  
  13. {
  14. public:
  15. S3PTestAccount( std::string name ) : TestCase ( name ) {};
  16. virtual ~S3PTestAccount();
  17. void setUp ();
  18. static Test *suite ();
  19. protected:
  20. void testLogin();
  21. };
  22. #endif // !defined(AFX_S3PTESTACCOUNT_H__AFE9EB5D_E03F_42E1_8282_2C176A9EA68D__INCLUDED_)