Changes to enable functional testing of Pluralization Service
- Changed PluralizingTableNameConvention to get pluralization service
each time Apply is called
- Added TestBase as a base type for all test classes in the functional
test suite
- Added a meta test to check functional suite, and ensure all test
classes implement TestBase (or any type derived from TestBase)
↧