Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

๐Ÿ”€ :: (#550) ํ…Œ์ŠคํŠธ ํŒจํ‚ค์ง€๋ช… ์ˆ˜์ • #552

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8c51b21
โ™ป๏ธ :: App android test
JunJaBoy Oct 13, 2023
2ece867
โ™ป๏ธ :: App test
JunJaBoy Oct 13, 2023
193873d
โ™ป๏ธ :: core database android test
JunJaBoy Oct 13, 2023
f34a927
โ™ป๏ธ :: core database test
JunJaBoy Oct 13, 2023
c3001ba
โ™ป๏ธ :: core database test
JunJaBoy Oct 13, 2023
5057916
โ™ป๏ธ :: core datastore android test
JunJaBoy Oct 13, 2023
8f409ac
โ™ป๏ธ :: core datastore test
JunJaBoy Oct 13, 2023
5d148f8
โ™ป๏ธ :: core jwt test
JunJaBoy Oct 13, 2023
8acc50a
โ™ป๏ธ :: core jwt android test
JunJaBoy Oct 13, 2023
1bca6d1
โ™ป๏ธ :: core network android test
JunJaBoy Oct 13, 2023
581ac48
โ™ป๏ธ :: core network test
JunJaBoy Oct 13, 2023
c61df50
โ™ป๏ธ :: core project android test
JunJaBoy Oct 13, 2023
af146fc
โ™ป๏ธ :: core project test
JunJaBoy Oct 13, 2023
73a9810
โ™ป๏ธ :: core school test
JunJaBoy Oct 13, 2023
8b55de2
โ™ป๏ธ :: core school android test
JunJaBoy Oct 13, 2023
e77aeda
โ™ป๏ธ :: core ui android test
JunJaBoy Oct 13, 2023
b04b4e6
โ™ป๏ธ :: core ui test
JunJaBoy Oct 13, 2023
c7d4de4
โ™ป๏ธ :: database android test
JunJaBoy Oct 13, 2023
de776a6
โ™ป๏ธ :: database test
JunJaBoy Oct 13, 2023
6775f0e
โ™ป๏ธ :: design-system test
JunJaBoy Oct 13, 2023
86c6281
โ™ป๏ธ :: feature test
JunJaBoy Oct 13, 2023
9688245
โ™ป๏ธ :: network android test
JunJaBoy Oct 13, 2023
6e268d8
โ™ป๏ธ :: network test
JunJaBoy Oct 13, 2023
c088ae4
โ™ป๏ธ :: shared date android test
JunJaBoy Oct 13, 2023
ecd6ac4
โ™ป๏ธ :: shared date test
JunJaBoy Oct 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading