Dev2.Core.Tests.DebugOutputViewModelTest.DebugOutputViewModel_Append_ContentIsDebugStateAndParentIDIsEmpty_ItemAddedAtRootAndIsNotExpanded C# (CSharp) Method

DebugOutputViewModel_Append_ContentIsDebugStateAndParentIDIsEmpty_ItemAddedAtRootAndIsNotExpanded() private method

        public void DebugOutputViewModel_Append_ContentIsDebugStateAndParentIDIsEmpty_ItemAddedAtRootAndIsNotExpanded()
        {
            DebugOutputViewModel_Append_ContentIsDebugState(Guid.NewGuid(), Guid.Empty, "Content");
        }
DebugOutputViewModelTest