Testing EditText errors with Espresso on Android

前端 未结 2 612
抹茶落季
抹茶落季 2021-02-19 04:51

I want to test if an EditText field has an error (set with editText.setError(\"Cannot be blank!\")).

I\'ve created an Espresso test case with the new AndroidStu

2条回答
提交回复
热议问题