Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.80
waitForNextRenderRequest
Method · 0.80
TEST_P
Function · 0.80
loadSync
Method · 0.80
load
Method · 0.80
TEST
Function · 0.80
Calls
2
now
Function · 0.50
Exception
Class · 0.50
Tested by
no test coverage detected