Unit tests in VB.NET?
Is it possible to run unit tests in VB.NET code, using 2.5?
I've just installed it and the unit tests menu entries seem to be greyed out (except for 'run all tests in solution') and there aren't any icons in the area to the left of the code, as shown in the help.
Please sign in to leave a comment.
Yes, you can run VB.NET tests
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Rik Hemsley" <rik@rikkus.info> wrote in message
news:30514053.1166444996545.JavaMail.itn@is.intellij.net...
>
Ok... but would you please let me know how to run them (apart from running the whole set at once)?
As I mentioned, there are no icons in the area to the left of the code, so it doesn't appear possible to run individual tests - or is it?
Rik Hemsley schrieb:
Did you use NUnit? With other Testing-Framework no Unit Testing is possible
with R#.
--
Freundliche Grüße
Albert Weinert
http://der-albert.com
It's strange. On my test project, I have icons at the gutter.
Please could you create small solution, which has the mentioned problem, and
send it to us for analysis?
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Rik Hemsley" <rik@rikkus.info> wrote in message
news:12016182.1166535564512.JavaMail.itn@is.intellij.net...
>> Yes, you can run VB.NET tests
>
>