2025-06-12 18:22:37 +02:00
|
|
|
|
namespace Vegasco.Server.Api.Tests.Integration;
|
2024-08-17 16:38:40 +02:00
|
|
|
|
|
|
|
|
|
|
[CollectionDefinition(Name)]
|
|
|
|
|
|
public class SharedTestCollection : ICollectionFixture<WebAppFactory>
|
|
|
|
|
|
{
|
|
|
|
|
|
public const string Name = nameof(SharedTestCollection);
|
|
|
|
|
|
}
|