Home | History | Annotate | Download | only in base

Lines Matching full:testing

12 #include "testing/gtest/include/gtest/gtest.h"
23 inline ::testing::AssertionResult LogContainsEventHelper(
35 return ::testing::AssertionFailure() << j << " is out of bounds.";
38 return ::testing::AssertionFailure()
44 return ::testing::AssertionFailure()
50 return ::testing::AssertionFailure()
56 return ::testing::AssertionSuccess();
59 inline ::testing::AssertionResult LogContainsEventAtTime(
70 inline ::testing::AssertionResult LogContainsEvent(
80 inline ::testing::AssertionResult LogContainsBeginEvent(
88 inline ::testing::AssertionResult LogContainsEndEvent(
95 inline ::testing::AssertionResult LogContainsEntryWithType(
104 return ::testing::AssertionFailure() << j << " is out of bounds.";
107 return ::testing::AssertionFailure() << "Type does not match.";
108 return ::testing::AssertionSuccess();