File tree Expand file tree Collapse file tree
samples/client/others/java/webclient-sealedInterface/src/test/java/org/openapitools/client/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments