Android Kotlin(仪表化)测试,断言ImageButton具有正确的资源,但不起作用。
创始人
2024-08-14 15:30:17
0

在Android Kotlin中进行仪表化测试时,可以使用Espresso和JUnit框架来完成断言ImageButton是否具有正确的资源。以下是一个示例解决方案:

  1. 首先,在build.gradle文件中添加Espresso和JUnit的依赖项:
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
  1. 创建一个测试类,命名为ImageButtonInstrumentedTest,该类将继承自AndroidJUnitRunner。在该类中,使用Espresso框架的onViewcheck方法来查找ImageButton并断言它具有正确的资源。
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.espresso.Espresso.onView
import androidx.test.espresso.assertion.ViewAssertions.matches
import androidx.test.espresso.matcher.ViewMatchers.isDisplayed
import androidx.test.espresso.matcher.ViewMatchers.withContentDescription
import androidx.test.espresso.matcher.ViewMatchers.withId
import androidx.test.rule.ActivityTestRule
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith

@RunWith(AndroidJUnit4::class)
class ImageButtonInstrumentedTest {

    @get:Rule
    val activityRule = ActivityTestRule(MainActivity::class.java)

    @Test
    fun testImageButtonHasCorrectResource() {
        // 使用ImageButton的id查找视图
        onView(withId(R.id.imageButton))
            // 检查视图是否显示在屏幕上
            .check(matches(isDisplayed()))
            // 使用资源描述符来断言ImageButton是否具有正确的资源
            .check(matches(withContentDescription("正确的资源描述")))
    }
}

在上述代码中,MainActivity是包含ImageButton的活动类。withId(R.id.imageButton)用于查找具有指定id的ImageButton,isDisplayed()用于断言ImageButton是否在屏幕上可见,withContentDescription("正确的资源描述")用于断言ImageButton是否具有正确的资源描述符。

  1. 运行测试类,可以使用Android Studio中的运行配置或通过以下命令在终端中运行测试:
./gradlew connectedAndroidTest

这将运行仪表化测试,并根据断言的结果提供测试报告。

请注意,这只是一个简单的示例解决方案,您需要根据您的具体情况进行适当的修改和调整。

相关内容

热门资讯

第7分钟大纲!we-poker... 第7分钟大纲!we-poker软件(透视)竟然真的有辅助辅助(哔哩哔哩)该软件可以轻松地帮助玩家将w...
1分钟大纲!破解辅助插件wep... 1分钟大纲!破解辅助插件wepoker(透视)真是存在有辅助教程(哔哩哔哩)1、起透看视 破解辅助插...
两分钟要领!hhpoker德州... 两分钟要领!hhpoker德州有挂吗(透视)一直有辅助开挂(哔哩哔哩)1、玩家可以在hhpoker德...
一分钟讲义!拱趴大菠萝有什么挂... 一分钟讲义!拱趴大菠萝有什么挂(透视)竟然是有辅助安装(哔哩哔哩)1、每一步都需要思考,不同水平的挑...
第七分钟手筋!wepoker永... 第七分钟手筋!wepoker永久免费脚本(透视)一直是有辅助透视(哔哩哔哩)1、第七分钟手筋!wep...
第七分钟课程!wepoker软... 第七分钟课程!wepoker软件辅助程序(透视)一贯是真的有辅助安装(哔哩哔哩)wepoker软件辅...
2分钟指引!拱趴大菠萝自动计算... 2分钟指引!拱趴大菠萝自动计算机器人(透视)原来真的有辅助透视(哔哩哔哩)1、拱趴大菠萝自动计算机器...
第六分钟窍要!wpk真吗(透视... 第六分钟窍要!wpk真吗(透视)真是是真的有辅助插件(哔哩哔哩)1、wpk真吗免费辅助多个强度级别选...
4分钟指引!wepoker软件... 4分钟指引!wepoker软件辅助程序(透视)一直是有辅助教程(哔哩哔哩)1、任何wepoker软件...
四分钟积累!wepoker游戏... 四分钟积累!wepoker游戏的安装教程(透视)本来是有辅助工具(哔哩哔哩)1、wepoker游戏的...