Home
last modified time | relevance | path

Searched refs:TestEq1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test_.cc60 void TestEq1(int x) { ASSERT_EQ(1, x); } in TestEq1() function
66 TestEq1(2); in TryTestSubroutine()
H A Dgtest_unittest.cc3855 void TestEq1(int x) { ASSERT_EQ(1, x); } in TestEq1() function
3859 EXPECT_FATAL_FAILURE(TestEq1(2), " x\n Which is: 2"); in TEST()