|
|
Hi there, can you point me out where I can find functional/unit test in charge to test conventions and configurations in the code base?
Thank you
|
|
Developer
Jan 25 at 3:56 PM
|
Unit tests:
test\EntityFramework\UnitTests\ModelConfiguration\Conventions
test\EntityFramework\UnitTests\ModelConfiguration\Configuration
Functional tests:
test\EntityFramework\FunctionalTests\CodeFirst\ConfigurationScenarioTests.cs
test\EntityFramework\FunctionalTests\CodeFirst\ConventionsScenarioTests.cs
Thanks,
Arthur
|
|