Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ブロードキャスト クラスの魔女が にリモートビューを持っていることをテストする必要があります。そして、リモートビューの天気のボタンが表示されているかどうかを確認したい。
前もって感謝します。
このように眺めました。助けてください。
final LayoutInflater inflater = LayoutInflater.from(mContext); ViewGroup view = (ViewGroup) inflater.inflate( R.layout.widget, null); View v = view .findViewById(R.id.text); assertFalse(v.isShown());