File tree Expand file tree Collapse file tree
test/EFCore.MySql.FunctionalTests/Query Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44using Microsoft . EntityFrameworkCore . Query ;
55using Microsoft . EntityFrameworkCore . TestUtilities ;
66using Pomelo . EntityFrameworkCore . MySql . FunctionalTests . TestUtilities ;
7- using Xunit . Abstractions ;
87
98namespace Pomelo . EntityFrameworkCore . MySql . FunctionalTests . Query ;
109
1110public class AdHocComplexTypeQueryMySqlTest : AdHocComplexTypeQueryRelationalTestBase
1211{
13- protected override ITestStoreFactory TestStoreFactory
14- => MySqlTestStoreFactory . Instance ;
15-
16- public AdHocComplexTypeQueryMySqlTest ( ITestOutputHelper testOutputHelper )
17- : base ( )
12+ public AdHocComplexTypeQueryMySqlTest ( NonSharedFixture fixture )
13+ : base ( fixture )
1814 {
19- Fixture . TestSqlLoggerFactory . Clear ( ) ;
20- Fixture . TestSqlLoggerFactory . SetTestOutputHelper ( testOutputHelper ) ;
2115 }
2216
23- protected void AssertSql ( params string [ ] expected )
24- => Fixture . TestSqlLoggerFactory . AssertBaseline ( expected ) ;
17+ protected override ITestStoreFactory TestStoreFactory
18+ => MySqlTestStoreFactory . Instance ;
2519}
You can’t perform that action at this time.
0 commit comments