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??
have tried clearing resharper's cache? (resharper > options > environment > general > clear cache).
i had similar issue before , worked me. may worth try!
Comments
Post a Comment