改版消息主页面

This commit is contained in:
z583819556
2024-03-06 13:46:55 +08:00
parent a02f7b2e22
commit 2c554dadef
33 changed files with 1140 additions and 447 deletions

View File

@@ -1,8 +1,5 @@
package com.shayu.lib_huawei;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
@@ -10,8 +7,8 @@ import static org.junit.Assert.*;
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
//@Test
public void addition_isCorrect() {
assertEquals(4, 2 + 2);
// assertEquals(4, 2 + 2);
}
}