| 708 | } |
| 709 | |
| 710 | CaptureNodeTest::~CaptureNodeTest() |
| 711 | { |
| 712 | Director::getInstance()->getTextureCache()->removeTextureForKey(_filename); |
| 713 | } |
| 714 | |
| 715 | std::string CaptureNodeTest::title() const |
| 716 | { |
nothing calls this directly
no test coverage detected