GetParam() can only be called inside a value-parameterized test -- did you intend to write TEST_P instead of TEST_F? int n=GetParam(); ...
確定! 回上一頁