public void CanConstructThreeArgs() { var instance = new PropertyModelReference(new QueryModelReference(), "Name", new Mock <IEdmProperty>().Object); instance.Should().NotBeNull(); }
public void CanConstruct() { var instance = new PropertyModelReference(new QueryModelReference(), "Name"); instance.Should().NotBeNull(); }