Esempio n. 1
0
        public void destination_type_is_automatically_configured_as_source()
        {
            var cfg = new DestinationConfiguration(typeof(Person));

            cfg.IsSourcedBy(typeof(Person)).should_be_true();
        }
 public void destination_type_is_automatically_configured_as_source()
 {
     var cfg = new DestinationConfiguration(typeof(Person));
     cfg.IsSourcedBy(typeof(Person)).should_be_true();
 }