Add some comments to these tests.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@802 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
jrand 2002-08-18 04:14:22 +00:00
parent 448dcd4157
commit b05c5af69b
3 changed files with 19 additions and 5 deletions

View File

@ -1,8 +1,15 @@
/*
$Id: PropertyConstructionTest.cpp,v 1.1 2002/08/18 03:44:20 jrand Exp $
$Id: PropertyConstructionTest.cpp,v 1.2 2002/08/18 04:14:22 jrand Exp $
This file implements the construction test for the OpenBeOS BPropertyInfo
code.
code. This class tests the following usecases:
- Construction 1 to 4
- Destruction
- Properties
- Values
- Count Properties
- Count Values
- Unflatten
*/

View File

@ -1,8 +1,9 @@
/*
$Id: PropertyFindMatchTest.cpp,v 1.1 2002/08/18 03:44:21 jrand Exp $
$Id: PropertyFindMatchTest.cpp,v 1.2 2002/08/18 04:14:22 jrand Exp $
This file implements the FindMatch test for the OpenBeOS BPropertyInfo
code.
code. This class tests the following usecases:
- Find Match
*/

View File

@ -1,7 +1,13 @@
/*
$Id: PropertyFlattenTest.cpp,v 1.1 2002/08/18 03:44:21 jrand Exp $
$Id: PropertyFlattenTest.cpp,v 1.2 2002/08/18 04:14:22 jrand Exp $
This file implements the flatten test for the OpenBeOS BPropertyInfo code.
This class tests the following usecases:
- Fixed Size
- Type Code
- Allows Type Code
- Flattened Size
- Flatten
*/