2019-01-24 17:58:06 +08:00
|
|
|
|
using Xunit;
|
|
|
|
|
|
|
|
|
|
namespace Bootstrap.DataAccess.SQLite
|
|
|
|
|
{
|
|
|
|
|
[Collection("SQLiteContext")]
|
2019-05-15 00:22:13 +08:00
|
|
|
|
public class DictsTest : SqlServer.DictsTest
|
2019-01-24 17:58:06 +08:00
|
|
|
|
{
|
2019-05-18 17:48:40 +08:00
|
|
|
|
protected override string DatabaseName { get; set; } = "SQLite";
|
2019-01-24 17:58:06 +08:00
|
|
|
|
}
|
|
|
|
|
}
|