示例#1
0
        public void IdentityResourceAutomapperConfigurationIsValid()
        {
            var model        = new IdentityResource();
            var mappedEntity = model.ToDocument();
            var mappedModel  = mappedEntity.ToModel();

            Assert.NotNull(mappedModel);
            Assert.NotNull(mappedEntity);
            IdentityResourceMappers.Mapper.ConfigurationProvider.AssertConfigurationIsValid();
        }