예제 #1
0
        public void Should_correctly_initialize_mapper()
        {
            ConfigObjectMapping.Init();

            // the assertion method which will fail if the configuration is not correct
            Mapper.AssertConfigurationIsValid();
        }
예제 #2
0
 public ObjectMappingFixture()
 {
     ConfigObjectMapping.Init();
 }