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.
1 parent bb7ff56 commit 6d2adccCopy full SHA for 6d2adcc
1 file changed
src/bunit.core/TestContextBase.cs
@@ -41,7 +41,7 @@ public TestContextBase()
41
}
42
43
/// <inheritdoc/>
44
- public void Dispose()
+ public virtual void Dispose()
45
{
46
// The service provider should dispose of any
47
// disposable object it has created, when it is disposed.
0 commit comments