repository_infos: Enable automatic updates on the main Haiku repostiory.
[haiku.git] / src / tests / kits / media / BufferTest.h
blob20f764c9a1b08448c8bd0e6c1bf7570c7ce34b68
1 /*
2 * Copyright 2014 Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef BUFFER_TEST_H
6 #define BUFFER_TEST_H
9 #include <TestCase.h>
10 #include <TestSuite.h>
13 class BufferTest: public BTestCase {
14 public:
15 BufferTest();
16 virtual ~BufferTest();
18 void TestDefault();
19 void TestRef();
20 void TestSmall();
22 static void AddTests(BTestSuite& suite);
26 #endif