Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 10, 2024
1 parent 2a36842 commit 3473445
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Generator/resource/kotlin/complex/AnyPropertyType.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Represents an any value which allows any kind of value
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Represents an array which contains a dynamic list of values of the same type
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Represents an array which contains a dynamic list of values of the same type
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Represents a boolean value
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Base collection type
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Base collection property type
*/
Expand Down
1 change: 1 addition & 0 deletions tests/Generator/resource/kotlin/complex/DefinitionType.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Base definition type
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Represents a generic value which can be replaced with a dynamic type
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Represents an integer value
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Represents a map which contains a dynamic set of key value entries of the same type
*/
Expand Down
1 change: 1 addition & 0 deletions tests/Generator/resource/kotlin/complex/MapPropertyType.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Represents a map which contains a dynamic set of key value entries of the same type
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Represents a float value
*/
Expand Down
1 change: 1 addition & 0 deletions tests/Generator/resource/kotlin/complex/PropertyType.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Base property type
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Represents a reference to a definition type
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Base scalar property type
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Represents a string value
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* A struct represents a class/structure with a fix set of defined properties.
*/
Expand Down
1 change: 1 addition & 0 deletions tests/Generator/resource/kotlin/complex/TypeAPI.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* The TypeAPI Root
*/
Expand Down
1 change: 1 addition & 0 deletions tests/Generator/resource/kotlin/complex/TypeSchema.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* TypeSchema specification
*/
Expand Down
1 change: 1 addition & 0 deletions tests/Generator/resource/kotlin/default/Author.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* An simple author element with some description
*/
Expand Down
1 change: 1 addition & 0 deletions tests/Generator/resource/kotlin/default/Location.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* Location of the person
*/
Expand Down
1 change: 1 addition & 0 deletions tests/Generator/resource/kotlin/default/News.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import com.fasterxml.jackson.annotation.*

/**
* An general news entry
*/
Expand Down

0 comments on commit 3473445

Please sign in to comment.