摘要: package test02_JDBC; import org.junit.After; import org.junit.Before; import org.junit.Test; /** * junit底层会根据@Test注解创建当前类的实例,调用注解所标记的方法 * 执行junit单元测试标 阅读全文
posted @ 2020-07-06 14:47 Saturn5 阅读(73) 评论(0) 推荐(0)