You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test-side code can't touch drawables much. As a result, most code that touches the App side has to be put into a button or some other form of triggerable app code so that the test code can trigger it.
It would make sense to have an "app eval" API to run Ruby code with the app object as self, in the app process.
The text was updated successfully, but these errors were encountered:
The test-side code can't touch drawables much. As a result, most code that touches the App side has to be put into a button or some other form of triggerable app code so that the test code can trigger it.
It would make sense to have an "app eval" API to run Ruby code with the app object as self, in the app process.
The text was updated successfully, but these errors were encountered: