summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/ui/UITestUtils.java
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-10-20 23:47:47 +0200
committerByteHamster <info@bytehamster.com>2019-10-20 23:49:14 +0200
commitfea84424e34b35a60a7cb0ed91d86571ad3b23e7 (patch)
tree3b13da96a57535c463ffbf54fcd0e6f2226665b6 /app/src/androidTest/java/de/test/antennapod/ui/UITestUtils.java
parent6e35861a614cebc1eec317366793a5436a8510f9 (diff)
downloadAntennaPod-fea84424e34b35a60a7cb0ed91d86571ad3b23e7.zip
Removed code duplication from playback tests, added test for ExoPlayer
Diffstat (limited to 'app/src/androidTest/java/de/test/antennapod/ui/UITestUtils.java')
-rw-r--r--app/src/androidTest/java/de/test/antennapod/ui/UITestUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/androidTest/java/de/test/antennapod/ui/UITestUtils.java b/app/src/androidTest/java/de/test/antennapod/ui/UITestUtils.java
index 905c65c34..82dc63d68 100644
--- a/app/src/androidTest/java/de/test/antennapod/ui/UITestUtils.java
+++ b/app/src/androidTest/java/de/test/antennapod/ui/UITestUtils.java
@@ -34,7 +34,7 @@ import org.junit.Assert;
* Utility methods for UI tests.
* Starts a web server that hosts feeds, episodes and images.
*/
-class UITestUtils {
+public class UITestUtils {
private static final String TAG = UITestUtils.class.getSimpleName();