logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class WriteLogEntryBehaviorTests

    Behavioral tests for WriteLogEntry verifying the input-to-LogEntry mapping and the null-input guard.

    Inheritance
    object
    WriteLogEntryBehaviorTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Logging.Tests.Application
    Assembly: Tests.dll
    Syntax
    public class WriteLogEntryBehaviorTests

    Constructors

    WriteLogEntryBehaviorTests()

    Declaration
    public WriteLogEntryBehaviorTests()

    Methods

    Execute_CalledTwice_WritesTwoEntries()

    Declaration
    public void Execute_CalledTwice_WritesTwoEntries()

    Execute_MapsAllInputFieldsOntoLogEntry()

    Declaration
    public void Execute_MapsAllInputFieldsOntoLogEntry()

    Execute_NullCategoryAndTags_NormalizedByEntry()

    Declaration
    public void Execute_NullCategoryAndTags_NormalizedByEntry()

    Execute_NullInput_DoesNotWriteAnything()

    Declaration
    public void Execute_NullInput_DoesNotWriteAnything()

    Execute_NullMessage_BecomesEmptyStringInEntry()

    Declaration
    public void Execute_NullMessage_BecomesEmptyStringInEntry()

    Execute_StampsUtcTimestampWithinCurrentTimeWindow()

    Declaration
    public void Execute_StampsUtcTimestampWithinCurrentTimeWindow()
    In this article
    © 2026 Serenity. All Rights Reserved