asp.net mvc - Unit Test Session doesn't show tests from new test class -


  • vs2013 update 5
  • created c# mvc web application project including test project.
  • updated packages...

i moved models namespace, model classes , applicationdbcontext new class library, separate mvc web app project. added reference test project this.

the test project shows 'controllers' folder , in folder homecontrollertest.cs

i wanted add tests model classes, added 'models' folder , similar cs file testing models. class , methods public, , appropriate attributes class [testclass] , methods [testmethod] assigned

i added tests insert, get, update , delete 1 of models.

everything compiles fine.

the unit test sessions show no tests newly added class; see image... i've restarted vs2013, cleaned solution, rebuilt...everything...except make work.

how newly added tests run-able via, or visible to, unit test sessions window??

enter image description here

have tried clearing resharper's cache? (resharper > options > environment > general > clear cache).

i had similar issue before , worked me. may worth try!


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -