Class LogCategoryVerbosityBehaviorTests
Complementary behavioral tests for LogCategoryVerbosity covering null-normalization, ordinal (culture-agnostic) matching, and whitespace handling.
Inherited Members
Namespace: Serenity.Logging.Tests.Domain
Assembly: Tests.dll
Syntax
public class LogCategoryVerbosityBehaviorTests
Constructors
LogCategoryVerbosityBehaviorTests()
Declaration
public LogCategoryVerbosityBehaviorTests()
Methods
Ctor_NullCategory_NormalizesToEmptyString()
Declaration
public void Ctor_NullCategory_NormalizesToEmptyString()
IsMatch_LeadingOrTrailingWhitespace_DoesNotMatch()
Declaration
public void IsMatch_LeadingOrTrailingWhitespace_DoesNotMatch()
IsMatch_MixedCase_MatchesOrdinalIgnoreCase()
Declaration
public void IsMatch_MixedCase_MatchesOrdinalIgnoreCase()
IsMatch_TurkishDottedI_UsesInvariantOrdinalNotCulture()
Declaration
public void IsMatch_TurkishDottedI_UsesInvariantOrdinalNotCulture()
Verbosity_IsStoredVerbatim()
Declaration
public void Verbosity_IsStoredVerbatim()