Class JOP.test.FileTest
All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home

Class JOP.test.FileTest

java.lang.Object
   |
   +----JOP.test.FileTest

public class FileTest
extends Object
This is the 'mainline' for the test program. The purpose of this class is to accept command line arguments, open a FilePersistManager and then to instantiate and invoke the chosen test class.

This class is responsible for inialising and closing the FilePersistManager.

The 'test_class' is responsible for starting a unit of work, saving and retrieving objects and commiting or aborting the unit of work.


Constructor Index

 o FileTest()

Method Index

 o main(String[])
There command line usage is:
            java FileTest test_class filename
        

Constructors

 o FileTest
  public FileTest()

Methods

 o main
  public static void main(String args[])
There command line usage is:
            java FileTest test_class filename
        

All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home