issues
search
gep13-archive
/
WebApiSample
Sample Web API Project with various pieces AutoFac, AutoMapper, NUnit
MIT License
7
stars
5
forks
source link
Refactored Unit Tests
#23
Closed
gep13
closed
10 years ago
gep13
commented
10 years ago
Made sure to use TestFixtureSetup only for things that need to be setup once, and only once for all tests
Moved everything else into a Base SetUp method, which gets called before each test runs.
Removed StyleCop Rule 1101 and 1126
In order to be consistent, removed all existing "this." from the code base