aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/androidTest/java/xyz/adjutor
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-02-09 11:31:06 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-02-09 11:31:06 +0100
commit9ae95694db46e95f8d0ae9f9ea0a49d2005fd250 (patch)
treee5b32cd9d235554e8761d052c3563cc371502ad8 /app/src/androidTest/java/xyz/adjutor
downloadAniki-9ae95694db46e95f8d0ae9f9ea0a49d2005fd250.tar.gz
Aniki-9ae95694db46e95f8d0ae9f9ea0a49d2005fd250.tar.bz2
Aniki-9ae95694db46e95f8d0ae9f9ea0a49d2005fd250.zip
Initial commit
Diffstat (limited to 'app/src/androidTest/java/xyz/adjutor')
-rw-r--r--app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt b/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt
new file mode 100644
index 0000000..517647e
--- /dev/null
+++ b/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt
@@ -0,0 +1,24 @@
+package xyz.adjutor.aniki
+
+import androidx.test.platform.app.InstrumentationRegistry
+import androidx.test.ext.junit.runners.AndroidJUnit4
+
+import org.junit.Test
+import org.junit.runner.RunWith
+
+import org.junit.Assert.*
+
+/**
+ * Instrumented test, which will execute on an Android device.
+ *
+ * See [testing documentation](http://d.android.com/tools/testing).
+ */
+@RunWith(AndroidJUnit4::class)
+class ExampleInstrumentedTest {
+ @Test
+ fun useAppContext() {
+ // Context of the app under test.
+ val appContext = InstrumentationRegistry.getInstrumentation().targetContext
+ assertEquals("xyz.adjutor.aniki", appContext.packageName)
+ }
+} \ No newline at end of file
='logsubject'>Fixing lower case issue following acceptance testClyhtsuriva1-9/+3 2021-06-27Fixing conflictsmanthole2-0/+139 2021-06-27Latest maven, jacoco and javadoc filesClyhtsuriva47-313/+822 2021-06-27Catch exception related to search functionalitysaid belhadj4-3/+11 2021-06-27Delete TEST-musichub.business.CategoryTest.xmlSaid Belhadj1-58/+0 2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164 2021-06-27Update search functionalitysaid belhadj2-0/+8 2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92 2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465 2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82