aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/android/AndroidInstrumentationTestTest.java
Commit message (Expand)AuthorAge
* Add some testing methods to get ConfiguredTargetAndData more easily, and rena...Gravatar janakr2018-03-19
* Add BuildConfiguration to ConfiguredTargetAndTarget and rename it to Configur...Gravatar janakr2018-03-10
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Renamed android_instrumentation_test.instrumentation to android_instrumentati...Gravatar jingwen2018-01-31
* Support Android testing with Skylark-defined device rules.Gravatar ajmichael2018-01-26
* Ensure that the target package in the <instrumentation> tag of the instrument...Gravatar jingwen2017-12-19
* Modify android_instrumentation_test.instrumentation to accept android_binary ...Gravatar jingwen2017-10-27
* Naming style fix for AndroidInstrumentationInfo(Provider).Gravatar dslomov2017-08-25
* Make native declared providers type-safe.Gravatar dslomov2017-07-10
* Introduce new android_instrumentation_test rule.Gravatar ajmichael2017-06-29