Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
94708755e8d97681dd2c836ab08af8153d6e4688
tutanota
/
app-android
/
app
/
src
/
test
/
java
下载当前目录
A
and
[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 年前