Using Android Test Framework

后端 未结 4 1443
时光取名叫无心
时光取名叫无心 2020-12-07 16:02

Android provides various packages for testing like

AndroidTestCase ApplicationTestCase InstrumentationTestCase ActivityInstrumentat

4条回答
  •  悲&欢浪女
    2020-12-07 16:51

    Please see the class hierarchy graph drawn by myself using PowerPoint.

    The accepted answer gives enough info in words. I just to make it clear using graph :)

    For the InstrumentationTestCase @Zorb asked, it's parent class for ActivityTestCase among others. It enables you to call the getInstrumentation method to get an instance of instrumentation so that you can operate application, activity, and so on.

    Class hierarchy graph drawn by myself

提交回复
热议问题