We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eb64cc + 0bf0936 commit 9f419b3Copy full SHA for 9f419b3
src/Abstracts/TestBed.cs
@@ -4,7 +4,7 @@
4
5
namespace Xunit.Microsoft.DependencyInjection.Abstracts
6
{
7
- public abstract class TestBed<TFixture> : IDisposable, IClassFixture<TFixture>, IAsyncDisposable
+ public abstract class TestBed<TFixture> : IDisposable, ICollectionFixture<TFixture>, IAsyncDisposable
8
where TFixture: class
9
10
protected readonly ITestOutputHelper _testOutputHelper;
0 commit comments