vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / locale / MessageFormatTest.h
blob4e3c56d751e46fdf7dfef665f5e29bd88f84b755
1 /*
2 * Copyright 2014 Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef MESSAGE_FORMAT_TEST_H
6 #define MESSAGE_FORMAT_TEST_H
9 #include <TestCase.h>
10 #include <TestSuite.h>
13 class MessageFormatTest: public BTestCase {
14 public:
15 MessageFormatTest();
16 virtual ~MessageFormatTest();
18 void TestFormat();
19 void TestBogus();
21 static void AddTests(BTestSuite& suite);
25 #endif