public void A_configuration_object_is_bound() { const string json = @"{ Inner: { Value: 47 } }"; _binder = ConfigurationBinderFactory.New(x => { x.AddJson(json); }); _configuration = _binder.Bind<OuterLevel>(); }
public void A_configuration_object_is_bound() { const string json = @"{ Inner: { Value: 47 } }"; _binder = ConfigurationBinderFactory.New(x => { x.AddJson(json); }); _configuration = _binder.Bind <OuterLevel>(); }