This commit is contained in:
zxj
2025-07-14 15:42:44 +08:00
commit df5acf6b61
48 changed files with 993 additions and 0 deletions
@@ -0,0 +1,16 @@
package com.sw.dualscreen
import org.junit.Assert.assertEquals
import org.junit.Test
/**
* 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)
}
}