home *** CD-ROM | disk | FTP | other *** search
- /*-------------------------- Parallax Standard H_File ----------------------------
-
- H_File: testcase.h
-
- Purpose: This file contains the internal function prototyping for the
- inidividual unit tests for the Eroica unit test program.
-
-
- --------------------------------------------------------------------------------
- Copyright (c)1996 Parallax Software , All rights reserved.
- ------------------------------------------------------------------------------*/
-
- int UT_TestLoad( HCONV ghConv );
- int UT_TestSave( HCONV ghConv );
- int UT_TestMerge( HCONV ghConv );
- int UT_TestDisplayLayer( HCONV ghConv );
- int UT_TestToolSet( HCONV ghConv );
- int UT_TestDeskew( HCONV ghConv );
-
-
- /* TESTCASE.H */
- /* end of file */
-
-
-