Skip to content

Commit

Permalink
Restructure test folders
Browse files Browse the repository at this point in the history
  • Loading branch information
maestromac committed Apr 18, 2019
1 parent 82d5346 commit 850b472
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 17 deletions.
17 changes: 0 additions & 17 deletions app/src/test/java/to/dev/dev_android/ExampleUnitTest.kt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package to.dev.dev_android.view.main.view

import org.junit.Test

import org.junit.Assert.*

class CustomWebViewClientTest {

@Test
fun onPageFinished() {
}

@Test
fun shouldOverrideUrlLoading() {
}

@Test
fun getContext() {
}

@Test
fun getBinding() {
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package to.dev.dev_android.view.main.view

import org.junit.Test

import org.junit.Assert.*

class MainActivityTest {

@Test
fun onCreate() {
}

@Test
fun onNewIntent() {
}

@Test
fun onBackPressed() {
}
}

0 comments on commit 850b472

Please sign in to comment.