TEST_F (MyAppTestSuite, addTwoValuesReturnsCorrectAverage) { filter_add(42); filter_add(40);. ASSERT_EQ(41, myapp_get_average());. }.
確定! 回上一頁