/* * Copyright 2017, Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. * * Authors: * Akshay Agarwal */ #ifndef RELATIVE_DATE_TIME_FORMAT_TEST_H #define RELATIVE_DATE_TIME_FORMAT_TEST_H #include #include class RelativeDateTimeFormatTest: public BTestCase { public: RelativeDateTimeFormatTest(); virtual ~RelativeDateTimeFormatTest(); void TestDefault(); void TestFormat(); static void AddTests(BTestSuite& suite); }; #endif