template <, >
class IsUndefinedSymbolErrMsgMatcherP2
Defined at line 68 of file ../../sdk/lib/c/dlfcn/dl/test/dl-load-tests.h
A matcher that uses a MatchesRegex object that matches the format of the
error messages for dlopen() and dlsym() when a symbol is undefined.
Example: `EXPECT_THAT(msg, IsUndefinedSymbolErrMsg(name, module));`