如下例,每个 TEST_F 用例都要重复一次 RobotCleanerTest 。 struct RobotCleanerTest : testing::Test { protected: RobotCleaner robot; }; TEST_F( ...
確定! 回上一頁