BootstrapAdmin/test/UnitTest/Bootstrap.Admin/Controllers/SQLite/AdminTest.cs

11 lines
231 B
C#

using Xunit;
namespace Bootstrap.Admin.Controllers.SQLite
{
[Collection("SQLiteContext")]
public class AdminTest : SqlServer.AdminTest
{
public AdminTest(SQLiteBAWebHost factory) : base(factory) { }
}
}