jhomenet.security.test
Class AuthenticationTest
java.lang.Object
TestCase
jhomenet.security.test.AuthenticationTest
public class AuthenticationTest
- extends TestCase
Test the jHomenet authentication procedures.
- Author:
- David Irwin
|
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 |
AuthenticationTest
public AuthenticationTest(java.lang.String arg0)
- Default constructor.
- Parameters:
arg0 -
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.