您的位置:首页 > 教育 > 锐评 > 室内设计师网站十大网站_公司网页设计图_热搜榜排名前十_长沙网络营销咨询费用

室内设计师网站十大网站_公司网页设计图_热搜榜排名前十_长沙网络营销咨询费用

2025/4/3 19:07:47 来源:https://blog.csdn.net/weixin_46046293/article/details/144136871  浏览:    关键词:室内设计师网站十大网站_公司网页设计图_热搜榜排名前十_长沙网络营销咨询费用
室内设计师网站十大网站_公司网页设计图_热搜榜排名前十_长沙网络营销咨询费用

视频地址:哔哩哔哩

讲义作业飞书地址:飞书

作业比较简单,随便写了写

package org.example;import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvSource;public class EmpServiceTest {public EmpService empService;@BeforeEachpublic void testBefore(){empService = new EmpService();}@Testpublic void testIsBeijing(){boolean result = empService.isBeijing("110101199001011234");System.out.println(result);Assertions.assertEquals(true, result);}@Testpublic void testGetAge(){Integer result = empService.getAge("110101199001011234");System.out.println(result);Assertions.assertEquals(34, result);}@Testpublic void testGetGender(){String result = empService.getGender("110101199001011234");System.out.println(result);Assertions.assertEquals("男", result);}@Testpublic void testGetYear(){String result = empService.getYear("110101199001011234");System.out.println(result);Assertions.assertEquals("1990", result);}@Testpublic void testGetMonth(){String result = empService.getMonth("110101199001011234");System.out.println(result);Assertions.assertEquals("01", result);}@ParameterizedTest@CsvSource({"610110201909091231, 5","110110201509091109, 9","510310198812120931, 35"})public void testGetAge2(String idcard, Integer age){Integer result = empService.getAge(idcard);System.out.println(result);Assertions.assertEquals(age, result);}}

有问题及时交流!

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com