2 * Copyright 2017, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Akshay Agarwal <agarwal.akshay.akshay8@gmail.com>
8 #ifndef RELATIVE_DATE_TIME_FORMAT_TEST_H
9 #define RELATIVE_DATE_TIME_FORMAT_TEST_H
13 #include <TestSuite.h>
16 class RelativeDateTimeFormatTest
: public BTestCase
{
18 RelativeDateTimeFormatTest();
19 virtual ~RelativeDateTimeFormatTest();
24 static void AddTests(BTestSuite
& suite
);