Dev2.Core.Tests.DebugOutputViewModelTest.DebugOutputViewModel_Append_ContentIsDebugStateAndParentIDIsEmpty_ItemAddedAtRootAndIsNotExpanded C# (CSharp) 메소드

DebugOutputViewModel_Append_ContentIsDebugStateAndParentIDIsEmpty_ItemAddedAtRootAndIsNotExpanded() 개인적인 메소드

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