From 485f31599b2080956c463ad5034b01420421ece6 Mon Sep 17 00:00:00 2001 From: Matthew Wilber Date: Sat, 5 Feb 2005 23:34:10 +0000 Subject: [PATCH] Added B_EMPTY_ALERT tests. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11268 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/interface/balert/AlertTest.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/tests/kits/interface/balert/AlertTest.h b/src/tests/kits/interface/balert/AlertTest.h index 030aeddd33..3be885cfcf 100644 --- a/src/tests/kits/interface/balert/AlertTest.h +++ b/src/tests/kits/interface/balert/AlertTest.h @@ -62,6 +62,20 @@ public: ////// UW_ES_IA - Three Button ////// void twentyX_20X_20X_60X_UW_ES_IA(); + + ////// UW_ES_EA - One Button ////// + + void OK_X_UW_ES_EA(); + void fortyX_60X_UW_ES_EA(); + + ////// UW_ES_EA - Two Button ////// + + void OK_Cancel_60X_UW_ES_EA(); + void twentyX_20X_60X_UW_ES_EA(); + + ////// UW_ES_EA - Three Button ////// + + void twentyX_20X_20X_60X_UW_ES_EA(); }; #endif // ALERT_TEST_H