2019-03-01 13:48:25 +08:00
|
|
|
|
using Xunit;
|
|
|
|
|
|
|
|
|
|
namespace Bootstrap.Admin.Api.SQLite
|
|
|
|
|
{
|
|
|
|
|
[Collection("SQLiteContext")]
|
2019-05-15 00:22:13 +08:00
|
|
|
|
public class OnlineTest : SqlServer.OnlineTest
|
2019-03-01 13:48:25 +08:00
|
|
|
|
{
|
|
|
|
|
public OnlineTest(SQLiteBAWebHost factory) : base(factory) { }
|
|
|
|
|
}
|
|
|
|
|
}
|