Keyboard shortcut for Run As & # 8594; Android JUnit Test in Eclipse

Has anyone calculated the keyboard equivalent of this menu?

The menu I would like to have a keyboard shortcut for

I used this menu on test cases filled with Robotium with a class signature, for example:

public class AccountTest extends ActivityInstrumentationTestCase2<MainActivity> { ... }

Somehow, Alt- Shift- X, Tjust does not do the same, even if you select Android JUnit Runner in the dialog that appears ...

A similar Run As → Android application has a complex shortcut Alt- Shift- A, Rwhen you start any other conceivable type, runnable starts with Alt- Shift- X, so there is hope.

+5
source share
3 answers

Window -> Preferences -> Run/Debug -> Launching -> Always launch the previously launched application.

, , , . . "" "". , . F11 Ctrl + F11 ( ) .

, F11, , . . .

+5

macbook Shift-Command-Fn-F11.

+3

, TestNG SHIFT + ALT + X, G

, SHIFT + ALT + X, :

enter image description here

, G, TestNG Suite, .

0

All Articles