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
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
..
EFCore.Jet.Data.Tests Fix data tests. 2 years ago
EFCore.Jet.FunctionalTests Add XUnit infrastructure to handle unsupported statements and test runner crashes (#152) 2 years ago
EFCore.Jet.IntegrationTests Fix and update dependencies and project files. (#144) 2 years ago
EFCore.Jet.Tests Add XUnit infrastructure to handle unsupported statements and test runner crashes (#152) 2 years ago
JetProviderExceptionTests Fix and update dependencies and project files. (#144) 2 years ago
Shared/TestUtilities Add XUnit infrastructure to handle unsupported statements and test runner crashes (#152) 2 years ago
Directory.Build.props Add `FixedTestOrder` msbuild property to build/run tests in a deterministic order. 2 years ago
Northwind.sql Update tests 3 years ago
xunit.runner.json