Fails to detect individual test in VB.NET
Status: Beta
Brought to you by:
jcansdale
The documentation indicates that I should be able to
run a single test only. However, when using VB.NET,
the addin fails to recognize individual tests, with the
result that you can only run a TestSuite at a time.
Works fine in C#.
Detail: Load a VB.NET test, right-click inside a test
Sub. The "Run Test" command is unavailable (greyed
out). Right click between one Sub and another. The
command is available, i.e. you can run for the whole
test fixture.
Logged In: YES
user_id=709880
This continues to be a problem in the current version
(0.9.576) of the addin. This is on a separate computer to
the one I orginially encountered the problem on, running
VS.NET 2003.
The "run test(s)" command is now available, but when
selected results in an error message: "Please select a
method, class or namespace" displayed on the output window.
It only occurs with *some* test fixtures - I have not been
able to determine any common features of these fixtures,
other than (perhaps) that the tests are in a separate
project from the classes being tested, and the test project
does not contain any non-testfixture classes.
Logged In: YES
user_id=709880
Still an issue...