For each test defined with TEST_F() , Google Test will: Create a fresh test fixture at runtime; Immediately initialize it via SetUp() ,; Run the test; Clean up ...
確定! 回上一頁