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

/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp71 GuiInfo fTextInfo; member in class:AlertTestInfo
104 fTextInfo = textInfo;
145 fTextInfo.label,
224 CPPUNIT_ASSERT(strcmp(fTextInfo.label, textView->Text()) == 0);
228 ASSERT_DEQUAL(fTextInfo.width, textView->Bounds().Width());
229 ASSERT_DEQUAL(fTextInfo.height, textView->Bounds().Height());
234 ASSERT_DEQUAL(fTextInfo.topleft.x, pt.x);
235 ASSERT_DEQUAL(fTextInfo.topleft.y, pt.y);

Completed in 81 milliseconds