使用testng进行单元测试
pom.xml
org.testng testng RELEASE test
test里面
import org.testng.annotations.Test;
@Test
public class ApiTest {
}

使用testng进行单元测试
pom.xml
org.testng testng RELEASE test
test里面
import org.testng.annotations.Test;
@Test
public class ApiTest {
}