| |
|
| winstone.testCase.NamingTest
NamingTest | public class NamingTest extends TestCase (Code) | | Automated tests for the JNDI provider component of Winstone
author: Rick Knowles version: $Id: NamingTest.java,v 1.2 2006/02/28 07:32:49 rickknowles Exp $ |
Constructor Summary | |
public | NamingTest(String name) Constructor for the junit test class for the JNDI service. |
NamingTest | public NamingTest(String name)(Code) | | Constructor for the junit test class for the JNDI service.
Parameters: name - The name of the test case |
suite | public static Test suite()(Code) | | |
testAbsoluteContextLookup | public void testAbsoluteContextLookup() throws NamingException(Code) | | Performs an absolute context lookup
|
testAbsoluteList | public void testAbsoluteList() throws NamingException(Code) | | Performs an absolute list on the context
|
testAbsoluteLookup | public void testAbsoluteLookup() throws NamingException(Code) | | Performs an absolute lookup on the context
|
testCreateDestroyContexts | public void testCreateDestroyContexts() throws NamingException(Code) | | Performs an absolute list on the context
|
testRelativeList | public void testRelativeList() throws NamingException(Code) | | Performs a relative list on the context
|
testRelativeLookup | public void testRelativeLookup() throws NamingException(Code) | | Performs a relative lookup on the context
|
|
|
|