Lines Matching defs:TEST

202 TEST(GtestAssertTest, ShouldMatchAssert) {  in TEST()  function
211 TEST(GtestAssertTest, ShouldNotMatchExpect) { in TEST() function
219 TEST(GtestAssertTest, ShouldMatchNestedAssert) { in TEST() function
228 TEST(GtestExpectTest, ShouldMatchExpect) { in TEST() function
237 TEST(GtestExpectTest, ShouldNotMatchAssert) { in TEST() function
245 TEST(GtestExpectTest, NeShouldMatchExpectNe) { in TEST() function
253 TEST(GtestExpectTest, LeShouldMatchExpectLe) { in TEST() function
261 TEST(GtestExpectTest, LtShouldMatchExpectLt) { in TEST() function
269 TEST(GtestExpectTest, GeShouldMatchExpectGe) { in TEST() function
277 TEST(GtestExpectTest, GtShouldMatchExpectGt) { in TEST() function
285 TEST(GtestExpectTest, ThatShouldMatchAssertThat) { in TEST() function
296 TEST(GtestExpectTest, ThatShouldMatchExpectThat) { in TEST() function
307 TEST(GtestOnCallTest, CallShouldMatchOnCallWithoutParams1) { in TEST() function
319 TEST(GtestOnCallTest, CallShouldMatchOnCallWithoutParams2) { in TEST() function
334 TEST(GtestOnCallTest, CallShouldMatchOnCallWithParams1) { in TEST() function
346 TEST(GtestOnCallTest, CallShouldMatchOnCallWithParams2) { in TEST() function
361 TEST(GtestExpectCallTest, CallShouldMatchExpectCallWithoutParams1) { in TEST() function
374 TEST(GtestExpectCallTest, CallShouldMatchExpectCallWithoutParams2) { in TEST() function
389 TEST(GtestExpectCallTest, CallShouldMatchExpectCallWithParams1) { in TEST() function
402 TEST(GtestExpectCallTest, CallShouldMatchExpectCallWithParams2) { in TEST() function