'Issues with simple tests from official documentation and guides
I tryed to create a test by myself following these steps posted here: https://developer.android.com/studio/test/test-in-android-studio
Create new tests
You can add a new test for a specific class or method directly from its source code by following these steps:
1. Open the source file that contains the code you want to test.
2. Put your cursor in the name of the class or method you want to test, and press Control+Shift+T
3. In the popup that appears, click Create New Test…
The problem is that... when I press Control+Shift+T, no popup appears, I'm using last version of Android Studio. Instead of appearing a dialog for creating a test for that function/class, is appearing this message: "No test subjects found"
Why Control+Shift+T doesn't display the pop-up to create the text for a function? how to achieve it?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
