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