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