Menu

#33 Fails to detect individual test in VB.NET

open
nobody
None
5
2003-04-24
2003-04-24
No

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.

Discussion

  • Steven Campbell

    Steven Campbell - 2004-09-10

    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.

     
  • Steven Campbell

    Steven Campbell - 2006-10-04

    Logged In: YES
    user_id=709880

    Still an issue...

     

Log in to post a comment.