Esempio n. 1
0
        public void CanConstructThreeArgs()
        {
            var instance = new PropertyModelReference(new QueryModelReference(), "Name", new Mock <IEdmProperty>().Object);

            instance.Should().NotBeNull();
        }
Esempio n. 2
0
        public void CanConstruct()
        {
            var instance = new PropertyModelReference(new QueryModelReference(), "Name");

            instance.Should().NotBeNull();
        }