MCPcopy Create free account
hub / github.com/Snapchat/Valdi / tearDown

Method tearDown

valdi/test/runtime/AssetsManager_tests.cpp:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 bool allCallbacksCalled() const {
202 return callbacks.empty();
203 }
204
205 void tearDown() {
206 ASSERT_TRUE(allCallbacksCalled());
207 assetsManager->setListener(nullptr);
208 assets.clear();
209 }
210

Callers 1

TESTFunction · 0.45

Calls 2

setListenerMethod · 0.65
clearMethod · 0.65

Tested by

no test coverage detected