Cannot bind 'Test' to key in 929
In Intellij 3.0 there was a 'Test ]]>' option so that you could run
an individual Junit test from the popup menu. It had the added bonus of
letting you bind that action to a key. That action seems to have
disappeared from the popup menu and isn't available to bind to. Or am I
missing something?
This may have been gone for awhile, but I just started using EAP releases.
thanks
scott
Please sign in to leave a comment.
On Thu, 18 Sep 2003 11:48:51 -0500, Scott Morgan <noemail@email.com> wrote:
>
>
>
>
>
Use the same key bind than Run. IDEA will select the current method or the
current class depending on the context.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
On Thu, 18 Sep 2003 18:55:26 +0200, Dani <dl2@bla.com> wrote:
I mean the key shortcut in other -> run (not the main menu -> run ->run)
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
I always bind
to
"Other.Run".
I use it all the time, to create on the fly, and run tests or app. run
configurations.
case 1 : in a TestCase, place the caret in a testXXX method body
=> create and run a temp. run config for this method.
case 2 : in a TestCase, place the caret between 2 methods
=> create and run ... for the whole TestCase
case 3 : in a std class, with a main() method, place the caret anywhere
between the {}
=> create and run for the class main().