All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.test.TestPGP

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----cryptix.util.test.BaseTest
                                           |
                                           +----cryptix.test.TestPGP

public class TestPGP
extends BaseTest
WARNING: This is not a test to see if PGP is working. It just tests whether all the files are there. If this file does not compile then something is missing.

Author:
Edwin Woudt (edwin@cryptix.org)

Constructor Index

 o TestPGP()

Method Index

 o engineTest()
This method should be overridden by test subclasses, to perform the actual testing.
 o main(String[])

Constructors

 o TestPGP
 public TestPGP()

Methods

 o main
 public static void main(String args[])
 o engineTest
 protected void engineTest() throws Exception
This method should be overridden by test subclasses, to perform the actual testing.

Overrides:
engineTest in class BaseTest

All Packages  Class Hierarchy  This Package  Previous  Next  Index