📜  android 单元测试 - Java 代码示例

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

代码示例2
Unit tests are the fundamental tests in your app testing strategy. ... A unit test generally exercises the functionality of the smallest possible unit of code (which could be a method, class, or component) in a repeatable way. You should build unit tests when you need to verify the logic of specific code in your app