| org.jasig.portal.ldap.LdapServerImplTest
LdapServerImplTest | public class LdapServerImplTest extends TestCase (Code) | | Testcase for LdapServerImpl.
author: andrew.petro@yale.edu version: $Revision: 35051 $ $Date: 2004-11-14 17:32:55 -0700 (Sun, 14 Nov 2004) $ |
Method Summary | |
protected void | setUp() | protected void | tearDown() | public void | testInvalidPort() Test that non-integer port numbers are rejected. | public void | testNegativePort() Test that negative port numbers are rejected. | public void | testNullHost() Test that null hosts are rejected. | public void | testNullName() Test that null LdapServerImpl names are rejected. |
testInvalidPort | public void testInvalidPort()(Code) | | Test that non-integer port numbers are rejected.
|
testNegativePort | public void testNegativePort()(Code) | | Test that negative port numbers are rejected.
|
testNullHost | public void testNullHost()(Code) | | Test that null hosts are rejected.
|
testNullName | public void testNullName()(Code) | | Test that null LdapServerImpl names are rejected.
|
|
|