.addBeanContextServicesListener(new MockBeanContextServicesListener());
support.addService(Collection.class,
new MockBeanContextServiceProvider());
support.addService(List.class,
new MockBeanContextServiceProviderS("p1"));
support
.addService(Set.class,
new MockBeanContextServiceProviderS("p2"));
support.addService(Map.class, new MockBeanContextServiceProvider());
SerializationTest.verifyGolden(this, support, new SerializableAssert(){
public void assertDeserialized(Serializable initial, Serializable deserialized) {