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 Details

    • Gb28181TestApplication

      public Gb28181TestApplication()
  • Method Details

    • main

      public static void main(String[] args)
    • run

      public void run(String... args) throws Exception
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception