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)
-
TestPGP()
-
-
engineTest()
- This method should be overridden by test subclasses, to perform the
actual testing.
-
main(String[])
-
TestPGP
public TestPGP()
main
public static void main(String args[])
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