Class SerenityWizardActivityLogTests
Tests for Serenity.Global.Infrastructure.Editor.SerenityWizardActivityLog — the shared rich-text status log that replaced
every stepped wizard's hand-rolled string _status field and private
LogSuccess/LogWarning/LogError/Append methods. Pins the exact markup those
wizards built by hand (<color=#RRGGBB>{icon} {message}</color>, tinted from
Serenity.Global.Infrastructure.Editor.SerenityWizardGui's own palette) so a future palette or format change is caught here
first. Editor-only.
Inherited Members
Namespace: Serenity.UnityGlobal.Tests.Editor
Assembly: Tests.Editor.dll
Syntax
public class SerenityWizardActivityLogTests
Constructors
SerenityWizardActivityLogTests()
Declaration
public SerenityWizardActivityLogTests()
Methods
AppendRaw_AddsLineVerbatimWithNoColorWrapping()
Declaration
public void AppendRaw_AddsLineVerbatimWithNoColorWrapping()
Clear_EmptiesTheLog()
Declaration
public void Clear_EmptiesTheLog()
LogError_MatchesExactMarkup()
Declaration
public void LogError_MatchesExactMarkup()
LogInfo_MatchesExactMarkup()
Declaration
public void LogInfo_MatchesExactMarkup()
LogSuccess_MatchesExactMarkup()
Declaration
public void LogSuccess_MatchesExactMarkup()
LogWarning_MatchesExactMarkup()
Declaration
public void LogWarning_MatchesExactMarkup()
LoggingAnyLine_MakesLogNonEmpty()
Declaration
public void LoggingAnyLine_MakesLogNonEmpty()
NewLog_IsEmpty()
Declaration
public void NewLog_IsEmpty()
SecondLine_IsJoinedWithNewline()
Declaration
public void SecondLine_IsJoinedWithNewline()