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:
parent
448dcd4157
commit
b05c5af69b
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user