media/library/core/src/androidTest
olly 95ba4f85b0 Drop prefix test- from core test methods
This is one step toward following the google3's test naming convention.
See go/java-testing/getting_started#basic-test-template for details
why prefix test isn't necessary.

This CL is generated by following command
$ find -name '*Test.java' | xargs -I{} sed -i 's/^\ \ public\ void\ test\([A-Z]\)\(.*\)$/  public void \L\1\E\2/' {}

PiperOrigin-RevId: 296169886
2020-02-25 21:22:02 +00:00
..
java/com/google/android/exoplayer2/upstream Drop prefix test- from core test methods 2020-02-25 21:22:02 +00:00
AndroidManifest.xml Align media2 extension tests with other tests 2020-01-16 13:50:36 +00:00