[Feature Request]: Unit Test Runner
When a new unit test gets added, please automatically add it to the list.
Currently, it seems as if I dont specifically run the test, it doesnt get
added to the all tests list.
--
Matt Berther
http://www.mattberther.com
Please sign in to leave a comment.
The unit test is loaded from the compiled assembly not directly from the code. Therefore, as long as you haven't recompiled your code, the new unit test won't show up in there.
The tree with tests is collected from binary assembly.
So it cannot be reloaded without making the project
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Matt Berther" <matt.berther@gmail.com> wrote in message
news:221a09c7ac89408c75d22676c15b9@news.intellij.net...
>
>