First commit. Include junk from template to remove
This commit is contained in:
14
tests/Application.FunctionalTests/ITestDatabase.cs
Normal file
14
tests/Application.FunctionalTests/ITestDatabase.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Data.Common;
|
||||
|
||||
namespace Hutopy.Application.FunctionalTests;
|
||||
|
||||
public interface ITestDatabase
|
||||
{
|
||||
Task InitialiseAsync();
|
||||
|
||||
DbConnection GetConnection();
|
||||
|
||||
Task ResetAsync();
|
||||
|
||||
Task DisposeAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user