/* * Copyright 2014 Haiku, Inc. * Distributed under the terms of the MIT License. */ #ifndef DATE_FORMAT_TEST_H #define DATE_FORMAT_TEST_H #include #include class DateFormatTest: public BTestCase { public: DateFormatTest(); virtual ~DateFormatTest(); void TestFormat(); void TestFormatDate(); static void AddTests(BTestSuite& suite); }; #endif