第5次提交 清空贷款

This commit is contained in:
xuhuixiang
2026-03-21 11:02:14 +08:00
parent 1e0a4412c8
commit 1724c1a8af
1056 changed files with 61546 additions and 8094 deletions

View File

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