ASSERT_DEQUAL
ASSERT_DEQUAL(fWinInfo.width, pAlert->Bounds().Width());
ASSERT_DEQUAL(fWinInfo.height, pAlert->Bounds().Height());
ASSERT_DEQUAL(fButtonInfo[i].width, btns[i]->Bounds().Width());
ASSERT_DEQUAL(fButtonInfo[i].height, btns[i]->Bounds().Height());
ASSERT_DEQUAL(fButtonInfo[i].topleft.x, pt.x);
ASSERT_DEQUAL(fButtonInfo[i].topleft.y, pt.y);
ASSERT_DEQUAL(fTextInfo.width, textView->Bounds().Width());
ASSERT_DEQUAL(fTextInfo.height, textView->Bounds().Height());
ASSERT_DEQUAL(fTextInfo.topleft.x, pt.x);
ASSERT_DEQUAL(fTextInfo.topleft.y, pt.y);