chore: initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace AltGen.API.Tests.EndToEnd;
|
||||
|
||||
public class EndToEndTest(AppFactory factory, TestConfiguration config) : IClassFixture<AppFactory>, IClassFixture<TestConfiguration>
|
||||
{
|
||||
protected HttpClient Client { get; } = factory.CreateClient();
|
||||
protected TestConfiguration Config { get; } = config;
|
||||
}
|
||||
Reference in New Issue
Block a user