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 4853a50337 Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika). 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 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 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 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 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 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 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_color_test_.cc Initial import. 17 years ago
gtest_env_var_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_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 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_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 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_help_test_.cc Implements the --help flag; fixes tests on Windows. 16 years ago
gtest_list_tests_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_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 Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes the wrong usage of os.environ.clear() in gtest_output_test.py (by Vlad Losev); fixes the logic for detecting Symbian (by Zhanyong Wan); moves TestProperty for event listener (by Vlad Losev). 16 years ago
gtest_output_test_.cc Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Minor format adjustments. 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: 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 Cleans up macro definitions. 16 years ago
gtest_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
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 Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika). 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 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