From d3fcef0d3d3b7c6c7380c4343f8d061a2766eee2 Mon Sep 17 00:00:00 2001 From: lizhanwei <Dana_Lee1016@126.com> Date: 星期四, 16 四月 2020 13:06:27 +0800 Subject: [PATCH] http请求等待loading,二维码生成,dialog展示 --- app/src/androidTest/java/safeluck/drive/evaluation/ExampleInstrumentedTest.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/androidTest/java/safeluck/drive/evaluation/ExampleInstrumentedTest.java b/app/src/androidTest/java/safeluck/drive/evaluation/ExampleInstrumentedTest.java index 30135cd..9357019 100644 --- a/app/src/androidTest/java/safeluck/drive/evaluation/ExampleInstrumentedTest.java +++ b/app/src/androidTest/java/safeluck/drive/evaluation/ExampleInstrumentedTest.java @@ -1,8 +1,9 @@ package safeluck.drive.evaluation; import android.content.Context; -import android.support.test.InstrumentationRegistry; -import android.support.test.runner.AndroidJUnit4; + +import androidx.test.InstrumentationRegistry; +import androidx.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; -- Gitblit v1.8.0