All Packages  This Package  Class Hierarchy  Class Search  Index

Class app.authkit.test.TestPrivs
java.lang.Object
   |
   +----app.authkit.test.AuthTest
           |
           +----app.authkit.test.TestPrivs

  Summary

public class  TestPrivs
     extends app.authkit.test.AuthTest
{
          // Constructors 1
     public TestPrivs();

          // Methods 2
     public static void main(String[]);

     public void testAuthOne(Authorization, boolean, String);
}

TestPrivs is one of the simplest possible tests of the Privilege class. It just makes 'em and displays 'em.

The property "authkit.imp" is the fully qualified class name of an Authorization to instantiate and use. It must be instantiable, but this test doesn't actually use it for anything.




  Constructors

· TestPrivs

Summary  |  Top

   public TestPrivs() 

Default constructor



  Methods

· main

Summary  |  Top
   public static void main(String[] args) 

Static entry point, when used as an application.



· testAuthOne

Summary  |  Top
   public void testAuthOne(Authorization auth, 
                           boolean interact, 
                           String arg) 

Do the test on one arg. Doesn't use 'auth' or 'interact'.

Overrides:
testAuthOne in class AuthTest


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7