Summary
The default constructor with available logging level
- Assembly
- Rocket
.Surgery .Extensions .Testing .Moq .dll - Namespace
- Rocket
.Surgery .Extensions .Testing - Containing Type
- AutoMockTest
Syntax
protected AutoMockTest(ITestOutputHelper outputHelper, MockBehavior mockBehavior = 1, string logFormat = "[{Timestamp:HH:mm:ss} {Level:w4}] {Message}{NewLine}{Exception}", Action<LoggerConfiguration> configureLogger = null)
Parameters
Name | Type | Description |
---|---|---|
outputHelper | ITestOutputHelper | |
mockBehavior | MockBehavior | |
logFormat | string | |
configureLogger | Action |
Return Value
Type | Description |
---|---|
void |