Home | History | Annotate | Download | only in src

Lines Matching defs:testing

69 namespace testing {
223 if (!::testing::internal::IsTrue(expression)) { \
224 DeathTestAbort(::testing::internal::String::Format( \
228 } while (::testing::internal::AlwaysFalse())
244 DeathTestAbort(::testing::internal::String::Format( \
248 } while (::testing::internal::AlwaysFalse())
346 // The textual content of the code this object is testing. This class
1044 while (::testing::internal::AlwaysTrue()) {
1172 } // namespace testing