Init
This commit is contained in:
9
Prefab.Tests/Infrastructure/Aspire/AppHostCollection.cs
Normal file
9
Prefab.Tests/Infrastructure/Aspire/AppHostCollection.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Prefab.Tests.Infrastructure.Aspire;
|
||||
|
||||
/// <summary>
|
||||
/// xUnit collection for tests that share a single Aspire AppHost.
|
||||
/// </summary>
|
||||
[CollectionDefinition("AppHost")]
|
||||
public class AppHostCollection : ICollectionFixture<AppHostFixture>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user