Home | History | Annotate | Download | only in test

Lines Matching full:tests

43 // Tests that the result of RUN_ALL_TESTS() cannot be ignored.
53 // Tests that a user cannot include gtest-internal-inl.h in his code.
58 // Tests that the compiler catches the typo when a user declares a
69 // Tests that the compiler catches the typo when a user calls Setup()
82 // Tests that the compiler catches the typo when a user declares a
93 // Tests that the compiler catches the typo when a user calls Setup()
107 // Tests that the compiler catches using the wrong test case name in
126 // Tests that the compiler catches using the wrong test case name in
145 // Tests that the compiler catches using the wrong test case name in
166 // Tests that the compiler catches instantiating TYPED_TEST_CASE_P
188 // Tests that StaticAssertTypeEq<T1, T2> cannot be used as a type.
195 // Tests that StaticAssertTypeEq<T1, T2> works in a namespace scope.
205 // Tests that StaticAssertTypeEq<T1, T2> works in a class.
221 // Tests that StaticAssertTypeEq<T1, T2> works inside a function.