Kizspy | Question: 9
(Choose 1 answer)
To test your mappings with AutoMapper, you need to create a test that does the thing(s). Call your bootstrapper class to
create all the mappings and call MapperConfiguration.Assert ConfigurationlsValid
A. var config = AutoMapperConfiguration.Configure();
config.AssertConfigurationlsValid();
B. var config = AutoMapperConfiguration.Configure();
config.AssertConfigurationlsNotValid();
C. var config = AutoMapperConfiguration.Configure();
config.AssertAllConfigurationlsValid();
D. var config = AutoMapperConfiguration.Configure();
config.AssertConfigurationlsValid(true);