Skip to content

Commit eca99b3

Browse files
committed
Regenerate samples
1 parent 8ab4f38 commit eca99b3

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

  • samples/client/others/java/webclient-sealedInterface/src/test/java/org/openapitools/client/model
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/*
2+
* ByRefOrValue
3+
* This tests for a oneOf interface representation
4+
*
5+
* The version of the OpenAPI document: 0.0.1
6+
*
7+
*
8+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9+
* https://openapi-generator.tech
10+
* Do not edit the class manually.
11+
*/
12+
13+
14+
package org.openapitools.client.model;
15+
16+
import com.fasterxml.jackson.annotation.JsonInclude;
17+
import com.fasterxml.jackson.annotation.JsonProperty;
18+
import com.fasterxml.jackson.annotation.JsonCreator;
19+
import com.fasterxml.jackson.annotation.JsonTypeName;
20+
import com.fasterxml.jackson.annotation.JsonValue;
21+
import org.junit.jupiter.api.Assertions;
22+
import org.junit.jupiter.api.Disabled;
23+
import org.junit.jupiter.api.Test;
24+
25+
/**
26+
* Model tests for Dog
27+
*/
28+
class DogTest {
29+
private final Dog model = new Dog();
30+
31+
/**
32+
* Model tests for Dog
33+
*/
34+
@Test
35+
void testDog() {
36+
// TODO: test Dog
37+
}
38+
39+
/**
40+
* Test the property 'bark'
41+
*/
42+
@Test
43+
void barkTest() {
44+
// TODO: test bark
45+
}
46+
47+
}

0 commit comments

Comments
 (0)