Searched refs:wrapGtest (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | GtestMatchersTest.cpp | 103 static std::string wrapGtest(llvm::StringRef Input) { in wrapGtest() function 111 EXPECT_TRUE(matches(wrapGtest(Input), in TEST() 121 notMatches(wrapGtest(Input), gtestAssert(GtestCmp::Eq, expr(), expr()))); in TEST() 130 matches(wrapGtest(Input), gtestAssert(GtestCmp::Eq, expr(), expr()))); in TEST() 137 EXPECT_TRUE(matches(wrapGtest(Input), in TEST() 147 notMatches(wrapGtest(Input), gtestExpect(GtestCmp::Eq, expr(), expr()))); in TEST() 155 matches(wrapGtest(Input), gtestExpect(GtestCmp::Ne, expr(), expr()))); in TEST() 163 matches(wrapGtest(Input), gtestExpect(GtestCmp::Le, expr(), expr()))); in TEST() 171 matches(wrapGtest(Input), gtestExpect(GtestCmp::Lt, expr(), expr()))); in TEST() 179 matches(wrapGtest(Input), gtestExpect(GtestCmp::Ge, expr(), expr()))); in TEST() [all …]
|