2 * Copyright 2014 Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 #ifndef FORMAT_DESCRIPTIONS_TEST_H
6 #define FORMAT_DESCRIPTIONS_TEST_H
10 #include <TestSuite.h>
13 class FormatDescriptionsTest
: public BTestCase
{
15 FormatDescriptionsTest();
16 virtual ~FormatDescriptionsTest();
20 static void AddTests(BTestSuite
& suite
);