[opt] 司乘弱网缓存

This commit is contained in:
wangmingjun
2023-03-30 10:54:59 +08:00
parent 7bbb65bf9c
commit 2c2fb65d1e
35 changed files with 455 additions and 107 deletions

View File

@@ -0,0 +1,17 @@
package com.mogo.och.data
import org.junit.Test
import org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}