testing-samples
testing-samples copied to clipboard
A collection of samples demonstrating different frameworks and techniques for automated testing
In some complex layout,uiautomatorviewer can't catch the view ,it will show the error info Error while parsing UI hierarchy XML file: Invalid ui automator hierarchy file. could you help me...
Add example tests using robolectric. Copied the espresso BasicSample as is, with some string substitutions.
Had to force dependencies in the RV sample. Please squash before merging.
removed 'Specific instrumentation runner' line as it's not in new versions of android studio and is just specified in build.gradle, so user doesn't need to do anything
fix typo
In the test function "validation_resultIsIncorret()", the string that we typed is "INVALID_STRING_TO_BE_TYPED". So that, I have fixed the comment above that line.
This enables automatic builds for new commits and PRs in the master branch. This sample is currently **green**, see build logs: + GRADLE_OPTS=' -Xms4g -Xmx4g' + GRADLE_OPTS=' -Xms4g -Xmx4g -XX:+HeapDumpOnOutOfMemoryError'...