diff options
| author | lonkaars <loek@pipeframe.xyz> | 2024-02-13 18:09:42 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2024-02-13 18:09:42 +0100 |
| commit | 18ca4ead52f3ec558541b01c025f2b366a6c3f5c (patch) | |
| tree | 5034ac5c27947a2dedfab60caa059b2fd46d2e84 /app/src/androidTest/java/com | |
| parent | d80cc5297c1f155e05ba56cfa301ff95a12eb9fd (diff) | |
remove junk
Diffstat (limited to 'app/src/androidTest/java/com')
| -rw-r--r-- | app/src/androidTest/java/com/lonkaars/bingo3/ExampleInstrumentedTest.java | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app/src/androidTest/java/com/lonkaars/bingo3/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/lonkaars/bingo3/ExampleInstrumentedTest.java deleted file mode 100644 index 5368de5..0000000 --- a/app/src/androidTest/java/com/lonkaars/bingo3/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.lonkaars.bingo3; - -import android.content.Context; - -import androidx.test.platform.app.InstrumentationRegistry; -import androidx.test.ext.junit.runners.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * Instrumented 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() { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); - assertEquals("com.lonkaars.bingo3", appContext.getPackageName()); - } -}
\ No newline at end of file |