diff --git a/src/tests/kits/app/bpropertyinfo/PropertyConstructionTest.cpp b/src/tests/kits/app/bpropertyinfo/PropertyConstructionTest.cpp index 7ca5e8afe1..7619eeec9f 100644 --- a/src/tests/kits/app/bpropertyinfo/PropertyConstructionTest.cpp +++ b/src/tests/kits/app/bpropertyinfo/PropertyConstructionTest.cpp @@ -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 */ diff --git a/src/tests/kits/app/bpropertyinfo/PropertyFindMatchTest.cpp b/src/tests/kits/app/bpropertyinfo/PropertyFindMatchTest.cpp index baae6bd298..6eeeae2a3b 100644 --- a/src/tests/kits/app/bpropertyinfo/PropertyFindMatchTest.cpp +++ b/src/tests/kits/app/bpropertyinfo/PropertyFindMatchTest.cpp @@ -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 */ diff --git a/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.cpp b/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.cpp index 3c8af5044e..1dd1544da9 100644 --- a/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.cpp +++ b/src/tests/kits/app/bpropertyinfo/PropertyFlattenTest.cpp @@ -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 */