Esempio n. 1
0
        public void Action_Node_Has_No_Children()
        {
            ActionNode action = Substitute.ForPartsOf <ActionNode>();

            Assert.IsNull(action.GetChildren());
        }