binder.bind(RuntimeProperties.class).toInstance(testProperties);
binder.bind(ConfigurationNameMapper.class).to(
DefaultConfigurationNameMapper.class);
binder.bind(DataChannelDescriptorLoader.class).toInstance(testLoader);
binder.bind(SchemaUpdateStrategy.class).toInstance(
new SkipSchemaUpdateStrategy());
binder.bind(DbAdapterFactory.class).toInstance(new DbAdapterFactory() {
public DbAdapter createAdapter(
DataNodeDescriptor nodeDescriptor,
DataSource dataSource) throws Exception {