Commit daff6d10 authored by 技术部-任文超's avatar 技术部-任文超

更新类组

parent 03c58bf5
...@@ -3,7 +3,7 @@ import org.junit.runner.RunWith; ...@@ -3,7 +3,7 @@ import org.junit.runner.RunWith;
import org.junit.runners.Suite; import org.junit.runners.Suite;
@RunWith(Suite.class) @RunWith(Suite.class)
@Suite.SuiteClasses({DynamicTests.class, GeetestCaptchaServiceTest.class, MockMvcTests.class, MvcTests.class, @Suite.SuiteClasses({DynamicTests.class, MockMvcTests.class, MvcTests.class,
ParametersJunit4Tests.class, ParametersJunit5Tests.class, QuantgroupCaptchaServiceTest.class, ParametersJunit4Tests.class, ParametersJunit5Tests.class,
RepsitoryJpaTests.class, RepsitoryTests.class, ServiceTests.class, WebTests.class}) RepsitoryJpaTests.class, RepsitoryTests.class, ServiceTests.class, WebTests.class})
public class DemoTests {} public class DemoTests {}
\ No newline at end of file
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