Example #1
0
        public void GetByShorthandLocal()
        {
            var field = fields.GetByShorthand("1");

            Assert.NotNull(field);
            Assert.Equal("First", field.Name);
        }