2019-03-16 20:24:33 +08:00
|
|
|
|
using Xunit;
|
2019-05-01 16:46:24 +08:00
|
|
|
|
|
|
|
|
|
namespace Bootstrap.DataAccess.SQLite
|
|
|
|
|
{
|
2019-03-16 20:24:33 +08:00
|
|
|
|
[Collection("SQLiteContext")]
|
2019-05-15 00:22:13 +08:00
|
|
|
|
public class TracesTest : SqlServer.TracesTest
|
2019-03-16 20:24:33 +08:00
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
2019-05-01 16:46:24 +08:00
|
|
|
|
}
|