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

DebugOutputViewModel_Append_ContentIsDebugStateWithErrors_ItemAddedWithErrors() private method

        public void DebugOutputViewModel_Append_ContentIsDebugStateWithErrors_ItemAddedWithErrors()
        {
            DebugOutputViewModel_Append_ContentIsDebugStateErrors(true, true);
        }
DebugOutputViewModelTest