| 3763 | } |
| 3764 | |
| 3765 | AnimationCacheTest::~AnimationCacheTest() |
| 3766 | { |
| 3767 | auto frameCache = SpriteFrameCache::getInstance(); |
| 3768 | frameCache->removeSpriteFramesFromFile("animations/grossini.plist"); |
| 3769 | frameCache->removeSpriteFramesFromFile("animations/grossini_gray.plist"); |
| 3770 | frameCache->removeSpriteFramesFromFile("animations/grossini_blue.plist"); |
| 3771 | } |
| 3772 | |
| 3773 | std::string AnimationCacheTest::title() const |
| 3774 | { |
nothing calls this directly
no test coverage detected