}
public void testServiceAvailable() {
// guess the impl is empty
BeanContextChildSupport support = new MockBeanContextChildSupport();
support.serviceAvailable(null);
// Regression for HARMONY-372
(new java.beans.beancontext.BeanContextChildSupport())
.serviceAvailable(null);
(new java.beans.beancontext.BeanContextChildSupport())