New push with junit espresso tests

This commit is contained in:
2019-03-11 22:05:02 +11:00
parent 087c3e991c
commit 987b25af31
119 changed files with 6864 additions and 1553 deletions

View File

@@ -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());
}
}