たとえば、次のようなコードがあります。
TEST_F(Testmyexception, testthrownexception)
{
EXPECT_THROW(throw new myexception(), myexception);
}
コンパイルして実行すると、次のエラーが表示されます: Actual: it throws a different type.
誰も答えを知りませんか?
ありがとう、
たとえば、次のようなコードがあります。
TEST_F(Testmyexception, testthrownexception)
{
EXPECT_THROW(throw new myexception(), myexception);
}
コンパイルして実行すると、次のエラーが表示されます: Actual: it throws a different type.
誰も答えを知りませんか?
ありがとう、