Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google Test を使用して関数を呼び出す場合、アンダースコアやその他の特殊文字を使用できないなどの制限はありますか?
いいえ。必要な関数を呼び出すことができます。Google Test は、呼び出した関数を計測しません。
テスト名の先頭または末尾にアンダースコアを使用しないでください。これらは、Google Test の一部のマクロによって他の名前と結合される可能性があるためです。