Ejemplo n.º 1
0
        public void Test_GetTagProps()
        {
            TagProperties props = GEDCOMProvider.GetTagProps("ADDR");

            Assert.IsNotNull(props);
            Assert.IsTrue(props.SkipEmpty);

            props = GEDCOMProvider.GetTagProps("test");
            Assert.IsNull(props);
        }