2 $Id: PropertyFlattenTest.h 1218 2002-09-28 00:19:49Z shatty $
4 This file defines a class for performing one test of BPropertyInfo
10 #ifndef PropertyFlattenTest_H
11 #define PropertyFlattenTest_H
14 #include "PropertyTestcase.h"
15 #include <PropertyInfo.h>
18 class PropertyFlattenTest
:
19 public PropertyTestcase
{
22 void TestProperty(BPropertyInfo
*propTest
,
23 const property_info
*prop_list
,
24 const value_info
*value_list
,
28 const char *lflat_data
,
29 const char *bflat_data
);
32 static Test
*suite(void);
33 PropertyFlattenTest(std::string name
= "");
34 virtual ~PropertyFlattenTest();