Commit a82dca90 authored by qwj-github's avatar qwj-github

add

parent 738ee862
...@@ -18,6 +18,7 @@ import io.restassured.response.Response; ...@@ -18,6 +18,7 @@ import io.restassured.response.Response;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.ContextConfiguration;
import org.testng.Assert; import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterMethod; import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod; import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test; import org.testng.annotations.Test;
...@@ -242,7 +243,8 @@ public class pk_押注测试_AccessTest extends DuibaTestBase { ...@@ -242,7 +243,8 @@ public class pk_押注测试_AccessTest extends DuibaTestBase {
} }
@AfterMethod // @AfterMethod
@AfterClass
public void tearDown() { public void tearDown() {
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment