Method Summary |
|
public static void | main(String args) Start testing from the command line. |
public static Test | suite() Start testing from the command line. |
public void | testAddServiceClassBeanContextServiceProvider() Test method addService() with Class, BeanContextServiceProvider
parameters. |
public void | testAddServiceClassBeanContextServiceProviderboolean() Test method addService() with Class, BeanContextServiceProvider, boolean
parameters. |
public void | testConstructor() Test constructor with no parameters. |
public void | testConstructorBeanContextServices() Test constructor with BeanContextServices parameter. |
public void | testConstructorBeanContextServicesLocale() Test constructor with BeanContextServices, Locale parameters. |
public void | testConstructorBeanContextServicesLocaleboolean() |
public void | testConstructorBeanContextServicesLocalebooleanboolean() Test constructor with BeanContextServices, Locale, boolean, boolean
parameters. |
public void | testCreateBCSChildObjectObject() Test method createBCSChild() with Object, Object parameters. |
public void | testGetBeanContextServicesPeer() Test method getBeanContextServicesPeer() with no parameters. |
public void | testHasServiceClass() Test method hasService() with Class parameter. |
public void | testInitializeBeanContextResources() Test method initializeBeanContextResources() with no parameters. |
public void | testReleaseBeanContextResources() Test method releaseBeanContextResources() with no parameters. |
public void | testRevokeServiceClassBeanContextServiceProviderboolean() Test method revokeService() with Class, BeanContextServiceProvider,
boolean parameters. |
public void | test_hasServiceLjava_lang_Class() Test method hasService() with Class=null parameter. |
public void | test_removeBeanContextServicesListenerLjava_beans_beancontext_BeanContextServicesListener() Test method removeBeanContextServicesListener() with
BeanContextServicesListener=null parameter. |
public void | test_serviceAvailableLjava_beans_beancontext_BeanContextServiceAvailableEvent() Test method serviceAvailable() with BeanContextServiceAvailableEvent=null
parameter. |
public void | test_serviceRevokedLjava_beans_beancontext_BeanContextServiceRevokedEvent() Test method serviceRevoked() with BeanContextServiceRevokedEvent=null
parameter. |