refacto + test fixes
Some checks failed
Dotnet build and test / build (pull_request) Failing after 5m11s
Some checks failed
Dotnet build and test / build (pull_request) Failing after 5m11s
This commit is contained in:
parent
e56bdd4329
commit
1c2e1760b0
8 changed files with 60 additions and 32 deletions
15
src/Yavsc.Blogs.Tests/Fixtures/IBackendFixture.cs
Normal file
15
src/Yavsc.Blogs.Tests/Fixtures/IBackendFixture.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
using Yavsc.Blogs.Tests;
|
||||
|
||||
public interface IBackendFixture
|
||||
{
|
||||
/// <summary>
|
||||
/// The addresses the fixture bound to.
|
||||
/// </summary>
|
||||
IReadOnlyList<string> Addresses { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The service provider for the fixture host.
|
||||
/// </summary>
|
||||
IServiceProvider Services { get; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue