Skip to content

Commit

Permalink
πŸ”€ :: (#550) ν…ŒμŠ€νŠΈ νŒ¨ν‚€μ§€λͺ… μˆ˜μ •
Browse files Browse the repository at this point in the history
πŸ”€ :: (#550) ν…ŒμŠ€νŠΈ νŒ¨ν‚€μ§€λͺ… μˆ˜μ •
  • Loading branch information
JunJaBoy authored Oct 13, 2023
2 parents 301d8db + ecd6ac4 commit 3f74403
Show file tree
Hide file tree
Showing 30 changed files with 120 additions and 120 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.app
package team.aliens.dms.android.app

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.jwt
package team.aliens.dms.android.app

import org.junit.Test

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.database
package team.aliens.dms.android.core.database

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package team.aliens.dms.android.core.database

import org.junit.Test

import org.junit.Assert.*

/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.core.datastore
package team.aliens.dms.android.core.datastore

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.core.datastore
package team.aliens.dms.android.core.datastore

import org.junit.Test

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.jwt
package team.aliens.dms.android.core.jwt

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.network
package team.aliens.dms.android.core.jwt

import org.junit.Test

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.network
package team.aliens.dms.android.core.network

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package team.aliens.dms.android.core.network

import org.junit.Test

import org.junit.Assert.*

/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.core.project
package team.aliens.dms.android.core.project

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package team.aliens.dms.android.core.project

import org.junit.Test

import org.junit.Assert.*

/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.core.school
package team.aliens.dms.android.core.school

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package team.aliens.dms.android.core.school

import org.junit.Test

import org.junit.Assert.*

/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.core.ui
package team.aliens.dms.android.core.ui

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.app
package team.aliens.dms.android.core.ui

import org.junit.Test

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.local
package team.aliens.dms.android.database

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.database
package team.aliens.dms.android.database

import org.junit.Test

Expand Down
17 changes: 0 additions & 17 deletions database/src/test/java/team/aliens/local/ExampleUnitTest.kt

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package team.aliens.dms.android.designsystem

import org.junit.Test

import org.junit.Assert.*

/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android
package team.aliens.dms.android.feature

import junit.framework.TestCase.assertEquals
import org.junit.Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.network;
package team.aliens.dms.android.network.network;

import android.content.Context;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.network;
package team.aliens.dms.android.network.network;

import org.junit.Test;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.aliens.dms_android.shared.date
package team.aliens.dms.android.shared.date

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package team.aliens.dms.android.shared.date

import org.junit.Test

import org.junit.Assert.*

/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}

This file was deleted.

0 comments on commit 3f74403

Please sign in to comment.