From 7cab8df10ba2161abed4fa8c0df0668bda4166ed Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 26 三月 2024 17:00:34 +0800 Subject: [PATCH] 设置中安身份证识别的参数 --- app/src/androidTest/java/com/dayu/recharge/ExampleInstrumentedTest.java | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/app/src/androidTest/java/com/dayu/recharge/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/dayu/recharge/ExampleInstrumentedTest.java index dbe2ace..e8e504d 100644 --- a/app/src/androidTest/java/com/dayu/recharge/ExampleInstrumentedTest.java +++ b/app/src/androidTest/java/com/dayu/recharge/ExampleInstrumentedTest.java @@ -2,25 +2,25 @@ import android.content.Context; -import androidx.test.platform.app.InstrumentationRegistry; -import androidx.test.ext.junit.runners.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; +//import androidx.test.platform.app.InstrumentationRegistry; +//import androidx.test.ext.junit.runners.AndroidJUnit4; +// +//import org.junit.Test; +//import org.junit.runner.RunWith; +// +//import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android device. * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); - assertEquals("com.dayu.recharge", appContext.getPackageName()); - } -} \ No newline at end of file +//@RunWith(AndroidJUnit4.class) +//public class ExampleInstrumentedTest { +// @Test +// public void useAppContext() { +// // Context of the app under test. +// Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); +// assertEquals("com.dayu.recharge", appContext.getPackageName()); +// } +//} \ No newline at end of file -- Gitblit v1.8.0