GoogleTest - Google Testing and Mocking Framework (grpc protobuff依赖) https://google.github.io/googletest/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhanyong.wan ed8500b341 Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility with Symbian (by Araceli Checa); Removes GetCapturedStderr()'s dependency on std::string (by Vlad Losev). 16 years ago
..
gtest-death-test_test.cc Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility with Symbian (by Araceli Checa); Removes GetCapturedStderr()'s dependency on std::string (by Vlad Losev). 16 years ago
gtest-filepath_test.cc Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika). 16 years ago
gtest-linked_ptr_test.cc Value-parameterized tests and many bugfixes 17 years ago
gtest-message_test.cc Initial import. 17 years ago
gtest-options_test.cc Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscript (by Vlad Losev). 16 years ago
gtest-param-test2_test.cc Cleans up macro definitions. 16 years ago
gtest-param-test_test.cc Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Minor format adjustments. 16 years ago
gtest-param-test_test.h Cleans up macro definitions. 16 years ago
gtest-port_test.cc Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility with Symbian (by Araceli Checa); Removes GetCapturedStderr()'s dependency on std::string (by Vlad Losev). 16 years ago
gtest-test-part_test.cc Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Minor format adjustments. 16 years ago
gtest-tuple_test.cc Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 16 years ago
gtest-typed-test2_test.cc Cleans up macro definitions. 16 years ago
gtest-typed-test_test.cc Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors scons script (by Vlad Losev). 16 years ago
gtest-typed-test_test.h Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors scons script (by Vlad Losev). 16 years ago
gtest-unittest-api_test.cc More refactoring for the event listener API, by Vlad Losev. 16 years ago
gtest_all_test.cc Implements the --help flag; fixes tests on Windows. 16 years ago
gtest_break_on_failure_unittest.py Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 16 years ago
gtest_break_on_failure_unittest_.cc Implements --gtest_throw_on_failure for using gtest with other testing frameworks. 16 years ago
gtest_color_test.py Adds color support for TERM=linux (by Alexander Demin); renames List to Vector (by Zhanyong Wan); implements Vector::Erase (by Vlad Losev). 16 years ago
gtest_color_test_.cc Initial import. 17 years ago
gtest_env_var_test.py Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). 16 years ago
gtest_env_var_test_.cc Implements --gtest_throw_on_failure for using gtest with other testing frameworks. 16 years ago
gtest_environment_test.cc Many changes: 17 years ago
gtest_filter_unittest.py Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). 16 years ago
gtest_filter_unittest_.cc Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Minor format adjustments. 16 years ago
gtest_help_test.py Adds the command line flags needed for test shuffling. Most code by Josh Kelley. 16 years ago
gtest_help_test_.cc Implements the --help flag; fixes tests on Windows. 16 years ago
gtest_list_tests_unittest.py Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). 16 years ago
gtest_list_tests_unittest_.cc Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Minor format adjustments. 16 years ago
gtest_main_unittest.cc Initial import. 17 years ago
gtest_nc.cc Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. 16 years ago
gtest_nc_test.py Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 16 years ago
gtest_no_test_unittest.cc Initial import. 17 years ago
gtest_output_test.py Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). 16 years ago
gtest_output_test_.cc Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors scons script (by Vlad Losev). 16 years ago
gtest_output_test_golden_lin.txt Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors scons script (by Vlad Losev). 16 years ago
gtest_output_test_golden_win.txt Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors scons script (by Vlad Losev). 16 years ago
gtest_pred_impl_unittest.cc Many changes: 17 years ago
gtest_prod_test.cc Initial import. 17 years ago
gtest_repeat_test.cc Cleans up macro definitions. 16 years ago
gtest_sole_header_test.cc Many changes: 17 years ago
gtest_stress_test.cc Adds color support for TERM=linux (by Alexander Demin); renames List to Vector (by Zhanyong Wan); implements Vector::Erase (by Vlad Losev). 16 years ago
gtest_test_utils.py Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). 16 years ago
gtest_throw_on_failure_ex_test.cc Implements --gtest_throw_on_failure for using gtest with other testing frameworks. 16 years ago
gtest_throw_on_failure_test.py Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 16 years ago
gtest_throw_on_failure_test_.cc Implements --gtest_throw_on_failure for using gtest with other testing frameworks. 16 years ago
gtest_uninitialized_test.py Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 16 years ago
gtest_uninitialized_test_.cc Initial import. 17 years ago
gtest_unittest.cc Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility with Symbian (by Araceli Checa); Removes GetCapturedStderr()'s dependency on std::string (by Vlad Losev). 16 years ago
gtest_xml_outfile1_test_.cc Initial import. 17 years ago
gtest_xml_outfile2_test_.cc Initial import. 17 years ago
gtest_xml_outfiles_test.py Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 16 years ago
gtest_xml_output_unittest.py Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 16 years ago
gtest_xml_output_unittest_.cc Initial import. 17 years ago
gtest_xml_test_utils.py Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 16 years ago
production.cc Initial import. 17 years ago
production.h Initial import. 17 years ago
run_tests_test.py Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors scons script (by Vlad Losev). 16 years ago