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
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
I tried to use instrumentationArgs as suggested in the documentation of spoon-gradle-plugin instrumentationArgs = ["foo=bar", "name=value"]
I had the error:
Execution failed for task ':app:spoonDebugAndroidTest'.
No signature of method: com.squareup.spoon.SpoonRunner$Builder.setInstrumentationArgs() is applicable for argument types: (java.util.ArrayList) values: [[notAnnotation=com.netpulse.mobile.utils.SmokeTest, coverage=true]]
Possible solutions: setInstrumentationArgs(java.util.Map)
I did some investigation and found that in Spoon instrumentationArgs is a Map SpoonRunner
Can you please fix this mismatch?
The text was updated successfully, but these errors were encountered:
PohilAlex
changed the title
instrumentationArgs param is Incompatible with spoon
instrumentationArgs param is incompatible with spoon
Dec 22, 2017
I tried to use
instrumentationArgs
as suggested in the documentation of spoon-gradle-plugininstrumentationArgs = ["foo=bar", "name=value"]
I had the error:
I did some investigation and found that in Spoon instrumentationArgs is a Map
SpoonRunner
Can you please fix this mismatch?
The text was updated successfully, but these errors were encountered: