mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 15:57:06 +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:
@@ -16,8 +16,9 @@ class TestApiTest {
|
||||
*/
|
||||
@Test
|
||||
fun testPostTest() {
|
||||
// val apa: Apa = TODO()
|
||||
// val response: ResponseEntity<Unit> = api.testPost(apa)
|
||||
val apa: Apa = TODO()
|
||||
val response: ResponseEntity<Unit> = api.testPost(apa)
|
||||
|
||||
// TODO: test validations
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user