ThedocumentofGoogleTest说:TEST()argumentsgofromgeneraltospecific.Thefirstargumentisthenameofthetestcase,andthesecondargumentisthetest'snamewithinthetestcase.BothnamesmustbevalidC++identifiers,andtheyshouldnotcontainunderscore(_).这让我很惊讶,因为我通常用下划线命名测试(而不是CamelCase),例如:TEST(foo_test,should_fail_if_e