Reputation: 83527
I recently learned about FragmentTestUtil.startFragment()
. However, in using it, I am stuck. In particular, how do I get the views from the fragment so that I can check if they are visible, enabled, disabled, etc. as the case may be?
Upvotes: 1
Views: 488