Files

21 lines
309 B
C
Raw Permalink Normal View History

2026-03-03 13:56:44 +08:00
/*
*
*/
#ifndef __RELEASE_POOL_TEST_H__
#define __RELEASE_POOL_TEST_H__
#include "../BaseTest.h"
DEFINE_TEST_SUITE(ReleasePoolTests);
class ReleasePoolTest : public TestCase
{
public:
CREATE_FUNC(ReleasePoolTest);
virtual bool init() override;
private:
};
#endif // __RELEASE_POOL_TEST_H__