You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/test/EFCore.Jet.FunctionalTests
Laurents Meyer 73f91b2286
Add XUnit infrastructure to handle unsupported statements and test runner crashes (#152)
* Add custom Xunit runner to allow skipping tests after they have already failed, if the failure is expected (because of missing support in Jet).

* Finalize implementation and add crash detection support.
2 years ago
..
BulkUpdates Test updates 2 years ago
GraphUpdates
Migrations Add some further testbases 2 years ago
Properties Add XUnit infrastructure to handle unsupported statements and test runner crashes (#152) 2 years ago
Query Fix tests resulting in opposite provider type exceptions. 2 years ago
Scaffolding
TestModels/Northwind Update to .Net 8 2 years ago
TestUtilities Add XUnit infrastructure to handle unsupported statements and test runner crashes (#152) 2 years ago
Update More test updates 2 years ago
AssemblyInitialization.cs
BatchingTest.cs
BuiltInDataTypesJetTest.cs
CommandConfigurationTest.cs
CommandInterceptionJetTest.cs
ComplexTypesTrackingJetTest.cs Add some further test classes that JetComplianceTest is not finding implemented 2 years ago
CompositeKeyEndToEndJetTest.cs
ComputedColumnTest.cs
ConcurrencyDetectorDisabledJetTest.cs
ConcurrencyDetectorEnabledJetTest.cs
ConferencePlannerJetTest.cs
ConnectionInterceptionJetTest.cs
ConnectionSpecificationTest.cs
ConvertToProviderTypesJetTest.cs
CustomConvertersJetTest.cs
DataAnnotationJetTest.cs Update to .Net 8 2 years ago
DataBindingJetTest.cs Update to .Net 8 2 years ago
DbContextPoolingTest.cs
DefaultValuesTest.cs
DesignTimeJetTest.cs
EFCore.Jet.FunctionalTests.csproj Add XUnit infrastructure to handle unsupported statements and test runner crashes (#152) 2 years ago
EntitySplittingSqlServerTest.cs Add some further testbases 2 years ago
EverythingIsBytesJetTest.cs
EverythingIsStringsJetTest.cs
ExecutionStrategyTest.cs Fix tests resulting in opposite provider type exceptions. 2 years ago
ExistingConnectionTest.cs
F1JetFixture.cs
FieldMappingJetTest.cs
FieldsOnlyLoadJetTest.cs
FindJetTest.cs
JetApiConsistencyTest.cs
JetComplianceTest.cs Add some further testbases 2 years ago
JetConfigPatternsTest.cs
JetDatabaseCreatorTest.cs Test updates 2 years ago
JetEndToEndTest.cs
JetFixture.cs
JetMigrationsSqlGeneratorTest.cs
JetQueryTriggersTest.cs
JetServiceCollectionExtensionsTest.cs
JetTriggersTest.cs
JetValueGenerationScenariosTest.cs
JsonTypesJetTest.cs Add some further testbases 2 years ago
KeysWithConvertersJetTest.cs Add some further testbases 2 years ago
LazyLoadProxyJetTest.cs
LoadJetTest.cs Update to .Net 8 2 years ago
LoggingJetTest.cs
ManyToManyFieldsLoadSqlServerTest.cs
ManyToManyLoadSqlServerTest.cs Update to .Net 8 2 years ago
ManyToManyTrackingGeneratedKeysSqlServerTest.cs
ManyToManyTrackingJetTest.cs
ManyToManyTrackingJetTestBase.cs
ManyToManyTrackingProxyGeneratedKeysJetTest.cs
ManyToManyTrackingProxyJetTest.cs
MaterializationInterceptionJetTest.cs Update to .Net 8 2 years ago
MigrationsInfrastructureJetTest.cs
ModelBuilding101JetTest.cs Fix tests resulting in opposite provider type exceptions. 2 years ago
MonsterFixupChangedChangingJetTest.cs
MusicStoreJetTest.cs
NotificationEntitiesJetTest.cs
OptimisticConcurrencyJetTest.cs Add some further testbases 2 years ago
OverzealousInitializationJetTest.cs
PropertyValuesJetTest.cs
QueryExpressionInterceptionJetTestBase.cs Add some further testbases 2 years ago
SaveChangesInterceptionJetTest.cs Add some further testbases 2 years ago
SeedingJetTest.cs
SequentialGuidEndToEndTest.cs
SerializationJetTest.cs
StoreGeneratedFixupJetTest.cs
StoreGeneratedJetTest.cs Add some further test classes that JetComplianceTest is not finding implemented 2 years ago
StoreGeneratedSqlServerTestBase.cs Add some further test classes that JetComplianceTest is not finding implemented 2 years ago
TPTTableSplittingJetTest.cs Some minor test fixups 2 years ago
TableSplittingJetTest.cs Test updates 2 years ago
TpcManyToManyTrackingJetTest.cs
TptManyToManyTrackingJetTest.cs
TransactionInterceptionJetTest.cs
TransactionJetTest.cs
TwoDatabasesJetTest.cs Add some further test classes that JetComplianceTest is not finding implemented 2 years ago
UpdatesJetTPCTest.cs
UpdatesJetTPTTest.cs
UpdatesJetTest.cs
UpdatesJetTestBase.cs
ValueConvertersEndToEndJetTest.cs Some minor test fixups 2 years ago
WithConstructorsJetTest.cs
config.json DISTINCT AND TOP can't be in the same stateement with Jet. Push DISTINCT into a subquery 2 years ago
test.runsettings Update to .Net 8 2 years ago