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

Method runUntilTrue

valdi/test/utils/valdi_test_utils.hpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129 template<typename Fun>
130 void runUntilTrue(Fun&& func) {
131 runUntilTrue("Waiting until condition becomes true", func);
132 }
133
134 template<typename Fun>
135 void runUntilTrue(const char* desc, Fun&& func) {

Callers 6

TESTFunction · 0.80
TEST_PFunction · 0.80
loadSyncMethod · 0.80
loadMethod · 0.80
TESTFunction · 0.80

Calls 2

nowFunction · 0.50
ExceptionClass · 0.50

Tested by

no test coverage detected