Skip to content

Commit 850b472

Browse files
committed
Restructure test folders
1 parent 82d5346 commit 850b472

File tree

3 files changed

+44
-17
lines changed

3 files changed

+44
-17
lines changed

app/src/test/java/to/dev/dev_android/ExampleUnitTest.kt

-17
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
package to.dev.dev_android.view.main.view
2+
3+
import org.junit.Test
4+
5+
import org.junit.Assert.*
6+
7+
class CustomWebViewClientTest {
8+
9+
@Test
10+
fun onPageFinished() {
11+
}
12+
13+
@Test
14+
fun shouldOverrideUrlLoading() {
15+
}
16+
17+
@Test
18+
fun getContext() {
19+
}
20+
21+
@Test
22+
fun getBinding() {
23+
}
24+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
package to.dev.dev_android.view.main.view
2+
3+
import org.junit.Test
4+
5+
import org.junit.Assert.*
6+
7+
class MainActivityTest {
8+
9+
@Test
10+
fun onCreate() {
11+
}
12+
13+
@Test
14+
fun onNewIntent() {
15+
}
16+
17+
@Test
18+
fun onBackPressed() {
19+
}
20+
}

0 commit comments

Comments
 (0)