1 public class danyuanceshi { 2 3 4 5 6 @Test 7 public void testCompoundYear() { 8 int compoundYear = Fuli.shijian(1000000, 0.1, 2000000); 9 assertEquals(7, compoundYear); 10 } 11 12 13 14 }
二、总结
本次测试中,我还不是很熟悉单元测试,所以现在只能是做一部分
单元测试错误
时间: 2024-10-25 22:57:03