Class VerbosityUseCaseBehaviorTests
Behavioral tests for the verbosity use cases (Serenity.Logging.Application.UseCases.SetGlobalVerbosity, Serenity.Logging.Application.UseCases.SetCategoryVerbosity) covering edge cases not already exercised elsewhere.
Inherited Members
Namespace: Serenity.Logging.Tests.Application
Assembly: Tests.dll
Syntax
public class VerbosityUseCaseBehaviorTests
Constructors
VerbosityUseCaseBehaviorTests()
Declaration
public VerbosityUseCaseBehaviorTests()
Methods
SetCategoryVerbosity_Execute_MultipleCategories_AllForwarded()
Declaration
public void SetCategoryVerbosity_Execute_MultipleCategories_AllForwarded()
SetCategoryVerbosity_Execute_PassesNullCategoryThrough()
Declaration
public void SetCategoryVerbosity_Execute_PassesNullCategoryThrough()
SetCategoryVerbosity_Execute_PassesNullVerbosityThrough()
Declaration
public void SetCategoryVerbosity_Execute_PassesNullVerbosityThrough()
SetGlobalVerbosity_ExecuteTwice_LastValueWins()
Declaration
public void SetGlobalVerbosity_ExecuteTwice_LastValueWins()
SetGlobalVerbosity_Execute_OverwritesPreviousVerbosity()
Declaration
public void SetGlobalVerbosity_Execute_OverwritesPreviousVerbosity()