public void NameIsSetCorrectly()
 {
     SingleEntityFunctionCallNode singleEntityFunctionCall = new SingleEntityFunctionCallNode("stuff", new QueryNode[] { }, ModelBuildingHelpers.BuildValidEntityType().ToTypeReference().AsEntity(), HardCodedTestModel.GetPeopleSet());
     singleEntityFunctionCall.ShouldBeSingleEntityFunctionCallNode("stuff");
 }
Ejemplo n.º 2
0
        public void NameIsSetCorrectly()
        {
            SingleEntityFunctionCallNode singleEntityFunctionCall = new SingleEntityFunctionCallNode("stuff", new QueryNode[] { }, ModelBuildingHelpers.BuildValidEntityType().ToTypeReference().AsEntity(), HardCodedTestModel.GetPeopleSet());

            singleEntityFunctionCall.ShouldBeSingleEntityFunctionCallNode("stuff");
        }