Add integration tests
This commit is contained in:
7
tests/WebApi.Tests.Integration/SharedTestCollection.cs
Normal file
7
tests/WebApi.Tests.Integration/SharedTestCollection.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace WebApi.Tests.Integration;
|
||||
|
||||
[CollectionDefinition(Name)]
|
||||
public class SharedTestCollection : ICollectionFixture<WebAppFactory>
|
||||
{
|
||||
public const string Name = nameof(SharedTestCollection);
|
||||
}
|
||||
Reference in New Issue
Block a user