-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
E.g. Android Studio displays them as:
Note that the parameterized test method and its cases seem to have been put under new mangled class headings ("String)") instead of all grouped under the test class (StupidConnectedTest). Additionally, the parameter cases ("", "abc", "123") have been mangled with the method name appended.
Checking the console output reveals the parameterized test has been similarly
mangled there too, so this is not or not solely an IDE issue:
gradle_instrumentation_param_tests_output.txt
Sample instrumentation test file (src/androidTest/java/stupidSampleGradleProject/
):
Sample build.gradle:
build.gradle.txt