mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 07:26:03 +00:00
Kotlin migration Successful
This commit is contained in:
@@ -9,7 +9,8 @@ import org.junit.Before;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
|
||||
import h_mal.appttude.com.driver.ui.HomeFragment;
|
||||
import h_mal.appttude.com.driver.ui.driver.HomeFragment;
|
||||
import h_mal.appttude.com.driver.ui.driver.MainActivity;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
package h_mal.appttude.com.driver.base
|
||||
|
||||
import org.junit.Assert.*
|
||||
|
||||
class BaseActivityTest{
|
||||
|
||||
|
||||
}
|
||||
@@ -18,6 +18,7 @@ import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
import h_mal.appttude.com.driver.R;
|
||||
import h_mal.appttude.com.driver.ui.user.LoginActivity;
|
||||
|
||||
import static androidx.test.espresso.Espresso.onView;
|
||||
import static androidx.test.espresso.action.ViewActions.*;
|
||||
|
||||
@@ -18,6 +18,7 @@ import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
import h_mal.appttude.com.driver.R;
|
||||
import h_mal.appttude.com.driver.ui.user.LoginActivity;
|
||||
|
||||
import static androidx.test.espresso.Espresso.onView;
|
||||
import static androidx.test.espresso.action.ViewActions.*;
|
||||
|
||||
Reference in New Issue
Block a user