adium/adium

1.5.10.3b1
adium-1.5.10.3
2017-03-23, Evan D. Schoenberg, M.D.
6d760b7b1d69
1.5.10.3b1
/*
* Adium is the legal property of its developers, whose names are listed in the copyright file included
* with this source distribution.
*
* This program is free software; you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
* the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
* Public License for more details.
*
* You should have received a copy of the GNU General Public License along with this program; if not,
* write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#import <Foundation/Foundation.h>
#import <SenTestingKit/SenTestingKit.h>
@interface TestDateFormatterStringRepWithInterval: SenTestCase
{}
- (void)testDateFormatterStringRepWithInterval_seconds;
- (void)testDateFormatterStringRepWithInterval_minutes;
- (void)testDateFormatterStringRepWithInterval_minutesSeconds;
- (void)testDateFormatterStringRepWithInterval_hours;
- (void)testDateFormatterStringRepWithInterval_hoursSeconds;
- (void)testDateFormatterStringRepWithInterval_hoursMinutes;
- (void)testDateFormatterStringRepWithInterval_hoursMinutesSeconds;
- (void)testDateFormatterStringRepWithInterval_days;
- (void)testDateFormatterStringRepWithInterval_daysSeconds;
- (void)testDateFormatterStringRepWithInterval_daysMinutes;
- (void)testDateFormatterStringRepWithInterval_daysMinutesSeconds;
- (void)testDateFormatterStringRepWithInterval_daysHours;
- (void)testDateFormatterStringRepWithInterval_daysHoursSeconds;
- (void)testDateFormatterStringRepWithInterval_daysHoursMinutes;
- (void)testDateFormatterStringRepWithInterval_daysHoursMinutesSeconds;
- (void)testDateFormatterStringRepWithInterval_weeks;
- (void)testDateFormatterStringRepWithInterval_weeksSeconds;
- (void)testDateFormatterStringRepWithInterval_weeksMinutes;
- (void)testDateFormatterStringRepWithInterval_weeksMinutesSeconds;
- (void)testDateFormatterStringRepWithInterval_weeksHours;
- (void)testDateFormatterStringRepWithInterval_weeksHoursSeconds;
- (void)testDateFormatterStringRepWithInterval_weeksHoursMinutes;
- (void)testDateFormatterStringRepWithInterval_weeksHoursMinutesSeconds;
- (void)testDateFormatterStringRepWithInterval_weeksDays;
- (void)testDateFormatterStringRepWithInterval_weeksDaysSeconds;
- (void)testDateFormatterStringRepWithInterval_weeksDaysMinutes;
- (void)testDateFormatterStringRepWithInterval_weeksDaysMinutesSeconds;
- (void)testDateFormatterStringRepWithInterval_weeksDaysHours;
- (void)testDateFormatterStringRepWithInterval_weeksDaysHoursSeconds;
- (void)testDateFormatterStringRepWithInterval_weeksDaysHoursMinutes;
- (void)testDateFormatterStringRepWithInterval_weeksDaysHoursMinutesSeconds;
@end