Namespace Serenity.Logging.Tests.Domain
Classes
LogCategoryVerbosityBehaviorTests
Complementary behavioral tests for Serenity.Logging.Domain.ValueObjects.LogCategoryVerbosity covering null-normalization, ordinal (culture-agnostic) matching, and whitespace handling.
LogCategoryVerbosityOverrideBehaviorTests
Complementary behavioral tests for the Serenity.Logging.Domain.Structs.LogCategoryVerbosityOverride struct, covering default-instance conversion and round-trip matching against the produced domain object.
LogEntryBehaviorTests
Complementary behavioral tests for the Serenity.Logging.Domain.ValueObjects.LogEntry value object covering reference aliasing, default-of-struct behavior, and severity round-tripping.
LogSeverityTests
Behavioral tests for the Serenity.Logging.Domain.Enums.LogSeverity enumeration's contract.