Open nnop opened 8 years ago
test fixture
gtest
doesn't reuse text fixtures, each test will create a new test fixture::testing::Test
SetUp()
and TearDown()
custom value print
operator<<
or write a PrintTo()
functiontyped test
testing::Types
to hold the typesTYPED_TEST_CASE
to decorate the test caseTYPED_TEST
to define testscommand line options
--gtest_list_tests
--gtest_filter
:
-
and negative filters--gtest_shuffle
concepts
note: