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 c8a0482c0b Fixes the broken gtest_break_on_failure_unittest.py. 16 years ago
..
gtest-death-test_test.cc Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscript (by Vlad Losev). 16 years ago
gtest-filepath_test.cc Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscript (by Vlad Losev). 16 years ago
gtest-linked_ptr_test.cc Value-parameterized tests and many bugfixes 16 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 Cleans up macro definitions. 16 years ago
gtest-param-test_test.h Cleans up macro definitions. 16 years ago
gtest-port_test.cc Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the thread count on Mac (by Vlad Losev); adds HasFailure() and HasNonfatalFailure() (by Zhanyong Wan). 16 years ago
gtest-test-part_test.cc Cleans up macro definitions. 16 years ago
gtest-typed-test2_test.cc Cleans up macro definitions. 16 years ago
gtest-typed-test_test.cc Fixes death-test-related tests on Windows, by Vlad Losev. 16 years ago
gtest-typed-test_test.h Cleans up macro definitions. 16 years ago
gtest_all_test.cc Implements the --help flag; fixes tests on Windows. 16 years ago
gtest_break_on_failure_unittest.py Fixes the broken gtest_break_on_failure_unittest.py. 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 Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 16 years ago
gtest_color_test_.cc Initial import. 17 years ago
gtest_env_var_test.py Makes gtest print elapsed time by default. 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: 16 years ago
gtest_filter_unittest.py Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 16 years ago
gtest_filter_unittest_.cc Trivial source code format tweak. 16 years ago
gtest_help_test.py Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 16 years ago
gtest_help_test_.cc Implements the --help flag; fixes tests on Windows. 16 years ago
gtest_list_tests_unittest.py Makes --gtest_list_tests honor the test filter (by Jay Campan). 16 years ago
gtest_list_tests_unittest_.cc Trivial source code format tweak. 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 the --gtest_death_test_use_fork flag and StaticAssertTypeEq. 16 years ago
gtest_no_test_unittest.cc Initial import. 17 years ago
gtest_output_test.py Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version before 4.0.0 (by Zhanyong Wan). 16 years ago
gtest_output_test_.cc Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version before 4.0.0 (by Zhanyong Wan). 16 years ago
gtest_output_test_golden_lin.txt Implements the test sharding protocol. By Eric Fellheimer. 16 years ago
gtest_output_test_golden_win.txt Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac and Cygwin; fixes build issue on some Linux versions due to PATH_MAX. 16 years ago
gtest_pred_impl_unittest.cc Many changes: 16 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: 16 years ago
gtest_stress_test.cc Cleans up macro definitions. 16 years ago
gtest_test_utils.py Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 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 Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscript (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 Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 16 years ago
gtest_uninitialized_test_.cc Initial import. 17 years ago
gtest_unittest.cc Ports gtest to C++Builder, by Josh Kelley. 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 Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 16 years ago
gtest_xml_output_unittest.py Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 16 years ago
gtest_xml_output_unittest_.cc Initial import. 17 years ago
gtest_xml_test_utils.py Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 16 years ago
production.cc Initial import. 17 years ago
production.h Initial import. 17 years ago