Test doubles in Instrumented End-To-End tests
I have a Fragment screen which launches a WebView using a registerActivityForResult
and I want to have an End-to-End Instrumented test which has this Fragment in the flow.
I have a Fragment screen which launches a WebView using a registerActivityForResult
and I want to have an End-to-End Instrumented test which has this Fragment in the flow.