Searched refs:ASSERT_DEQUAL (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp18 #define ASSERT_DEQUAL(x,y) CPPUNIT_ASSERT_DOUBLES_EQUAL((x),(y),0.01) macro
157 ASSERT_DEQUAL(fWinInfo.width, pAlert->Bounds().Width());
158 ASSERT_DEQUAL(fWinInfo.height, pAlert->Bounds().Height());
186 ASSERT_DEQUAL(fButtonInfo[i].width, btns[i]->Bounds().Width());
188 ASSERT_DEQUAL(fButtonInfo[i].height, btns[i]->Bounds().Height());
191 ASSERT_DEQUAL(fButtonInfo[i].topleft.x, pt.x);
192 ASSERT_DEQUAL(fButtonInfo[i].topleft.y, pt.y);
228 ASSERT_DEQUAL(fTextInfo.width, textView->Bounds().Width());
229 ASSERT_DEQUAL(fTextInfo.height, textView->Bounds().Height());
234 ASSERT_DEQUAL(fTextInf
[all...]

Completed in 34 milliseconds