public void Should_correctly_initialize_mapper() { ConfigObjectMapping.Init(); // the assertion method which will fail if the configuration is not correct Mapper.AssertConfigurationIsValid(); }
public ObjectMappingFixture() { ConfigObjectMapping.Init(); }