BootstrapAdmin/test/UnitTest/Bootstrap.Admin/Controllers/MySql/AccountTest.cs

11 lines
234 B
C#

using Xunit;
namespace Bootstrap.Admin.Controllers.MySql
{
[Collection("MySqlContext")]
public class AccountTest : SqlServer.AccountTest
{
public AccountTest(MySqlBAWebHost factory) : base(factory) { }
}
}