mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 07:26:03 +00:00
New push with junit espresso tests
This commit is contained in:
@@ -3,7 +3,10 @@ package h_mal.appttude.com.driver;
|
||||
import android.content.Context;
|
||||
import android.support.test.InstrumentationRegistry;
|
||||
import android.support.test.runner.AndroidJUnit4;
|
||||
import android.view.View;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@@ -23,4 +26,5 @@ public class ExampleInstrumentedTest {
|
||||
|
||||
assertEquals("h_mal.appttude.com.driver", appContext.getPackageName());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user