mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 15:16:14 +00:00
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:
@@ -87,7 +87,7 @@ class PetApiTest : ShouldSpec() {
|
||||
// uncomment below to test uploadFile
|
||||
//val petId : kotlin.Long = 789 // kotlin.Long | ID of pet to update
|
||||
//val additionalMetadata : kotlin.String = additionalMetadata_example // kotlin.String | Additional data to pass to server
|
||||
//val file : java.io.File = BINARY_DATA_HERE // java.io.File | file to upload
|
||||
//val file : kotlin.ByteArray = BINARY_DATA_HERE // kotlin.ByteArray | file to upload
|
||||
//val result : ModelApiResponse = apiInstance.uploadFile(petId, additionalMetadata, file)
|
||||
//result shouldBe ("TODO")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user