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