예제 #1
0
        public void Constructor()
        {
            //---------------Set up test pack-------------------
            //---------------Assert Precondition----------------
            //---------------Execute Test ----------------------
            var tableAttribute = new ThuriaRelationshipAttribute("TestRelationship", TharkRelationshipType.OneToOne, "KeyFieldName", "ForeignKeyFieldName");

            //---------------Test Result -----------------------
            tableAttribute.Should().NotBeNull();
        }