Multiple Choice
To run your local unit tests, follow these steps: Be sure your project is synchronized with Gradle by clicking Sync Project in the toolbar. Run your test in one of the following ways (select possible) : (Choose three.)
A) To run a single test, open the Project window, and then right-click a test and click Run .
B) To test all methods in a class, right-click a class or method in the test file and click Run
C) To run all tests in a directory, right-click on the directory and select Run tests
D) To run all tests in Project, open the Project window, and then right-click a test and click Run
Correct Answer:

Verified
Correct Answer:
Verified
Q65: When your code execution reaches the breakpoint,
Q66: SharedPreferences.Editor is an interface used for modifying
Q67: Assume that you have the following situation:
Q68: A class that you create for managing
Q69: For example, we have a file in
Q71: To run a debuggable build variant you
Q72: A content label sometimes depends on information
Q73: In our TeaViewModel class, that extends ViewModel
Q74: Which build options in the Build menu
Q75: If content in a PagedList updates, the