Prevent dragging groups into groups. Fixes #8706
[adiumx.git] / UnitTests / TestDateFormatterStringRepWithInterval.h
blob8192bed162ca61cb8744875fd650195bf1bc2679
1 #import <Foundation/Foundation.h>
2 #import <SenTestingKit/SenTestingKit.h>
4 @interface TestDateFormatterStringRepWithInterval: SenTestCase
5 {}
7 - (void)testDateFormatterStringRepWithInterval_seconds;
8 - (void)testDateFormatterStringRepWithInterval_minutes;
9 - (void)testDateFormatterStringRepWithInterval_minutesSeconds;
10 - (void)testDateFormatterStringRepWithInterval_hours;
11 - (void)testDateFormatterStringRepWithInterval_hoursSeconds;
12 - (void)testDateFormatterStringRepWithInterval_hoursMinutes;
13 - (void)testDateFormatterStringRepWithInterval_hoursMinutesSeconds;
14 - (void)testDateFormatterStringRepWithInterval_days;
15 - (void)testDateFormatterStringRepWithInterval_daysSeconds;
16 - (void)testDateFormatterStringRepWithInterval_daysMinutes;
17 - (void)testDateFormatterStringRepWithInterval_daysMinutesSeconds;
18 - (void)testDateFormatterStringRepWithInterval_daysHours;
19 - (void)testDateFormatterStringRepWithInterval_daysHoursSeconds;
20 - (void)testDateFormatterStringRepWithInterval_daysHoursMinutes;
21 - (void)testDateFormatterStringRepWithInterval_daysHoursMinutesSeconds;
22 - (void)testDateFormatterStringRepWithInterval_weeks;
23 - (void)testDateFormatterStringRepWithInterval_weeksSeconds;
24 - (void)testDateFormatterStringRepWithInterval_weeksMinutes;
25 - (void)testDateFormatterStringRepWithInterval_weeksMinutesSeconds;
26 - (void)testDateFormatterStringRepWithInterval_weeksHours;
27 - (void)testDateFormatterStringRepWithInterval_weeksHoursSeconds;
28 - (void)testDateFormatterStringRepWithInterval_weeksHoursMinutes;
29 - (void)testDateFormatterStringRepWithInterval_weeksHoursMinutesSeconds;
30 - (void)testDateFormatterStringRepWithInterval_weeksDays;
31 - (void)testDateFormatterStringRepWithInterval_weeksDaysSeconds;
32 - (void)testDateFormatterStringRepWithInterval_weeksDaysMinutes;
33 - (void)testDateFormatterStringRepWithInterval_weeksDaysMinutesSeconds;
34 - (void)testDateFormatterStringRepWithInterval_weeksDaysHours;
35 - (void)testDateFormatterStringRepWithInterval_weeksDaysHoursSeconds;
36 - (void)testDateFormatterStringRepWithInterval_weeksDaysHoursMinutes;
37 - (void)testDateFormatterStringRepWithInterval_weeksDaysHoursMinutesSeconds;
39 @end