| nextapp.echo2.webrender.test.ServiceRegistryTest
ServiceRegistryTest | public class ServiceRegistryTest extends TestCase (Code) | | Test for ServiceRegistry .
|
Method Summary | |
public void | testBasic() Test basic add/get/remove functionality of ServiceRegistry . | public void | testConflict() Ensure that two services may not be added with the same service id. | public void | testReAdd() Ensure that adding the same service twice does not throw an exception. |
testBasic | public void testBasic()(Code) | | Test basic add/get/remove functionality of ServiceRegistry .
|
testConflict | public void testConflict()(Code) | | Ensure that two services may not be added with the same service id.
|
testReAdd | public void testReAdd()(Code) | | Ensure that adding the same service twice does not throw an exception.
|
|
|