MCPcopy Create free account
hub / github.com/apache/mesos / EXPECT_CALL_INVALID

Function EXPECT_CALL_INVALID

3rdparty/stout/tests/lambda_tests.cpp:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153// while second overload is selected for everything else.
154template <typename F, typename ...Args>
155void EXPECT_CALL_INVALID(F&& f, Args&&... args)
156{
157 static_assert(
158 !decltype(
159 callable(std::forward<F>(f), std::forward<Args>(args)...))::value,
160 "call expression is expected to be invalid");
161}
162
163} // namespace {
164

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected