JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_视频通话显示视频第一次上传

This commit is contained in:
田岩
2025-12-23 17:50:11 +08:00
parent f74c981b2f
commit 88ff54a5d7
219 changed files with 2459 additions and 1530 deletions
@@ -0,0 +1,24 @@
package com.example.ty_camera
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.Assert.*
/**
* Instrumented test, which will execute on an Android device.
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
@RunWith(AndroidJUnit4::class)
class ExampleInstrumentedTest {
@Test
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("com.example.ty_camera.test", appContext.packageName)
}
}