refactor(test): DataAccess -> DataAccess.SqlServer
This commit is contained in:
parent
f03b4700f2
commit
f88ebe12ee
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class AppsTest : ControllerTest
|
public class AppsTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class CategoryTest : ControllerTest
|
public class CategoryTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,7 +5,7 @@ using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class DictTest : ControllerTest
|
public class DictTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -7,7 +7,7 @@ using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
using static Bootstrap.Admin.Controllers.Api.ExceptionsController;
|
using static Bootstrap.Admin.Controllers.Api.ExceptionsController;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class ExceptionsTest : ControllerTest
|
public class ExceptionsTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,7 +4,7 @@ using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class GroupsTest : ControllerTest
|
public class GroupsTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class InterfaceTest : ControllerTest
|
public class InterfaceTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@ using Longbow.Web.Mvc;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class LoginTest : ControllerTest
|
public class LoginTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@ using Longbow.Web.Mvc;
|
||||||
using System;
|
using System;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class LogsTest : ControllerTest
|
public class LogsTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,7 +5,7 @@ using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class MenusTest : ControllerTest
|
public class MenusTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@ using Bootstrap.DataAccess;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class MessagesTest : ControllerTest
|
public class MessagesTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class AppsTest : Api.AppsTest
|
public class AppsTest : SqlServer.AppsTest
|
||||||
{
|
{
|
||||||
public AppsTest(MySqlBAWebHost factory) : base(factory) { }
|
public AppsTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class CategoryTest : Api.CategoryTest
|
public class CategoryTest : SqlServer.CategoryTest
|
||||||
{
|
{
|
||||||
public CategoryTest(MySqlBAWebHost factory) : base(factory) { }
|
public CategoryTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class DictTest : Api.DictTest
|
public class DictTest : SqlServer.DictTest
|
||||||
{
|
{
|
||||||
public DictTest(MySqlBAWebHost factory) : base(factory) { }
|
public DictTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class ExceptionsTest : Api.ExceptionsTest
|
public class ExceptionsTest : SqlServer.ExceptionsTest
|
||||||
{
|
{
|
||||||
public ExceptionsTest(MySqlBAWebHost factory) : base(factory) { }
|
public ExceptionsTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class GroupsTest : Api.GroupsTest
|
public class GroupsTest : SqlServer.GroupsTest
|
||||||
{
|
{
|
||||||
public GroupsTest(MySqlBAWebHost factory) : base(factory) { }
|
public GroupsTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class InterfaceTest : Api.InterfaceTest
|
public class InterfaceTest : SqlServer.InterfaceTest
|
||||||
{
|
{
|
||||||
public InterfaceTest(MySqlBAWebHost factory) : base(factory) { }
|
public InterfaceTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class LoginTest : Api.LoginTest
|
public class LoginTest : SqlServer.LoginTest
|
||||||
{
|
{
|
||||||
public LoginTest(MySqlBAWebHost factory) : base(factory) { }
|
public LoginTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class LogsTest : Api.LogsTest
|
public class LogsTest : SqlServer.LogsTest
|
||||||
{
|
{
|
||||||
public LogsTest(MySqlBAWebHost factory) : base(factory) { }
|
public LogsTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class MenusTest : Api.MenusTest
|
public class MenusTest : SqlServer.MenusTest
|
||||||
{
|
{
|
||||||
public MenusTest(MySqlBAWebHost factory) : base(factory) { }
|
public MenusTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class MessagesTest : Api.MessagesTest
|
public class MessagesTest : SqlServer.MessagesTest
|
||||||
{
|
{
|
||||||
public MessagesTest(MySqlBAWebHost factory) : base(factory) { }
|
public MessagesTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class NewTest : Api.NewTest
|
public class NewTest : SqlServer.NewTest
|
||||||
{
|
{
|
||||||
public NewTest(MySqlBAWebHost factory) : base(factory) { }
|
public NewTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class NotificationsTest : Api.NotificationsTest
|
public class NotificationsTest : SqlServer.NotificationsTest
|
||||||
{
|
{
|
||||||
public NotificationsTest(MySqlBAWebHost factory) : base(factory) { }
|
public NotificationsTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class OnlineTest : Api.OnlineTest
|
public class OnlineTest : SqlServer.OnlineTest
|
||||||
{
|
{
|
||||||
public OnlineTest(MySqlBAWebHost factory) : base(factory) { }
|
public OnlineTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class ProfilesTest : Api.ProfilesTest
|
public class ProfilesTest : SqlServer.ProfilesTest
|
||||||
{
|
{
|
||||||
public ProfilesTest(MySqlBAWebHost factory) : base(factory) { }
|
public ProfilesTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class RegisterTest : Api.RegisterTest
|
public class RegisterTest : SqlServer.RegisterTest
|
||||||
{
|
{
|
||||||
public RegisterTest(MySqlBAWebHost factory) : base(factory) { }
|
public RegisterTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class RolesTest : Api.RolesTest
|
public class RolesTest : SqlServer.RolesTest
|
||||||
{
|
{
|
||||||
public RolesTest(MySqlBAWebHost factory) : base(factory) { }
|
public RolesTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class SettingsTest : Api.SettingsTest
|
public class SettingsTest : SqlServer.SettingsTest
|
||||||
{
|
{
|
||||||
public SettingsTest(MySqlBAWebHost factory) : base(factory) { }
|
public SettingsTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class TasksTest : Api.TasksTest
|
public class TasksTest : SqlServer.TasksTest
|
||||||
{
|
{
|
||||||
public TasksTest(MySqlBAWebHost factory) : base(factory) { }
|
public TasksTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class TracesTest : Api.TracesTest
|
public class TracesTest : SqlServer.TracesTest
|
||||||
{
|
{
|
||||||
public TracesTest(MySqlBAWebHost factory) : base(factory) { }
|
public TracesTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.MySql
|
namespace Bootstrap.Admin.Api.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class UsersTest : Api.UsersTest
|
public class UsersTest : SqlServer.UsersTest
|
||||||
{
|
{
|
||||||
public UsersTest(MySqlBAWebHost factory) : base(factory) { }
|
public UsersTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class NewTest : ControllerTest
|
public class NewTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class NotificationsTest : ControllerTest
|
public class NotificationsTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class OnlineTest : ControllerTest
|
public class OnlineTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using Bootstrap.DataAccess;
|
using Bootstrap.DataAccess;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class ProfilesTest : ControllerTest
|
public class ProfilesTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class RegisterTest : ControllerTest
|
public class RegisterTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,7 +4,7 @@ using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class RolesTest : ControllerTest
|
public class RolesTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class AppsTest : Api.AppsTest
|
public class AppsTest : SqlServer.AppsTest
|
||||||
{
|
{
|
||||||
public AppsTest(SQLiteBAWebHost factory) : base(factory) { }
|
public AppsTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class CategoryTest : Api.CategoryTest
|
public class CategoryTest : SqlServer.CategoryTest
|
||||||
{
|
{
|
||||||
public CategoryTest(SQLiteBAWebHost factory) : base(factory) { }
|
public CategoryTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class DictTest : Api.DictTest
|
public class DictTest : SqlServer.DictTest
|
||||||
{
|
{
|
||||||
public DictTest(SQLiteBAWebHost factory) : base(factory) { }
|
public DictTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class ExceptionsTest : Api.ExceptionsTest
|
public class ExceptionsTest : SqlServer.ExceptionsTest
|
||||||
{
|
{
|
||||||
public ExceptionsTest(SQLiteBAWebHost factory) : base(factory) { }
|
public ExceptionsTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class GroupsTest : Api.GroupsTest
|
public class GroupsTest : SqlServer.GroupsTest
|
||||||
{
|
{
|
||||||
public GroupsTest(SQLiteBAWebHost factory) : base(factory) { }
|
public GroupsTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class InterfaceTest : Api.InterfaceTest
|
public class InterfaceTest : SqlServer.InterfaceTest
|
||||||
{
|
{
|
||||||
public InterfaceTest(SQLiteBAWebHost factory) : base(factory) { }
|
public InterfaceTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class LoginTest : Api.LoginTest
|
public class LoginTest : SqlServer.LoginTest
|
||||||
{
|
{
|
||||||
public LoginTest(SQLiteBAWebHost factory) : base(factory) { }
|
public LoginTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class LogsTest : Api.LogsTest
|
public class LogsTest : SqlServer.LogsTest
|
||||||
{
|
{
|
||||||
public LogsTest(SQLiteBAWebHost factory) : base(factory) { }
|
public LogsTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class MenusTest : Api.MenusTest
|
public class MenusTest : SqlServer.MenusTest
|
||||||
{
|
{
|
||||||
public MenusTest(SQLiteBAWebHost factory) : base(factory) { }
|
public MenusTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class MessagesTest : Api.MessagesTest
|
public class MessagesTest : SqlServer.MessagesTest
|
||||||
{
|
{
|
||||||
public MessagesTest(SQLiteBAWebHost factory) : base(factory) { }
|
public MessagesTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class NewTest : Api.NewTest
|
public class NewTest : SqlServer.NewTest
|
||||||
{
|
{
|
||||||
public NewTest(SQLiteBAWebHost factory) : base(factory) { }
|
public NewTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class NotificationsTest : Api.NotificationsTest
|
public class NotificationsTest : SqlServer.NotificationsTest
|
||||||
{
|
{
|
||||||
public NotificationsTest(SQLiteBAWebHost factory) : base(factory) { }
|
public NotificationsTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class OnlineTest : Api.OnlineTest
|
public class OnlineTest : SqlServer.OnlineTest
|
||||||
{
|
{
|
||||||
public OnlineTest(SQLiteBAWebHost factory) : base(factory) { }
|
public OnlineTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class ProfilesTest : Api.ProfilesTest
|
public class ProfilesTest : SqlServer.ProfilesTest
|
||||||
{
|
{
|
||||||
public ProfilesTest(SQLiteBAWebHost factory) : base(factory) { }
|
public ProfilesTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class RegisterTest : Api.RegisterTest
|
public class RegisterTest : SqlServer.RegisterTest
|
||||||
{
|
{
|
||||||
public RegisterTest(SQLiteBAWebHost factory) : base(factory) { }
|
public RegisterTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class RolesTest : Api.RolesTest
|
public class RolesTest : SqlServer.RolesTest
|
||||||
{
|
{
|
||||||
public RolesTest(SQLiteBAWebHost factory) : base(factory) { }
|
public RolesTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class SettingsTest : Api.SettingsTest
|
public class SettingsTest : SqlServer.SettingsTest
|
||||||
{
|
{
|
||||||
public SettingsTest(SQLiteBAWebHost factory) : base(factory) { }
|
public SettingsTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class TasksTest : Api.TasksTest
|
public class TasksTest : SqlServer.TasksTest
|
||||||
{
|
{
|
||||||
public TasksTest(SQLiteBAWebHost factory) : base(factory) { }
|
public TasksTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class TracesTest : Api.TracesTest
|
public class TracesTest : SqlServer.TracesTest
|
||||||
{
|
{
|
||||||
public TracesTest(SQLiteBAWebHost factory) : base(factory) { }
|
public TracesTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Api.SQLite
|
namespace Bootstrap.Admin.Api.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class UsersTest : Api.UsersTest
|
public class UsersTest : SqlServer.UsersTest
|
||||||
{
|
{
|
||||||
public UsersTest(SQLiteBAWebHost factory) : base(factory) { }
|
public UsersTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@ using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class SettingsTest : ControllerTest
|
public class SettingsTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class TasksTest : ControllerTest
|
public class TasksTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@ using Longbow.Web.Mvc;
|
||||||
using System;
|
using System;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class TracesTest : ControllerTest
|
public class TracesTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,7 +6,7 @@ using System.Linq;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Api
|
namespace Bootstrap.Admin.Api.SqlServer
|
||||||
{
|
{
|
||||||
public class UsersTest : ControllerTest
|
public class UsersTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Controllers
|
namespace Bootstrap.Admin.Controllers.SqlServer
|
||||||
{
|
{
|
||||||
public class AccountTest : ControllerTest
|
public class AccountTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Controllers
|
namespace Bootstrap.Admin.Controllers.SqlServer
|
||||||
{
|
{
|
||||||
public class AdminTest : ControllerTest
|
public class AdminTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.Admin.Controllers
|
namespace Bootstrap.Admin.Controllers.SqlServer
|
||||||
{
|
{
|
||||||
public class HomeTest : ControllerTest
|
public class HomeTest : ControllerTest
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Controllers.MySql
|
namespace Bootstrap.Admin.Controllers.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class AccountTest : Controllers.AccountTest
|
public class AccountTest : SqlServer.AccountTest
|
||||||
{
|
{
|
||||||
public AccountTest(MySqlBAWebHost factory) : base(factory) { }
|
public AccountTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Controllers.MySql
|
namespace Bootstrap.Admin.Controllers.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class AdminTest : Controllers.AdminTest
|
public class AdminTest : SqlServer.AdminTest
|
||||||
{
|
{
|
||||||
public AdminTest(MySqlBAWebHost factory) : base(factory) { }
|
public AdminTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Controllers.MySql
|
namespace Bootstrap.Admin.Controllers.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class HomeTest : Controllers.HomeTest
|
public class HomeTest : SqlServer.HomeTest
|
||||||
{
|
{
|
||||||
public HomeTest(MySqlBAWebHost factory) : base(factory) { }
|
public HomeTest(MySqlBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Controllers.SQLite
|
namespace Bootstrap.Admin.Controllers.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class AccountTest : Controllers.AccountTest
|
public class AccountTest : SqlServer.AccountTest
|
||||||
{
|
{
|
||||||
public AccountTest(SQLiteBAWebHost factory) : base(factory) { }
|
public AccountTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Controllers.SQLite
|
namespace Bootstrap.Admin.Controllers.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class AdminTest : Controllers.AdminTest
|
public class AdminTest : SqlServer.AdminTest
|
||||||
{
|
{
|
||||||
public AdminTest(SQLiteBAWebHost factory) : base(factory) { }
|
public AdminTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.Admin.Controllers.SQLite
|
namespace Bootstrap.Admin.Controllers.SQLite
|
||||||
{
|
{
|
||||||
[Collection("SQLiteContext")]
|
[Collection("SQLiteContext")]
|
||||||
public class HomeTest : Controllers.HomeTest
|
public class HomeTest : SqlServer.HomeTest
|
||||||
{
|
{
|
||||||
public HomeTest(SQLiteBAWebHost factory) : base(factory) { }
|
public HomeTest(SQLiteBAWebHost factory) : base(factory) { }
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.DataAccess
|
namespace Bootstrap.DataAccess.SqlServer
|
||||||
{
|
{
|
||||||
[Collection("SQLServerContext")]
|
[Collection("SQLServerContext")]
|
||||||
public class AppTest
|
public class AppTest
|
||||||
|
|
|
@ -4,7 +4,7 @@ using System.Linq;
|
||||||
using System.Net.Http;
|
using System.Net.Http;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.DataAccess
|
namespace Bootstrap.DataAccess.SqlServer
|
||||||
{
|
{
|
||||||
[Collection("SQLServerContext")]
|
[Collection("SQLServerContext")]
|
||||||
public class DictsTest
|
public class DictsTest
|
||||||
|
|
|
@ -2,7 +2,7 @@ using Longbow.Web.Mvc;
|
||||||
using System;
|
using System;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.DataAccess
|
namespace Bootstrap.DataAccess.SqlServer
|
||||||
{
|
{
|
||||||
[Collection("SQLServerContext")]
|
[Collection("SQLServerContext")]
|
||||||
public class ExceptionsTest
|
public class ExceptionsTest
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.DataAccess
|
namespace Bootstrap.DataAccess.SqlServer
|
||||||
{
|
{
|
||||||
[Collection("SQLServerContext")]
|
[Collection("SQLServerContext")]
|
||||||
public class GroupsTest
|
public class GroupsTest
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
using Longbow.Web.Mvc;
|
using Longbow.Web.Mvc;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.DataAccess
|
namespace Bootstrap.DataAccess.SqlServer
|
||||||
{
|
{
|
||||||
[Collection("SQLServerContext")]
|
[Collection("SQLServerContext")]
|
||||||
public class LogsTest
|
public class LogsTest
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.DataAccess
|
namespace Bootstrap.DataAccess.SqlServer
|
||||||
{
|
{
|
||||||
[Collection("SQLServerContext")]
|
[Collection("SQLServerContext")]
|
||||||
public class MenusTest
|
public class MenusTest
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace Bootstrap.DataAccess
|
namespace Bootstrap.DataAccess.SqlServer
|
||||||
{
|
{
|
||||||
[Collection("SQLServerContext")]
|
[Collection("SQLServerContext")]
|
||||||
public class MessagesTest
|
public class MessagesTest
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class AppTest : DataAccess.AppTest
|
public class AppTest : SqlServer.AppTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class DictsTest : DataAccess.DictsTest
|
public class DictsTest : SqlServer.DictsTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ using Xunit;
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class ExceptionsTest : DataAccess.ExceptionsTest
|
public class ExceptionsTest : SqlServer.ExceptionsTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class GroupsTest : DataAccess.GroupsTest
|
public class GroupsTest : SqlServer.GroupsTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class LogsTest : DataAccess.LogsTest
|
public class LogsTest : SqlServer.LogsTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class MenusTest : DataAccess.MenusTest
|
public class MenusTest : SqlServer.MenusTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class MessagesTest : DataAccess.MessagesTest
|
public class MessagesTest : SqlServer.MessagesTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class ResetUserTest : DataAccess.ResetUserTest
|
public class ResetUserTest : SqlServer.ResetUserTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class RolesTest : DataAccess.RolesTest
|
public class RolesTest : SqlServer.RolesTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class TasksTest : DataAccess.TasksTest
|
public class TasksTest : SqlServer.TasksTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class TracesTest : DataAccess.TracesTest
|
public class TracesTest : SqlServer.TracesTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MongoDB
|
namespace Bootstrap.DataAccess.MongoDB
|
||||||
{
|
{
|
||||||
[Collection("MongoContext")]
|
[Collection("MongoContext")]
|
||||||
public class UsersTest : DataAccess.UsersTest
|
public class UsersTest : SqlServer.UsersTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class AppTest : DataAccess.AppTest
|
public class AppTest : SqlServer.AppTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class DictsTest : DataAccess.DictsTest
|
public class DictsTest : SqlServer.DictsTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ using Xunit;
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class ExceptionsTest : DataAccess.ExceptionsTest
|
public class ExceptionsTest : SqlServer.ExceptionsTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class GroupsTest : DataAccess.GroupsTest
|
public class GroupsTest : SqlServer.GroupsTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class LogsTest : DataAccess.LogsTest
|
public class LogsTest : SqlServer.LogsTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class MenusTest : DataAccess.MenusTest
|
public class MenusTest : SqlServer.MenusTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class MessagesTest : DataAccess.MessagesTest
|
public class MessagesTest : SqlServer.MessagesTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class ResetUserTest : DataAccess.ResetUserTest
|
public class ResetUserTest : SqlServer.ResetUserTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class RolesTest : DataAccess.RolesTest
|
public class RolesTest : SqlServer.RolesTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class TasksTest : DataAccess.TasksTest
|
public class TasksTest : SqlServer.TasksTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class TracesTest : DataAccess.TracesTest
|
public class TracesTest : SqlServer.TracesTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace Bootstrap.DataAccess.MySql
|
namespace Bootstrap.DataAccess.MySql
|
||||||
{
|
{
|
||||||
[Collection("MySqlContext")]
|
[Collection("MySqlContext")]
|
||||||
public class UsersTest : DataAccess.UsersTest
|
public class UsersTest : SqlServer.UsersTest
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue