gpt4 book ai didi

android - 测试 Activity 并通过额外?

转载 作者:行者123 更新时间:2023-11-29 16:23:20 25 4
gpt4 key购买 nike

我正在为我的 Activity 编写测试

MyActivity activity = new MyActivity();
activity.onCreate(null);

我的 Activity 需要传递额外的参数,所以当我调用 onCreate 时它崩溃了。如何在不使用 Intent 的情况下将 extra 传递给我的 Activity?

最佳答案

您可以让被测 Activity 为额外参数使用一些默认值,但我不推荐这种方法。相反,只需让测试通过值即可。

来自 http://developer.android.com/reference/android/test/ActivityInstrumentationTestCase2.html#setActivityIntent(android.content.Intent)

Call this method before the first call to getActivity() to inject a customized Intent into the Activity under test.

关于android - 测试 Activity 并通过额外?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6145571/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com