Home | History | Annotate | Download | only in test

Lines Matching defs:TEST

32 // Unit test for Google Test's --gtest_list_tests flag.
34 // A user can ask Google Test to list all tests that will run
38 // This program will be invoked from a Python unit test.
45 // Several different test cases and tests that will be listed.
46 TEST(Foo, Bar1) {
49 TEST(Foo, Bar2) {
52 TEST(Foo, DISABLED_Bar3) {
55 TEST(Abc, Xyz) {
58 TEST(Abc, Def) {
61 TEST(FooBar, Baz) {
64 class FooTest : public testing::Test {
76 TEST(FooDeathTest, Test1) {