public void AttributeFactory_CreateReturnsAttributeMapGlobalIfNotSet()
        {
            var map = factory.GetMap();

            Assert.AreEqual(typeof(AttrMap), map.GetType());
        }
Beispiel #2
0
 internal static IAttributeMap AttributeMap() => factory.GetMap();