jhomenet.security.test
Class AuthenticationTest

java.lang.Object
  extended by TestCase
      extended by jhomenet.security.test.AuthenticationTest

public class AuthenticationTest
extends TestCase

Test the jHomenet authentication procedures.

Author:
David Irwin

Constructor Summary
AuthenticationTest(java.lang.String arg0)
          Default constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Test start point.
protected  void setUp()
           
protected  void tearDown()
           
 void testLogin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationTest

public AuthenticationTest(java.lang.String arg0)
Default constructor.

Parameters:
arg0 -
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception
See Also:
junit.framework.TestCase#setUp()

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception
See Also:
junit.framework.TestCase#tearDown()

testLogin

public void testLogin()

main

public static void main(java.lang.String[] args)
Test start point.

Parameters:
args - Command line arguments.


Copyright © 2004-2005 David Irwin. All Rights Reserved.