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.
 
 
 
 
 
 
vladlosev 431a8be166 Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). 14 years ago
..
gtest-death-test_ex_test.cc Indents preprocessor directives. 14 years ago
gtest-death-test_test.cc Fixes test failure on 32-bit Ubuntu. 14 years ago
gtest-filepath_test.cc Indents preprocessor directives. 14 years ago
gtest-linked_ptr_test.cc Suppresses self-assignment warnings. 14 years ago
gtest-listener_test.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest-message_test.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest-options_test.cc Indents preprocessor directives. 14 years ago
gtest-param-test2_test.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest-param-test_test.cc Indents preprocessor directives. 14 years ago
gtest-param-test_test.h Include gtest headers as user headers instead of system headers. 15 years ago
gtest-port_test.cc Fixes C++0x compatibility problems. 14 years ago
gtest-printers_test.cc Fixes Sun C++ compiler errors (by Pasi Valminen) 14 years ago
gtest-test-part_test.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest-tuple_test.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest-typed-test2_test.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest-typed-test_test.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest-typed-test_test.h Include gtest headers as user headers instead of system headers. 15 years ago
gtest-unittest-api_test.cc Removes unused include directive. 14 years ago
gtest_all_test.cc Improves support for building Google Test as Windows DLL. 15 years ago
gtest_break_on_failure_unittest.py Google Test's Python tests now pass on Solaris. 15 years ago
gtest_break_on_failure_unittest_.cc Indents preprocessor directives. 14 years ago
gtest_catch_exceptions_test.py Changes default of --gtest_catch_exceptions to true. 15 years ago
gtest_catch_exceptions_test_.cc Indents preprocessor directives. 14 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 Include gtest headers as user headers instead of system headers. 15 years ago
gtest_env_var_test.py Changes default of --gtest_catch_exceptions to true. 15 years ago
gtest_env_var_test_.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest_environment_test.cc Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362). 14 years ago
gtest_filter_unittest.py Fixes gtest_filter_unittest and gtest_help_test on systems without death tests. 15 years ago
gtest_filter_unittest_.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest_help_test.py Changes default of --gtest_catch_exceptions to true. 15 years ago
gtest_help_test_.cc Include gtest headers as user headers instead of system headers. 15 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 Include gtest headers as user headers instead of system headers. 15 years ago
gtest_main_unittest.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest_no_test_unittest.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest_output_test.py Removes the Windows golden file (by Vlad Losev); implements test result streaming (by Nikhil Jindal and cleaned up by Zhanyong Wan). 15 years ago
gtest_output_test_.cc Indents preprocessor directives. 14 years ago
gtest_output_test_golden_lin.txt Fixes off-by-one error in a message about test sharding (by David Glasser). 14 years ago
gtest_pred_impl_unittest.cc Removes uses of deprecated AssertionFailure() API (by Vlad Losev). 15 years ago
gtest_prod_test.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest_repeat_test.cc Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362). 14 years ago
gtest_shuffle_test.py Google Test's Python tests now pass on Solaris. 15 years ago
gtest_shuffle_test_.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest_sole_header_test.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest_stress_test.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest_test_utils.py Fixes a user reported test break (modifying a dict while iterating). 14 years ago
gtest_throw_on_failure_ex_test.cc Include gtest headers as user headers instead of system headers. 15 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 Fixes broken build on VC++ 7.1. 14 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 Include gtest headers as user headers instead of system headers. 15 years ago
gtest_unittest.cc Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). 14 years ago
gtest_xml_outfile1_test_.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest_xml_outfile2_test_.cc Include gtest headers as user headers instead of system headers. 15 years ago
gtest_xml_outfiles_test.py Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). 14 years ago
gtest_xml_output_unittest.py Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). 14 years ago
gtest_xml_output_unittest_.cc Fixes broken build on VC++ 7.1. 14 years ago
gtest_xml_test_utils.py Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). 14 years ago
production.cc Initial import. 17 years ago
production.h Include gtest headers as user headers instead of system headers. 15 years ago