summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2017-03-28 11:59:16 -0400
committerJoey Grover <joeygrover@gmail.com>2017-03-28 11:59:16 -0400
commitd578442ed4c4a18dd43b2edf0e99ad77a8db70a7 (patch)
treee1915c350aaafa63b7962db42659c50944b35af4
parentb03ad43f211e09b3d86dcc8d9ff25b626266f190 (diff)
downloadsdl_android-d578442ed4c4a18dd43b2edf0e99ad77a8db70a7.tar.gz
Remove example test
-rw-r--r--sdl_android/src/androidTest/java/com/smartdevicelink/ExampleInstrumentedTest.java26
1 files changed, 0 insertions, 26 deletions
diff --git a/sdl_android/src/androidTest/java/com/smartdevicelink/ExampleInstrumentedTest.java b/sdl_android/src/androidTest/java/com/smartdevicelink/ExampleInstrumentedTest.java
deleted file mode 100644
index 384765c72..000000000
--- a/sdl_android/src/androidTest/java/com/smartdevicelink/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package com.smartdevicelink;
-
-import android.content.Context;
-import android.support.test.InstrumentationRegistry;
-import android.support.test.runner.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumentation test, which will execute on an Android device.
- *
- * @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() throws Exception {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getTargetContext();
-
- assertEquals("com.smartdevicelink", appContext.getPackageName());
- }
-}