fpc/fcl/tests
1998-06-12 08:18:31 +00:00
..
fstream.pp Implemented stream tests 1998-06-12 08:15:26 +00:00
list.pp + Renamed t001.pp to list.pp 1998-06-12 08:18:02 +00:00
Makefile Initial implementation 1998-05-05 16:00:29 +00:00
mstream.pp Implemented stream tests 1998-06-12 08:15:26 +00:00
README + Added stream tests 1998-06-12 08:18:31 +00:00

This directory contains test programs for different elements/classes in
the FCL. 

If you add a test give in this file a short description of what 
class/function it tests, and your initials..

File         Tests what ?
----         ------------

list.pp      TList object from unit 'classes'.  (MVC)
mstream.pp   TMemorySteam object from unit 'classes' (MVC)
fstream.pp   TFileStream object from unit 'classes' (MVC)