vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / locale / RelativeDateTimeFormatTest.h
blobadaa13c8b95973365fc89658e465961f9c9b1e93
1 /*
2 * Copyright 2017, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Akshay Agarwal <agarwal.akshay.akshay8@gmail.com>
7 */
8 #ifndef RELATIVE_DATE_TIME_FORMAT_TEST_H
9 #define RELATIVE_DATE_TIME_FORMAT_TEST_H
12 #include <TestCase.h>
13 #include <TestSuite.h>
16 class RelativeDateTimeFormatTest: public BTestCase {
17 public:
18 RelativeDateTimeFormatTest();
19 virtual ~RelativeDateTimeFormatTest();
21 void TestDefault();
22 void TestFormat();
24 static void AddTests(BTestSuite& suite);
28 #endif