forked from loafle/openapi-generator-original
update sample tests, fix Java tests (#20300)
* replace removed forkMode * remove junit runner where it's not needed * update samples without skipping test files, but skip files named "FILES" * revert overwriting custom tests, add custom java tests to list * add one sample to CircleCI, fix various Java tests
This commit is contained in:
@@ -18,7 +18,7 @@ class MultipartMixedApiTest {
|
||||
@Test
|
||||
fun multipartMixedTest() {
|
||||
val status: MultipartMixedStatus = TODO()
|
||||
val file: org.springframework.core.io.Resource = TODO()
|
||||
val file: org.springframework.web.multipart.MultipartFile = TODO()
|
||||
val marker: MultipartMixedRequestMarker? = TODO()
|
||||
val response: ResponseEntity<Unit> = api.multipartMixed(status, file, marker)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user