Dev2.Core.Tests.DebugOutputViewModelTest.DebugOutputViewModel_Append_ContentIsDebugStateWithErrors_ItemAddedWithErrors C# (CSharp) Méthode

DebugOutputViewModel_Append_ContentIsDebugStateWithErrors_ItemAddedWithErrors() private méthode

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