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