Skip to content

Commit

Permalink
Update README.md in the scope of #241
Browse files Browse the repository at this point in the history
  • Loading branch information
Arash-Sabet authored Feb 28, 2024
1 parent af65f64 commit da2e0ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ public T GetScopedService<T>(ITestOutputHelper testOutputHelper);
public T GetService<T>(ITestOutputHelper testOutputHelper);
```

To access async scopes simply call the following method in the abstract fixture class:

```csharp
public AsyncServiceScope GetAsyncScope<T>(ITestOutputHelper testOutputHelper)
```

### Adding custom logging provider
Test developers can add their own desired logger provider by overriding ```AddLoggingProvider(...)``` virtual method defined in ```TestBedFixture``` class.

Expand Down

0 comments on commit da2e0ca

Please sign in to comment.