0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. tutanota
  2. /
  3. app-android
  4. /
  5. app
  6. /
  7. src
  8. /
  9. test
  10. /
  11. java
Aand[Android] Adds dexmaker to mock classes during Instrumented Tests
4f518055创建于 2025年2月26日历史提交
文件最后提交记录最后更新时间
de/tutao/tutanota
[Android] Adds dexmaker to mock classes during Instrumented Tests To have the SDK we must move the tests from unit to Instrumented Tests as unit tests aren't able to load our compiled SDK since the target mismatches (Unit tests require linux-x86-64). Mockito isn't able to mock final classes and instead of making all of them open, we can use dexmaker to proxy the classes and be able to fully mock final classes. This commit introduces dexmaker as a dependency and also overrides dexmaker mockito-core with a more updated one. 1 年前