MyTested.AspNetCore.Mvc icon indicating copy to clipboard operation
MyTested.AspNetCore.Mvc copied to clipboard

Separate test configuration into sections

Open ivaylokenov opened this issue 8 years ago • 0 comments

  • [x] Global
  • [x] Controllers
  • [x] Routing

Add unit tests:

  • [ ] Normal classes with properties and keys validation
  • [ ] JSON files should load correctly
  • [ ] Fluent configuration should load correctly

Add all possible settings:

  • [ ] Automatic plugins
  • [ ] Replace common services
  • [ ] Replace singleton services
  • [ ] Resolve route values
  • [ ] Authenticate all route tests
  • [ ] Deep equal test levels
  • [ ] Throw on missing replacements
  • [ ] Do not remove with Replace, only add on top
  • [ ] Others

ivaylokenov avatar Jun 17 '16 09:06 ivaylokenov