📜  我如何测试我的 android - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:28.145000             🧑  作者: Mango

代码示例1
In the Project window, right-click a test and click Run .
In the Code Editor, right-click a class or method in the test file and click Run to test all methods in the class.
To run all tests, right-click on the test directory and click Run tests .