Testrunner GUI request
Hi All
Just another request for the testrunner. Would it be possible to make a distinction between namespace nodes and testfixture / test nodes?
My test assemblies usually have something like:
MainNamespace
TestFixure
AnotherTestFixture
SubNamespace
SubNamespaceTestFixture
.....
The problem with that is that in the testrunner you can't visually distinquish between the namespaces and the testfixtures. It would be kinda cool if you could see if a node is actually just a namespace node or a testnode.
Regards Patrick
Please sign in to leave a comment.
You can distinguish them
First of all, the icons are different.
Then, you can switch between "hierarchical view" and "plain view" (on the
test runner toolbar) - may be you'll find plane view mode useful to you
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Patrick" <no_mail@jetbrains.com> wrote in message
news:8041189.1127779607246.JavaMail.itn@is.intellij.net...
>
>
>
>
Hi Eugene
Oops sorry about that, I should have noticed that. Anyways thanks for reading my mind and giving us all these cool features.
Regards Patrick