摘要:
一、初始化标注在老Junit4提供了setUp()和tearDown(),在每个测试函数调用之前/后都会调用。@Before:Method annotated with @Before executes before every test.@After: Method annotated with ... 阅读全文
摘要:
package com.lt.Demo.TestDemo;import java.util.Arrays;import java.util.Collection;import org.junit.After;import org.junit.AfterClass;import org.junit.B... 阅读全文