BootstrapAdmin/test/UnitTest/Bootstrap.Admin/Api/MySql/InterfaceTest.cs

11 lines
232 B
C#

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