2 * Copyright 2014 Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 #ifndef DATE_FORMAT_TEST_H
6 #define DATE_FORMAT_TEST_H
10 #include <TestSuite.h>
13 class DateFormatTest
: public BTestCase
{
16 virtual ~DateFormatTest();
18 void TestCustomFormat();
20 void TestFormatDate();
21 void TestMonthNames();
26 static void AddTests(BTestSuite
& suite
);