Package io.github.lunasaw.gbproxy.test
Class Gb28181TestApplication
java.lang.Object
io.github.lunasaw.gbproxy.test.Gb28181TestApplication
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
@SpringBootApplication
@ComponentScan(basePackages={"io.github.lunasaw.gbproxy.test","io.github.lunasaw.gbproxy.server","io.github.lunasaw.gbproxy.client","io.github.lunasaw.sip.common"})
public class Gb28181TestApplication
extends Object
implements org.springframework.boot.CommandLineRunner
GB28181测试应用主程序
可独立运行的完整测试套件
启动方式: 1. IDE运行:直接运行main方法 2. Maven运行:mvn spring-boot:run -pl gb28181-test 3. JAR运行:java -jar gb28181-test-1.2.5.jar
参数说明: --test.mode=auto|manual 测试模式:自动化/手动 --test.suite=all|server|client 测试套件:全部/服务端/客户端 --test.concurrent=true|false 是否并发测试 --test.report=true|false 是否生成测试报告
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Gb28181TestApplication
public Gb28181TestApplication()
-
-
Method Details
-
main
-
run
- Specified by:
run
in interfaceorg.springframework.boot.CommandLineRunner
- Throws:
Exception
-