mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
26 lines
363 B
C++
Executable File
26 lines
363 B
C++
Executable File
#include "EmptyTestFixture.h"
|
|
|
|
#include "KMemory.h" // Last include
|
|
|
|
|
|
void EmptyTestFixture::setUp()
|
|
{
|
|
}
|
|
|
|
void EmptyTestFixture::tearDown()
|
|
{
|
|
}
|
|
|
|
void EmptyTestFixture::emptyTestCase_1()
|
|
{
|
|
// char* pLeak = new char[256]; // test leak detector
|
|
}
|
|
|
|
void EmptyTestFixture::emptyTestCase_2()
|
|
{
|
|
}
|
|
|
|
void EmptyTestFixture::emptyTestCase_3()
|
|
{
|
|
}
|