ServicePoint sp = new ServicePointImpl(m, null);
CreateClassServiceConstructor c = new CreateClassServiceConstructor(newLocation(),
SimpleBean.class.getName() + ",value=HiveMind");
ImplementationConstructionContext context = new ImplementationConstructionContextImpl(m, sp);
SimpleBean b = (SimpleBean) c.constructCoreServiceImplementation(context);
assertEquals("HiveMind", b.getValue());
}