首页 > 其他分享> > 使用junit测试 使用junit测试 2022-01-07 19:01:33 作者:互联网 junit 导包 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>test</scope> </dependency> @Test注解(只能用在方法上) 标签:test,导包,测试,使用,Test,注解,junit,3.8 来源: https://www.cnblogs.com/luoking/p/15776490.html