upgrade openapi poms and codegen tests to junit5 (#18619)

This commit is contained in:
Thorsten Hirsch
2024-05-09 06:19:56 +02:00
committed by GitHub
parent 89c2664e4c
commit 5614eef995
23 changed files with 778 additions and 777 deletions

View File

@@ -1,6 +1,6 @@
package com.my.company.codegen;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import org.openapitools.codegen.ClientOptInput;
import org.openapitools.codegen.DefaultGenerator;
import org.openapitools.codegen.config.CodegenConfigurator;