All Questions
Tagged with resharper-9.0 unit-testing
3 questions
0
votes
1
answer
257
views
Running multiple test classes in same file with ReSharper v9.2?
I used to be able to hit Ctrl+U,R to run all test classes inside a given file using ReSharper (NUnit is mytest harness).
For example, here is my class layout:
public static class TestsForT
{
[...
1
vote
1
answer
230
views
Resharper 9 and Jasmine 2.x references
in the past I have used webstorm, karma, jasmine and phantom to run js tests. I have to now run tests within VS2015 and opted for resharper/jasmine and phantom js. I have my tests running ok and its ...
11
votes
1
answer
660
views
Resharper 9.0 says 'No tests found in selected solution items.' Yet there are over 100 tests
Resharper 9.0 says 'No tests found in selected solution items.' Yet there are over 100 tests.
I right click my solution in Visual Studio 2013 and click the "Run Unit Tests" option near the bottom of ...