mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
21 lines
357 B
C++
Executable File
21 lines
357 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() {
|
|
}
|