单位测试新元。
I want to test an activity called Login. I m extending ActivityInstrumentationTestCase2<Login>
from the out-of-the-box api to develop the testing class.
The problem is that the Login Activity is started after another Activity,
which in turn, is started by a splash screen Activity.
这项活动始于中间阶段,开始提供一些服务,并初步设定了洛林活动一号所需的一些物体,试图对工作进行适当测试,因此,我需要首先这样做。
我如何能够这样做?
提前感谢。