assertNotNull(getBinderServiceFor(name));
registry.unbind(name);
assertNull(getBinderServiceFor(name));
assertTrue(registry.bind(name, obj));
assertNotNull(getBinderServiceFor(name));
}
private ServiceController<?> getBinderServiceFor(String name) {
final ContextNames.BindInfo bindInfo = ContextNames.bindInfoFor(name);