mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
system微服务单元测试完善
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
package com.cf.imes.framework.test.core.ut;
|
||||
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
import org.springframework.test.context.ActiveProfiles;
|
||||
import org.springframework.test.context.junit.jupiter.SpringExtension;
|
||||
|
||||
/**
|
||||
* web单元测试基类
|
||||
*
|
||||
* @author Gqr
|
||||
* @since 2025/12/10 16:07
|
||||
*/
|
||||
@ExtendWith(SpringExtension.class)
|
||||
@ActiveProfiles("unit-test")
|
||||
public class BaseWebUnitTest {
|
||||
}
|
||||
Reference in New Issue
Block a user