Namespace Serenity.InputGateway.Tests.Infrastructure
Classes
FakeLogService
Lightweight spy implementation of Serenity.Logging.Application.Interfaces.ILogService for infrastructure tests. Records the messages passed to each Write* method so tests can assert on logging behavior without producing real Unity console output (which would trip the test runner's log assertions).