using Xunit; namespace Bootstrap.DataAccess.MySql { [Collection("MySqlContext")] public class AppTest : SqlServer.AppTest { } }