Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Prev Previous commit
Samples regen
  • Loading branch information
spacether committed May 21, 2024
commit e44c70bfc91268d70b5866d67eeea5d8b5a72d13
87 changes: 0 additions & 87 deletions samples/client/3_0_3_unit_test/kotlin/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -283,93 +283,6 @@ src/main/kotlin/org/openapijsonschematools/client/servers/Server.kt
src/main/kotlin/org/openapijsonschematools/client/servers/ServerProvider.kt
src/main/kotlin/org/openapijsonschematools/client/servers/ServerWithVariables.kt
src/main/kotlin/org/openapijsonschematools/client/servers/ServerWithoutVariables.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AdditionalpropertiesAllowsASchemaWhichShouldValidateTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AdditionalpropertiesAreAllowedByDefaultTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AdditionalpropertiesCanExistByItselfTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AdditionalpropertiesShouldNotLookInApplicatorsTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AllofCombinedWithAnyofOneofTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AllofSimpleTypesTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AllofTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AllofWithBaseSchemaTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AllofWithOneEmptySchemaTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AllofWithTheFirstEmptySchemaTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AllofWithTheLastEmptySchemaTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AllofWithTwoEmptySchemasTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AnyofComplexTypesTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AnyofTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AnyofWithBaseSchemaTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/AnyofWithOneEmptySchemaTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/ArrayTypeMatchesArraysTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/BooleanTypeMatchesBooleansTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/ByIntTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/ByNumberTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/BySmallNumberTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/DateTimeFormatTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/EmailFormatTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/EnumWith0DoesNotMatchFalseTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/EnumWith1DoesNotMatchTrueTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/EnumWithEscapedCharactersTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/EnumWithFalseDoesNotMatch0Test.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/EnumWithTrueDoesNotMatch1Test.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/EnumsInPropertiesTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/ForbiddenPropertyTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/HostnameFormatTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/IntegerTypeMatchesIntegersTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/InvalidInstanceShouldNotRaiseErrorWhenFloatDivisionInfTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/InvalidStringValueForDefaultTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/Ipv4FormatTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/Ipv6FormatTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/JsonPointerFormatTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/MaximumValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/MaximumValidationWithUnsignedIntegerTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/MaxitemsValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/MaxlengthValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/Maxproperties0MeansTheObjectIsEmptyTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/MaxpropertiesValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/MinimumValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/MinimumValidationWithSignedIntegerTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/MinitemsValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/MinlengthValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/MinpropertiesValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/NestedAllofToCheckValidationSemanticsTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/NestedAnyofToCheckValidationSemanticsTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/NestedItemsTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/NestedOneofToCheckValidationSemanticsTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/NotMoreComplexSchemaTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/NotTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/NulCharactersInStringsTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/NullTypeMatchesOnlyTheNullObjectTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/NumberTypeMatchesNumbersTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/ObjectPropertiesValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/ObjectTypeMatchesObjectsTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/OneofComplexTypesTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/OneofTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/OneofWithBaseSchemaTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/OneofWithEmptySchemaTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/OneofWithRequiredTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/PatternIsNotAnchoredTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/PatternValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/PropertiesWithEscapedCharactersTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/PropertyNamedRefThatIsNotAReferenceTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/RefInAdditionalpropertiesTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/RefInAllofTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/RefInAnyofTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/RefInItemsTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/RefInNotTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/RefInOneofTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/RefInPropertyTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/RequiredDefaultValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/RequiredValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/RequiredWithEmptyArrayTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/RequiredWithEscapedCharactersTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/SimpleEnumValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/StringTypeMatchesStringsTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/TheDefaultKeywordDoesNotDoAnythingIfThePropertyIsMissingTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/UniqueitemsFalseValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/UniqueitemsValidationTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/UriFormatTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/UriReferenceFormatTest.kt
src/test/kotlin/org/openapijsonschematools/client/components/schemas/UriTemplateFormatTest.kt
src/test/kotlin/org/openapijsonschematools/client/schemas/AnyTypeSchemaTest.kt
src/test/kotlin/org/openapijsonschematools/client/schemas/ArrayTypeSchemaTest.kt
src/test/kotlin/org/openapijsonschematools/client/schemas/BooleanSchemaTest.kt
Expand Down
Loading