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