zhouhao il y a 6 ans
Parent
commit
5547e97e08

+ 1 - 1
hsweb-tests/src/main/groovy/org/hswebframework/web/tests/HswebSpecification.groovy

@@ -29,7 +29,7 @@ class HswebSpecification extends Specification {
         mockMvc = MockMvcBuilders.webAppContextSetup(context).build();
     }
 
-    MockMvc getMockMvc() {
+    MockMvc getMock() {
         return mockMvc;
     }