Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1807 #define GTEST_EXPECT_TRUE(condition) \ macro
1823 #define EXPECT_TRUE(condition) GTEST_EXPECT_TRUE(condition)