Skip to content

Commit 4325467

Browse files
committed
优化测试
1 parent dfb05b4 commit 4325467

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

APPTest/src/main/java/com/bihe0832/android/test/module/TestDebugCommonFragment.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ open class TestDebugCommonFragment : BaseTestFragment() {
3030
add(TestItemData("应用信息获取") {
3131
startActivity("com.bihe0832.android.app.apk.MainActivity")
3232
})
33+
34+
add(TestItemData("来拼图") {
35+
startActivity("com.bihe0832.android.app.puzzle.MainActivity")
36+
})
3337
}
3438
}
3539

PubPuzzleGame/src/main/java/com/bihe0832/android/app/puzzle/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.bihe0832.android.app.puzzle
22

3-
import android.Manifest
43
import android.os.Bundle
54
import android.support.v4.content.ContextCompat
65
import android.text.Html

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ext.developModule = "Application"
1818
* true 表示以 application 模式运行
1919
* false 表示以 Android Library 模式运行
2020
*/
21-
ext.pubModuleIsApplication = true
21+
ext.pubModuleIsApplication = false
2222
/**
2323
* 是否将所有依赖了 developModule 的模块都加载进来。
2424
* true 全都加载,
@@ -35,7 +35,7 @@ ext.moduleInfo = [
3535

3636
"APPTest" : [
3737
"apidependenciesList" : ["",
38-
"Application", "BaseCard","BasePuzzleGame","BasePhotos"
38+
"Application", "BaseCard","PubGetAPKInfo","PubGetAPKInfo"
3939

4040
]
4141
],

0 commit comments

Comments
 (0)