From e8c6cede724ac2e87beaa19442fd91c48bbaa4a6 Mon Sep 17 00:00:00 2001 From: tdbbyd Date: Thu, 8 Jan 2026 17:36:55 +0200 Subject: [PATCH 1/2] step1 --- build.gradle | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build.gradle b/build.gradle index c8570be..16d2755 100644 --- a/build.gradle +++ b/build.gradle @@ -39,6 +39,18 @@ repositories { tasks.shadowJar.configure { archiveClassifier.set("") + minimize() + exclude 'META-INF/*.SF' + exclude 'META-INF/*.DSA' + exclude 'META-INF/*.RSA' + exclude 'META-INF/LICENSE*' + exclude 'META-INF/NOTICE*' + exclude 'META-INF/DEPENDENCIES' + exclude 'META-INF/INDEX.LIST' + exclude 'module-info.class' + exclude '**/package-info.class' + exclude '**/*.kotlin_metadata' + exclude '**/*.kotlin_module' } tasks.jar.configure { From a5d908a2cc7a64afd0938531559d4bace4602fb6 Mon Sep 17 00:00:00 2001 From: tdbbyd Date: Sat, 17 Jan 2026 18:58:02 +0200 Subject: [PATCH 2/2] more --- build.gradle | 9 +- .../cloud/rest_api/api/ArrayApiTest.java | 586 ------------------ .../cloud/rest_api/api/ArrayTasksApiTest.java | 46 -- .../cloud/rest_api/api/AssetsApiTest.java | 88 --- .../cloud/rest_api/api/FavoritesApiTest.java | 304 --------- .../cloud/rest_api/api/FilesApiTest.java | 87 --- .../cloud/rest_api/api/GroupsApiTest.java | 320 ---------- .../cloud/rest_api/api/InvitationApiTest.java | 187 ------ .../cloud/rest_api/api/NotebookApiTest.java | 115 ---- .../cloud/rest_api/api/NotebooksApiTest.java | 66 -- .../rest_api/api/OrganizationApiTest.java | 302 --------- .../cloud/rest_api/api/QueryApiTest.java | 127 ---- .../api/RegisteredTaskGraphsApiTest.java | 117 ---- .../tiledb/cloud/rest_api/api/SqlApiTest.java | 50 -- .../cloud/rest_api/api/StatsApiTest.java | 46 -- .../rest_api/api/TaskGraphLogsApiTest.java | 162 ----- .../cloud/rest_api/api/TaskGraphsApiTest.java | 103 --- .../cloud/rest_api/api/TasksApiTest.java | 102 --- .../tiledb/cloud/rest_api/api/UdfApiTest.java | 201 ------ .../cloud/rest_api/api/UserApiTest.java | 318 ---------- .../model/AWSAccessCredentialsTest.java | 107 ---- .../rest_api/model/ActivityEventTypeTest.java | 32 - .../rest_api/model/ArrayActionsTest.java | 32 - .../rest_api/model/ArrayActivityLogTest.java | 114 ---- .../rest_api/model/ArrayBrowserDataTest.java | 60 -- .../model/ArrayBrowserSidebarTest.java | 66 -- .../model/ArrayConsolidationRequestTest.java | 59 -- .../model/ArrayEndTimestampDataTest.java | 59 -- .../rest_api/model/ArrayFavoriteTest.java | 64 -- .../model/ArrayFavoritesDataTest.java | 60 -- .../cloud/rest_api/model/ArrayInfoTest.java | 277 --------- .../rest_api/model/ArrayInfoUpdateTest.java | 134 ---- .../model/ArrayMetadataEntryTest.java | 82 --- .../rest_api/model/ArrayMetadataTest.java | 51 -- .../cloud/rest_api/model/ArraySampleTest.java | 48 -- .../cloud/rest_api/model/ArraySchemaTest.java | 135 ---- .../rest_api/model/ArraySharingTest.java | 67 -- .../model/ArrayTaskBrowserSidebarTest.java | 66 -- .../rest_api/model/ArrayTaskDataTest.java | 60 -- .../rest_api/model/ArrayTaskLogTest.java | 56 -- .../rest_api/model/ArrayTaskStatusTest.java | 32 - .../cloud/rest_api/model/ArrayTaskTest.java | 300 --------- .../rest_api/model/ArrayTaskTypeTest.java | 32 - .../cloud/rest_api/model/ArrayTest.java | 66 -- .../cloud/rest_api/model/ArrayTypeTest.java | 32 - .../model/ArrayVacuumRequestTest.java | 49 -- .../rest_api/model/AssetBackingTypeTest.java | 32 - .../cloud/rest_api/model/AssetInfoTest.java | 125 ---- .../rest_api/model/AssetListResponseTest.java | 60 -- .../rest_api/model/AssetLocationsTest.java | 97 --- .../model/AssetOwnershipLevelTest.java | 32 - .../cloud/rest_api/model/AssetTypeTest.java | 32 - .../model/AttributeBufferHeaderTest.java | 64 -- .../model/AttributeBufferSizeTest.java | 64 -- .../cloud/rest_api/model/AttributeTest.java | 92 --- .../cloud/rest_api/model/BackoffTest.java | 64 -- .../ChangeAssetCredentialsRequestTest.java | 58 -- .../cloud/rest_api/model/DatatypeTest.java | 32 - .../model/DimensionCoordinateTest.java | 120 ---- .../cloud/rest_api/model/DimensionTest.java | 92 --- .../model/DimensionTileExtentTest.java | 120 ---- .../cloud/rest_api/model/DomainArrayTest.java | 122 ---- .../rest_api/model/DomainCheckResultTest.java | 58 -- .../rest_api/model/DomainCheckStatusTest.java | 32 - .../cloud/rest_api/model/DomainTest.java | 77 --- .../model/DomainVerificationStatusTest.java | 32 - .../cloud/rest_api/model/EnumerationTest.java | 98 --- .../cloud/rest_api/model/ErrorTest.java | 64 -- .../cloud/rest_api/model/FileCreateTest.java | 64 -- .../cloud/rest_api/model/FileCreatedTest.java | 56 -- .../cloud/rest_api/model/FileExportTest.java | 48 -- .../rest_api/model/FileExportedTest.java | 48 -- .../rest_api/model/FilePropertyNameTest.java | 32 - .../cloud/rest_api/model/FileTypeTest.java | 32 - .../rest_api/model/FileUploadedTest.java | 72 --- .../cloud/rest_api/model/FilterDataTest.java | 120 ---- .../rest_api/model/FilterOptionTest.java | 32 - .../rest_api/model/FilterPipelineTest.java | 51 -- .../cloud/rest_api/model/FilterTest.java | 58 -- .../cloud/rest_api/model/FilterTypeTest.java | 32 - .../model/FragmentInfoRequestTest.java | 49 -- .../rest_api/model/FragmentInfoTest.java | 70 --- .../rest_api/model/FragmentMetadataTest.java | 242 -------- .../cloud/rest_api/model/GenericUDFTest.java | 180 ------ .../model/GetTiledbStats200ResponseTest.java | 48 -- .../rest_api/model/GroupActionsTest.java | 32 - .../rest_api/model/GroupBrowserDataTest.java | 60 -- .../model/GroupBrowserFilterDataTest.java | 59 -- .../rest_api/model/GroupChangesTest.java | 59 -- .../model/GroupContentActivityAssetTest.java | 73 --- .../GroupContentActivityResponseTest.java | 60 -- .../model/GroupContentActivityTest.java | 58 -- .../model/GroupContentsFilterDataTest.java | 50 -- .../rest_api/model/GroupContentsTest.java | 60 -- .../cloud/rest_api/model/GroupCreateTest.java | 114 ---- .../cloud/rest_api/model/GroupEntryTest.java | 66 -- .../cloud/rest_api/model/GroupInfoTest.java | 224 ------- .../model/GroupMemberAssetTypeTest.java | 32 - .../cloud/rest_api/model/GroupMemberTest.java | 65 -- .../rest_api/model/GroupMemberTypeTest.java | 32 - .../rest_api/model/GroupRegisterTest.java | 114 ---- .../model/GroupSharingRequestTest.java | 68 -- .../rest_api/model/GroupSharingTest.java | 76 --- .../model/GroupTypeMetadataKeyTest.java | 32 - .../cloud/rest_api/model/GroupTypeTest.java | 32 - .../cloud/rest_api/model/GroupUpdateTest.java | 99 --- .../model/InvitationArrayShareEmailTest.java | 59 -- .../rest_api/model/InvitationDataTest.java | 60 -- .../model/InvitationFailedRecipientsTest.java | 50 -- .../model/InvitationGroupShareEmailTest.java | 68 -- .../InvitationOrganizationJoinEmailTest.java | 68 -- .../rest_api/model/InvitationStatusTest.java | 32 - .../cloud/rest_api/model/InvitationTest.java | 204 ------ .../rest_api/model/InvitationTypeTest.java | 32 - .../rest_api/model/LastAccessedArrayTest.java | 82 --- .../cloud/rest_api/model/LayoutTest.java | 32 - .../model/LoadArraySchemaRequestTest.java | 49 -- .../model/LoadArraySchemaResponseTest.java | 59 -- .../model/LoadEnumerationsRequestTest.java | 59 -- .../model/LoadEnumerationsResponseTest.java | 51 -- .../rest_api/model/MLModelFavoriteTest.java | 64 -- .../model/MLModelFavoritesDataTest.java | 60 -- .../rest_api/model/MaxBufferSizesTest.java | 51 -- .../model/MetadataStringifiedEntryTest.java | 64 -- .../model/MetadataStringifiedTest.java | 51 -- .../rest_api/model/MultiArrayUDFTest.java | 225 ------- .../rest_api/model/NamespaceActionsTest.java | 32 - .../rest_api/model/NonEmptyDomainTest.java | 57 -- .../rest_api/model/NotebookCopiedTest.java | 72 --- .../rest_api/model/NotebookCopyTest.java | 64 -- .../rest_api/model/NotebookFavoriteTest.java | 64 -- .../model/NotebookFavoritesDataTest.java | 60 -- .../rest_api/model/NotebookStatusTest.java | 138 ----- .../rest_api/model/OrganizationRolesTest.java | 32 - .../rest_api/model/OrganizationTest.java | 185 ------ .../model/OrganizationUpdateTest.java | 90 --- .../rest_api/model/OrganizationUserTest.java | 108 ---- .../model/PaginationMetadataTest.java | 73 --- .../cloud/rest_api/model/PodStatusTest.java | 32 - .../model/PricingAggregateUsageTest.java | 32 - .../rest_api/model/PricingCurrencyTest.java | 32 - .../rest_api/model/PricingIntervalTest.java | 32 - .../cloud/rest_api/model/PricingTest.java | 149 ----- .../cloud/rest_api/model/PricingTypeTest.java | 32 - .../rest_api/model/PricingUnitLabelTest.java | 32 - .../rest_api/model/PublicShareFilterTest.java | 32 - .../cloud/rest_api/model/QueryJsonTest.java | 59 -- .../cloud/rest_api/model/QueryRangesTest.java | 60 -- .../cloud/rest_api/model/QueryReaderTest.java | 91 --- .../cloud/rest_api/model/QueryTest.java | 120 ---- .../cloud/rest_api/model/QuerystatusTest.java | 32 - .../cloud/rest_api/model/QuerytypeTest.java | 32 - .../cloud/rest_api/model/ReadStateTest.java | 73 --- .../model/RegisteredTaskGraphTest.java | 108 ---- .../model/ResetUserPasswordRequestTest.java | 48 -- .../rest_api/model/ResultFormatTest.java | 32 - .../cloud/rest_api/model/RetryPolicyTest.java | 32 - .../rest_api/model/RetryStrategyTest.java | 74 --- .../rest_api/model/SQLParametersTest.java | 131 ---- .../model/SSODomainConfigResponseTest.java | 51 -- .../rest_api/model/SSODomainConfigTest.java | 110 ---- .../rest_api/model/SSODomainSetupTest.java | 64 -- .../cloud/rest_api/model/SSOProviderTest.java | 32 - .../model/SharePaymentRequestTest.java | 50 -- .../model/SingleFragmentInfoTest.java | 57 -- .../rest_api/model/StorageLocationTest.java | 57 -- .../model/SubarrayPartitionerCurrentTest.java | 73 --- .../model/SubarrayPartitionerStateTest.java | 75 --- .../model/SubarrayPartitionerTest.java | 94 --- .../rest_api/model/SubarrayRangesTest.java | 67 -- .../cloud/rest_api/model/SubarrayTest.java | 60 -- .../rest_api/model/SubscriptionTest.java | 75 --- .../rest_api/model/TGArrayNodeDataTest.java | 65 -- .../rest_api/model/TGInputNodeDataTest.java | 57 -- .../rest_api/model/TGQueryRangesTest.java | 65 -- .../rest_api/model/TGSQLNodeDataTest.java | 84 --- .../rest_api/model/TGUDFArgumentTest.java | 57 -- .../model/TGUDFEnvironmentResourcesTest.java | 64 -- .../rest_api/model/TGUDFEnvironmentTest.java | 127 ---- .../rest_api/model/TGUDFNodeDataTest.java | 94 --- .../rest_api/model/TGUDFStorageTest.java | 72 --- .../rest_api/model/TaskGraphActionsTest.java | 32 - .../model/TaskGraphClientNodeStatusTest.java | 57 -- .../model/TaskGraphLogRunLocationTest.java | 32 - .../model/TaskGraphLogStatusTest.java | 32 - .../rest_api/model/TaskGraphLogTest.java | 210 ------- .../rest_api/model/TaskGraphLogsDataTest.java | 60 -- .../model/TaskGraphNodeMetadataTest.java | 102 --- .../rest_api/model/TaskGraphNodeTest.java | 128 ---- .../rest_api/model/TaskGraphSharingTest.java | 67 -- .../cloud/rest_api/model/TaskGraphTest.java | 127 ---- .../rest_api/model/TaskGraphTypeTest.java | 32 - .../cloud/rest_api/model/TaskGraphsTest.java | 51 -- .../model/TileDBConfigEntriesInnerTest.java | 56 -- .../rest_api/model/TileDBConfigTest.java | 51 -- .../rest_api/model/TokenRequestTest.java | 68 -- .../cloud/rest_api/model/TokenScopeTest.java | 32 - .../cloud/rest_api/model/TokenTest.java | 84 --- .../cloud/rest_api/model/UDFActionsTest.java | 32 - .../rest_api/model/UDFArrayDetailsTest.java | 76 --- .../cloud/rest_api/model/UDFCopiedTest.java | 72 --- .../cloud/rest_api/model/UDFCopyTest.java | 64 -- .../cloud/rest_api/model/UDFFavoriteTest.java | 64 -- .../rest_api/model/UDFFavoritesDataTest.java | 60 -- .../cloud/rest_api/model/UDFImageTest.java | 65 -- .../rest_api/model/UDFImageVersionTest.java | 97 --- .../cloud/rest_api/model/UDFInfoTest.java | 108 ---- .../rest_api/model/UDFInfoUpdateTest.java | 132 ---- .../cloud/rest_api/model/UDFLanguageTest.java | 32 - .../cloud/rest_api/model/UDFSharingTest.java | 67 -- .../rest_api/model/UDFSubarrayRangeTest.java | 65 -- .../cloud/rest_api/model/UDFSubarrayTest.java | 60 -- .../cloud/rest_api/model/UDFTypeTest.java | 32 - .../tiledb/cloud/rest_api/model/UserTest.java | 198 ------ .../cloud/rest_api/model/WriterTest.java | 73 --- 215 files changed, 2 insertions(+), 17468 deletions(-) delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/ArrayApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/ArrayTasksApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/AssetsApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/FavoritesApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/FilesApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/GroupsApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/InvitationApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/NotebookApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/NotebooksApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/OrganizationApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/QueryApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/RegisteredTaskGraphsApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/SqlApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/StatsApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/TaskGraphLogsApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/TaskGraphsApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/TasksApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/UdfApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/api/UserApiTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/AWSAccessCredentialsTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ActivityEventTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayActionsTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayActivityLogTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayBrowserDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayBrowserSidebarTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayConsolidationRequestTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayEndTimestampDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayFavoriteTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayFavoritesDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayInfoTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayInfoUpdateTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayMetadataEntryTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayMetadataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArraySampleTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArraySchemaTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArraySharingTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskBrowserSidebarTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskLogTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskStatusTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ArrayVacuumRequestTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/AssetBackingTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/AssetInfoTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/AssetListResponseTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/AssetLocationsTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/AssetOwnershipLevelTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/AssetTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/AttributeBufferHeaderTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/AttributeBufferSizeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/AttributeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/BackoffTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ChangeAssetCredentialsRequestTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/DatatypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/DimensionCoordinateTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/DimensionTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/DimensionTileExtentTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/DomainArrayTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/DomainCheckResultTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/DomainCheckStatusTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/DomainTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/DomainVerificationStatusTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/EnumerationTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ErrorTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FileCreateTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FileCreatedTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FileExportTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FileExportedTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FilePropertyNameTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FileTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FileUploadedTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FilterDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FilterOptionTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FilterPipelineTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FilterTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FilterTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FragmentInfoRequestTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FragmentInfoTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/FragmentMetadataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GenericUDFTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GetTiledbStats200ResponseTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupActionsTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupBrowserDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupBrowserFilterDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupChangesTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityAssetTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityResponseTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupContentsFilterDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupContentsTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupCreateTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupEntryTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupInfoTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberAssetTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupRegisterTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupSharingRequestTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupSharingTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupTypeMetadataKeyTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/GroupUpdateTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/InvitationArrayShareEmailTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/InvitationDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/InvitationFailedRecipientsTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/InvitationGroupShareEmailTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/InvitationOrganizationJoinEmailTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/InvitationStatusTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/InvitationTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/InvitationTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/LastAccessedArrayTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/LayoutTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/LoadArraySchemaRequestTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/LoadArraySchemaResponseTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/LoadEnumerationsRequestTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/LoadEnumerationsResponseTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/MLModelFavoriteTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/MLModelFavoritesDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/MaxBufferSizesTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/MetadataStringifiedEntryTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/MetadataStringifiedTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/MultiArrayUDFTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/NamespaceActionsTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/NonEmptyDomainTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/NotebookCopiedTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/NotebookCopyTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/NotebookFavoriteTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/NotebookFavoritesDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/NotebookStatusTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/OrganizationRolesTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/OrganizationTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/OrganizationUpdateTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/OrganizationUserTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/PaginationMetadataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/PodStatusTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/PricingAggregateUsageTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/PricingCurrencyTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/PricingIntervalTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/PricingTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/PricingTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/PricingUnitLabelTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/PublicShareFilterTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/QueryJsonTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/QueryRangesTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/QueryReaderTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/QueryTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/QuerystatusTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/QuerytypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ReadStateTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/RegisteredTaskGraphTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ResetUserPasswordRequestTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/ResultFormatTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/RetryPolicyTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/RetryStrategyTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SQLParametersTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SSODomainConfigResponseTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SSODomainConfigTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SSODomainSetupTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SSOProviderTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SharePaymentRequestTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SingleFragmentInfoTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/StorageLocationTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerCurrentTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerStateTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SubarrayRangesTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SubarrayTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/SubscriptionTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TGArrayNodeDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TGInputNodeDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TGQueryRangesTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TGSQLNodeDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TGUDFArgumentTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TGUDFEnvironmentResourcesTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TGUDFEnvironmentTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TGUDFNodeDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TGUDFStorageTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphActionsTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphClientNodeStatusTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogRunLocationTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogStatusTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogsDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphNodeMetadataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphNodeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphSharingTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphsTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TileDBConfigEntriesInnerTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TileDBConfigTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TokenRequestTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TokenScopeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/TokenTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFActionsTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFArrayDetailsTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFCopiedTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFCopyTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFFavoriteTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFFavoritesDataTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFImageTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFImageVersionTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFInfoTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFInfoUpdateTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFLanguageTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFSharingTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFSubarrayRangeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFSubarrayTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UDFTypeTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/UserTest.java delete mode 100644 src/test/java/io/tiledb/cloud/rest_api/model/WriterTest.java diff --git a/build.gradle b/build.gradle index 16d2755..79d4133 100644 --- a/build.gradle +++ b/build.gradle @@ -157,24 +157,19 @@ ext { dependencies { implementation 'io.swagger:swagger-annotations:1.6.14' implementation 'io.swagger.core.v3:swagger-annotations:2.2.22' - implementation "com.google.code.findbugs:jsr305:3.0.2" implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0' implementation 'com.google.code.gson:gson:2.11.0' implementation 'io.gsonfire:gson-fire:1.9.0' - implementation 'javax.ws.rs:jsr311-api:1.1.1' - implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1' implementation 'org.openapitools:jackson-databind-nullable:0.2.6' implementation group: 'org.apache.oltu.oauth2', name: 'org.apache.oltu.oauth2.client', version: '1.0.1' - implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' - implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version" implementation group: 'org.apache.arrow', name: 'arrow-vector', version: '17.0.0' implementation group: 'org.apache.arrow', name: 'arrow-compression', version: '17.0.0' implementation group: 'org.apache.arrow', name: 'arrow-memory-unsafe', version: '17.0.0' + // Required for @javax.annotation.Generated annotation (removed from JDK in Java 9+) + implementation 'javax.annotation:javax.annotation-api:1.3.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' testImplementation 'org.mockito:mockito-core:5.12.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' - testImplementation 'junit:junit:4.13.1' } import org.gradle.plugins.signing.Sign diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/ArrayApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/ArrayApiTest.java deleted file mode 100644 index e789dc0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/ArrayApiTest.java +++ /dev/null @@ -1,586 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.ArrayActivityLog; -import io.tiledb.cloud.rest_api.model.ArrayBrowserData; -import io.tiledb.cloud.rest_api.model.ArrayBrowserSidebar; -import io.tiledb.cloud.rest_api.model.ArrayConsolidationRequest; -import io.tiledb.cloud.rest_api.model.ArrayEndTimestampData; -import io.tiledb.cloud.rest_api.model.ArrayInfo; -import io.tiledb.cloud.rest_api.model.ArrayInfoUpdate; -import io.tiledb.cloud.rest_api.model.ArrayMetadata; -import io.tiledb.cloud.rest_api.model.ArraySample; -import io.tiledb.cloud.rest_api.model.ArraySchema; -import io.tiledb.cloud.rest_api.model.ArraySharing; -import io.tiledb.cloud.rest_api.model.ArrayVacuumRequest; -import java.math.BigDecimal; -import io.tiledb.cloud.rest_api.model.Error; -import io.tiledb.cloud.rest_api.model.FragmentInfo; -import io.tiledb.cloud.rest_api.model.FragmentInfoRequest; -import io.tiledb.cloud.rest_api.model.LastAccessedArray; -import io.tiledb.cloud.rest_api.model.LoadArraySchemaRequest; -import io.tiledb.cloud.rest_api.model.LoadArraySchemaResponse; -import io.tiledb.cloud.rest_api.model.LoadEnumerationsRequest; -import io.tiledb.cloud.rest_api.model.LoadEnumerationsResponse; -import io.tiledb.cloud.rest_api.model.MaxBufferSizes; -import io.tiledb.cloud.rest_api.model.NonEmptyDomain; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for ArrayApi - */ -@Disabled -public class ArrayApiTest { - - private final ArrayApi api = new ArrayApi(); - - /** - * get array activity logs - * - * @throws ApiException if the Api call fails - */ - @Test - public void arrayActivityLogTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - Integer start = null; - Integer end = null; - String eventTypes = null; - String taskId = null; - Boolean hasTaskId = null; - List response = api.arrayActivityLog(workspace, teamspace, array, start, end, eventTypes, taskId, hasTaskId); - // TODO: test validations - } - - /** - * Fetch a list of all arrays that are owned directly by user or user's organizations - * - * @throws ApiException if the Api call fails - */ - @Test - public void arraysBrowserOwnedGetTest() throws ApiException { - Integer page = null; - Integer perPage = null; - String search = null; - String namespace = null; - String orderby = null; - String permissions = null; - List tag = null; - List excludeTag = null; - List fileType = null; - List excludeFileType = null; - List fileProperty = null; - Boolean withMetadata = null; - ArrayBrowserData response = api.arraysBrowserOwnedGet(page, perPage, search, namespace, orderby, permissions, tag, excludeTag, fileType, excludeFileType, fileProperty, withMetadata); - // TODO: test validations - } - - /** - * Fetch a sidebar for arrays that are owned directly by user or user's organizations - * - * @throws ApiException if the Api call fails - */ - @Test - public void arraysBrowserOwnedSidebarGetTest() throws ApiException { - List fileType = null; - List excludeFileType = null; - List fileProperty = null; - ArrayBrowserSidebar response = api.arraysBrowserOwnedSidebarGet(fileType, excludeFileType, fileProperty); - // TODO: test validations - } - - /** - * Fetch a list of all arrays that have been shared publically - * - * @throws ApiException if the Api call fails - */ - @Test - public void arraysBrowserPublicGetTest() throws ApiException { - Integer page = null; - Integer perPage = null; - String search = null; - String namespace = null; - String orderby = null; - String permissions = null; - List tag = null; - List excludeTag = null; - List fileType = null; - List excludeFileType = null; - List fileProperty = null; - Boolean withMetadata = null; - ArrayBrowserData response = api.arraysBrowserPublicGet(page, perPage, search, namespace, orderby, permissions, tag, excludeTag, fileType, excludeFileType, fileProperty, withMetadata); - // TODO: test validations - } - - /** - * Fetch a sidebar of all arrays that have been shared publically - * - * @throws ApiException if the Api call fails - */ - @Test - public void arraysBrowserPublicSidebarGetTest() throws ApiException { - List fileType = null; - List excludeFileType = null; - List fileProperty = null; - ArrayBrowserSidebar response = api.arraysBrowserPublicSidebarGet(fileType, excludeFileType, fileProperty); - // TODO: test validations - } - - /** - * Fetch a list of all arrays that have been shared with the user - * - * @throws ApiException if the Api call fails - */ - @Test - public void arraysBrowserSharedGetTest() throws ApiException { - Integer page = null; - Integer perPage = null; - String search = null; - String namespace = null; - String orderby = null; - String permissions = null; - List tag = null; - List excludeTag = null; - List fileType = null; - List excludeFileType = null; - List fileProperty = null; - List sharedTo = null; - Boolean withMetadata = null; - ArrayBrowserData response = api.arraysBrowserSharedGet(page, perPage, search, namespace, orderby, permissions, tag, excludeTag, fileType, excludeFileType, fileProperty, sharedTo, withMetadata); - // TODO: test validations - } - - /** - * Fetch a list of all arrays that have been shared with the user - * - * @throws ApiException if the Api call fails - */ - @Test - public void arraysBrowserSharedSidebarGetTest() throws ApiException { - List fileType = null; - List excludeFileType = null; - List fileProperty = null; - List sharedTo = null; - ArrayBrowserSidebar response = api.arraysBrowserSharedSidebarGet(fileType, excludeFileType, fileProperty, sharedTo); - // TODO: test validations - } - - /** - * retrieve a list of timestamps from the array fragment info listing in milliseconds, paginated - * - * @throws ApiException if the Api call fails - */ - @Test - public void arraysWorkspaceTeamspaceArrayEndTimestampsGetTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - Integer page = null; - Integer perPage = null; - ArrayEndTimestampData response = api.arraysWorkspaceTeamspaceArrayEndTimestampsGet(workspace, teamspace, array, page, perPage); - // TODO: test validations - } - - /** - * consolidate an array at a specified URI - * - * @throws ApiException if the Api call fails - */ - @Test - public void consolidateArrayTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - ArrayConsolidationRequest consolidateRequest = null; - api.consolidateArray(workspace, teamspace, array, consolidateRequest); - // TODO: test validations - } - - /** - * create a array schema at a specified URI registered to a group/project - * - * @throws ApiException if the Api call fails - */ - @Test - public void createArrayTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String contentType = null; - ArraySchema arraySchema = null; - String X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME = null; - api.createArray(workspace, teamspace, array, contentType, arraySchema, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME); - // TODO: test validations - } - - /** - * delete a array - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteArrayTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String contentType = null; - api.deleteArray(workspace, teamspace, array, contentType); - // TODO: test validations - } - - /** - * deregister a array - * - * @throws ApiException if the Api call fails - */ - @Test - public void deregisterArrayTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - api.deregisterArray(workspace, teamspace, array); - // TODO: test validations - } - - /** - * fetch an array's fragment info - * - * @throws ApiException if the Api call fails - */ - @Test - public void fragmentInfoTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String contentType = null; - FragmentInfoRequest fragmentInfoRequest = null; - FragmentInfo response = api.fragmentInfo(workspace, teamspace, array, contentType, fragmentInfoRequest); - // TODO: test validations - } - - /** - * get activity log by ID - * - * @throws ApiException if the Api call fails - */ - @Test - public void getActivityLogByIdTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String id = null; - ArrayActivityLog response = api.getActivityLogById(workspace, teamspace, array, id); - // TODO: test validations - } - - /** - * get all array metadata user has access to - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAllArrayMetadataTest() throws ApiException { - String publicShare = null; - List response = api.getAllArrayMetadata(publicShare); - // TODO: test validations - } - - /** - * get an ArraySchema using a url encoded uri - * - * @throws ApiException if the Api call fails - */ - @Test - public void getArrayTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String contentType = null; - ArraySchema response = api.getArray(workspace, teamspace, array, contentType); - // TODO: test validations - } - - /** - * get the max buffer sizes of an array for a subarray - * - * @throws ApiException if the Api call fails - */ - @Test - public void getArrayMaxBufferSizesTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String subarray = null; - String contentType = null; - String xPayer = null; - MaxBufferSizes response = api.getArrayMaxBufferSizes(workspace, teamspace, array, subarray, contentType, xPayer); - // TODO: test validations - } - - /** - * get metadata from the array in JSON format - * - * @throws ApiException if the Api call fails - */ - @Test - public void getArrayMetaDataJsonTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - Integer length = null; - Integer endTimestamp = null; - Map response = api.getArrayMetaDataJson(workspace, teamspace, array, length, endTimestamp); - // TODO: test validations - } - - /** - * get metadata on an array - * - * @throws ApiException if the Api call fails - */ - @Test - public void getArrayMetadataTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - ArrayInfo response = api.getArrayMetadata(workspace, teamspace, array); - // TODO: test validations - } - - /** - * get metadata on an array - * - * @throws ApiException if the Api call fails - */ - @Test - public void getArrayMetadataCapnpTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - ArrayMetadata response = api.getArrayMetadataCapnp(workspace, teamspace, array); - // TODO: test validations - } - - /** - * get the non empty domain of an array - * - * @throws ApiException if the Api call fails - */ - @Test - public void getArrayNonEmptyDomainTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String contentType = null; - String xPayer = null; - NonEmptyDomain response = api.getArrayNonEmptyDomain(workspace, teamspace, array, contentType, xPayer); - // TODO: test validations - } - - /** - * get non-empty domain from the array in json format - * - * @throws ApiException if the Api call fails - */ - @Test - public void getArrayNonEmptyDomainJsonTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - Map response = api.getArrayNonEmptyDomainJson(workspace, teamspace, array); - // TODO: test validations - } - - /** - * get an sample set of data from the array - * - * @throws ApiException if the Api call fails - */ - @Test - public void getArraySampleDataTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - BigDecimal samples = null; - ArraySample response = api.getArraySampleData(workspace, teamspace, array, samples); - // TODO: test validations - } - - /** - * Get all sharing details of the array - * - * @throws ApiException if the Api call fails - */ - @Test - public void getArraySharingPoliciesTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - List response = api.getArraySharingPolicies(workspace, teamspace, array); - // TODO: test validations - } - - /** - * get metadata on all arrays in a namespace - * - * @throws ApiException if the Api call fails - */ - @Test - public void getArraysInNamespaceTest() throws ApiException { - String workspace = null; - String teamspace = null; - Boolean withMetadata = null; - List response = api.getArraysInNamespace(workspace, teamspace, withMetadata); - // TODO: test validations - } - - /** - * Get fragment end_timestamp on an array, will search for the closest end_timestamp to the timestamp asked - * - * @throws ApiException if the Api call fails - */ - @Test - public void getFragmentEndTimestampTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - Integer endTimestamp = null; - Integer response = api.getFragmentEndTimestamp(workspace, teamspace, array, endTimestamp); - // TODO: test validations - } - - /** - * @throws ApiException if the Api call fails - */ - @Test - public void getLastAccessedArraysTest() throws ApiException { - List response = api.getLastAccessedArrays(); - // TODO: test validations - } - - /** - * request to get the array schema - * - * @throws ApiException if the Api call fails - */ - @Test - public void loadArraySchemaTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - LoadArraySchemaRequest loadArraySchemaRequest = null; - LoadArraySchemaResponse response = api.loadArraySchema(workspace, teamspace, array, loadArraySchemaRequest); - // TODO: test validations - } - - /** - * request to get the enumerations of the arrays' attributes - * - * @throws ApiException if the Api call fails - */ - @Test - public void loadEnumerationsTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - LoadEnumerationsRequest loadEnumerationsRequest = null; - LoadEnumerationsResponse response = api.loadEnumerations(workspace, teamspace, array, loadEnumerationsRequest); - // TODO: test validations - } - - /** - * register an array at a specified URI registered to the given namespace - * - * @throws ApiException if the Api call fails - */ - @Test - public void registerArrayTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - ArrayInfoUpdate arrayMetadata = null; - ArrayInfo response = api.registerArray(workspace, teamspace, array, arrayMetadata); - // TODO: test validations - } - - /** - * Share an array with a user - * - * @throws ApiException if the Api call fails - */ - @Test - public void shareArrayTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - ArraySharing arraySharing = null; - api.shareArray(workspace, teamspace, array, arraySharing); - // TODO: test validations - } - - /** - * update metadata on an array - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateArrayMetadataTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - ArrayInfoUpdate arrayMetadata = null; - api.updateArrayMetadata(workspace, teamspace, array, arrayMetadata); - // TODO: test validations - } - - /** - * update metadata on an array - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateArrayMetadataCapnpTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - ArrayMetadata arrayMetadataEntries = null; - api.updateArrayMetadataCapnp(workspace, teamspace, array, arrayMetadataEntries); - // TODO: test validations - } - - /** - * vacuum an array at a specified URI - * - * @throws ApiException if the Api call fails - */ - @Test - public void vacuumArrayTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - ArrayVacuumRequest vaccumRequest = null; - api.vacuumArray(workspace, teamspace, array, vaccumRequest); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/ArrayTasksApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/ArrayTasksApiTest.java deleted file mode 100644 index 9312613..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/ArrayTasksApiTest.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.ArrayTaskBrowserSidebar; -import io.tiledb.cloud.rest_api.model.Error; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for ArrayTasksApi - */ -@Disabled -public class ArrayTasksApiTest { - - private final ArrayTasksApi api = new ArrayTasksApi(); - - /** - * @throws ApiException if the Api call fails - */ - @Test - public void getArrayTasksSidebarTest() throws ApiException { - Integer start = null; - Integer end = null; - ArrayTaskBrowserSidebar response = api.getArrayTasksSidebar(start, end); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/AssetsApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/AssetsApiTest.java deleted file mode 100644 index 2d29b8d..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/AssetsApiTest.java +++ /dev/null @@ -1,88 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.AssetListResponse; -import io.tiledb.cloud.rest_api.model.ChangeAssetCredentialsRequest; -import io.tiledb.cloud.rest_api.model.Error; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for AssetsApi - */ -@Disabled -public class AssetsApiTest { - - private final AssetsApi api = new AssetsApi(); - - /** - * Changes the access credentials to the given assets - * - * @throws ApiException if the Api call fails - */ - @Test - public void changeAssetCredentialsTest() throws ApiException { - String workspace = null; - String teamspace = null; - ChangeAssetCredentialsRequest changeCredentialsRequest = null; - api.changeAssetCredentials(workspace, teamspace, changeCredentialsRequest); - // TODO: test validations - } - - /** - * List assets in a namespace - * - * @throws ApiException if the Api call fails - */ - @Test - public void listAssetsTest() throws ApiException { - String workspace = null; - String teamspace = null; - String assetType = null; - String ownershipLevel = null; - String depth = null; - String search = null; - Integer page = null; - Integer perPage = null; - String orderBy = null; - String expand = null; - AssetListResponse response = api.listAssets(workspace, teamspace, assetType, ownershipLevel, depth, search, page, perPage, orderBy, expand); - // TODO: test validations - } - - /** - * List public assets - * - * @throws ApiException if the Api call fails - */ - @Test - public void listPublicAssetsTest() throws ApiException { - String assetType = null; - String depth = null; - String search = null; - Integer page = null; - Integer perPage = null; - String orderBy = null; - AssetListResponse response = api.listPublicAssets(assetType, depth, search, page, perPage, orderBy); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/FavoritesApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/FavoritesApiTest.java deleted file mode 100644 index fc52832..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/FavoritesApiTest.java +++ /dev/null @@ -1,304 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.ArrayFavorite; -import io.tiledb.cloud.rest_api.model.ArrayFavoritesData; -import io.tiledb.cloud.rest_api.model.Error; -import io.tiledb.cloud.rest_api.model.MLModelFavorite; -import io.tiledb.cloud.rest_api.model.MLModelFavoritesData; -import io.tiledb.cloud.rest_api.model.NotebookFavorite; -import io.tiledb.cloud.rest_api.model.NotebookFavoritesData; -import io.tiledb.cloud.rest_api.model.UDFFavorite; -import io.tiledb.cloud.rest_api.model.UDFFavoritesData; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for FavoritesApi - */ -@Disabled -public class FavoritesApiTest { - - private final FavoritesApi api = new FavoritesApi(); - - /** - * Add a new array favorite - * - * @throws ApiException if the Api call fails - */ - @Test - public void addArrayFavoriteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - api.addArrayFavorite(workspace, teamspace, name); - // TODO: test validations - } - - /** - * Add a new ML model favorite - * - * @throws ApiException if the Api call fails - */ - @Test - public void addMLModelFavoriteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - api.addMLModelFavorite(workspace, teamspace, name); - // TODO: test validations - } - - /** - * Add a new notebook favorite - * - * @throws ApiException if the Api call fails - */ - @Test - public void addNotebookFavoriteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - api.addNotebookFavorite(workspace, teamspace, name); - // TODO: test validations - } - - /** - * Add a new UDF favorite - * - * @throws ApiException if the Api call fails - */ - @Test - public void addUDFFavoriteTest() throws ApiException { - String workspace = null; - String name = null; - api.addUDFFavorite(workspace, name); - // TODO: test validations - } - - /** - * Delete specific array favorite - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteArrayFavoriteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - api.deleteArrayFavorite(workspace, teamspace, name); - // TODO: test validations - } - - /** - * Delete specific ML model favorite - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteMLModelFavoriteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - api.deleteMLModelFavorite(workspace, teamspace, name); - // TODO: test validations - } - - /** - * Delete specific notebook favorite - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteNotebookFavoriteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - api.deleteNotebookFavorite(workspace, teamspace, name); - // TODO: test validations - } - - /** - * Delete specific UDF favorite - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteUDFFavoriteTest() throws ApiException { - String workspace = null; - String name = null; - api.deleteUDFFavorite(workspace, name); - // TODO: test validations - } - - /** - * Fetch array favorite of a specific array - * - * @throws ApiException if the Api call fails - */ - @Test - public void getArrayFavoriteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - ArrayFavorite response = api.getArrayFavorite(workspace, teamspace, name); - // TODO: test validations - } - - /** - * Fetch ML model favorite of a specific ML model - * - * @throws ApiException if the Api call fails - */ - @Test - public void getMLModelFavoriteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - MLModelFavorite response = api.getMLModelFavorite(workspace, teamspace, name); - // TODO: test validations - } - - /** - * Fetch notebook favorite of a specific notebook - * - * @throws ApiException if the Api call fails - */ - @Test - public void getNotebookFavoriteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - NotebookFavorite response = api.getNotebookFavorite(workspace, teamspace, name); - // TODO: test validations - } - - /** - * Fetch UDF favorite of a specific UDF - * - * @throws ApiException if the Api call fails - */ - @Test - public void getUDFFavoriteTest() throws ApiException { - String workspace = null; - String name = null; - UDFFavorite response = api.getUDFFavorite(workspace, name); - // TODO: test validations - } - - /** - * Fetch a page of array favorites of connected user - * - * @throws ApiException if the Api call fails - */ - @Test - public void listArrayFavoritesTest() throws ApiException { - Integer page = null; - Integer perPage = null; - ArrayFavoritesData response = api.listArrayFavorites(page, perPage); - // TODO: test validations - } - - /** - * Fetch all favorite array uuids of connected user - * - * @throws ApiException if the Api call fails - */ - @Test - public void listArrayFavoritesUUIDsTest() throws ApiException { - List response = api.listArrayFavoritesUUIDs(); - // TODO: test validations - } - - /** - * Fetch a page of ML models favorites of connected user - * - * @throws ApiException if the Api call fails - */ - @Test - public void listMLModelFavoritesTest() throws ApiException { - Integer page = null; - Integer perPage = null; - MLModelFavoritesData response = api.listMLModelFavorites(page, perPage); - // TODO: test validations - } - - /** - * Fetch all favorite ML models uuids of connected user - * - * @throws ApiException if the Api call fails - */ - @Test - public void listMLModelFavoritesUUIDsTest() throws ApiException { - List response = api.listMLModelFavoritesUUIDs(); - // TODO: test validations - } - - /** - * Fetch a page of notebook favorites of connected user - * - * @throws ApiException if the Api call fails - */ - @Test - public void listNotebookFavoritesTest() throws ApiException { - Boolean isDashboard = null; - Integer page = null; - Integer perPage = null; - NotebookFavoritesData response = api.listNotebookFavorites(isDashboard, page, perPage); - // TODO: test validations - } - - /** - * Fetch all favorite notebook uuids of connected user - * - * @throws ApiException if the Api call fails - */ - @Test - public void listNotebookFavoritesUUIDsTest() throws ApiException { - List response = api.listNotebookFavoritesUUIDs(); - // TODO: test validations - } - - /** - * Fetch a page of UDF favorites of connected user - * - * @throws ApiException if the Api call fails - */ - @Test - public void listUDFFavoritesTest() throws ApiException { - Integer page = null; - Integer perPage = null; - UDFFavoritesData response = api.listUDFFavorites(page, perPage); - // TODO: test validations - } - - /** - * Fetch all favorite UDF uuids of connected user - * - * @throws ApiException if the Api call fails - */ - @Test - public void listUDFFavoritesUUIDsTest() throws ApiException { - List response = api.listUDFFavoritesUUIDs(); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/FilesApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/FilesApiTest.java deleted file mode 100644 index 0bd78a0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/FilesApiTest.java +++ /dev/null @@ -1,87 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.Error; -import java.io.File; -import io.tiledb.cloud.rest_api.model.FileCreate; -import io.tiledb.cloud.rest_api.model.FileCreated; -import io.tiledb.cloud.rest_api.model.FileExport; -import io.tiledb.cloud.rest_api.model.FileExported; -import io.tiledb.cloud.rest_api.model.FileUploaded; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for FilesApi - */ -@Disabled -public class FilesApiTest { - - private final FilesApi api = new FilesApi(); - - /** - * Create a tiledb file at the specified location - * - * @throws ApiException if the Api call fails - */ - @Test - public void handleCreateFileTest() throws ApiException { - String workspace = null; - String teamspace = null; - FileCreate fileCreate = null; - String X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME = null; - FileCreated response = api.handleCreateFile(workspace, teamspace, fileCreate, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME); - // TODO: test validations - } - - /** - * Export a TileDB File back to its original file format - * - * @throws ApiException if the Api call fails - */ - @Test - public void handleExportFileTest() throws ApiException { - String workspace = null; - String teamspace = null; - String _file = null; - FileExport fileExport = null; - FileExported response = api.handleExportFile(workspace, teamspace, _file, fileExport); - // TODO: test validations - } - - /** - * Upload a tiledb file at the specified location - * - * @throws ApiException if the Api call fails - */ - @Test - public void handleUploadFileTest() throws ApiException { - String workspace = null; - String teamspace = null; - File inputFile = null; - String X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME = null; - String outputUri = null; - String name = null; - FileUploaded response = api.handleUploadFile(workspace, teamspace, inputFile, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, outputUri, name); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/GroupsApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/GroupsApiTest.java deleted file mode 100644 index c16f530..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/GroupsApiTest.java +++ /dev/null @@ -1,320 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.Error; -import io.tiledb.cloud.rest_api.model.GroupBrowserData; -import io.tiledb.cloud.rest_api.model.GroupBrowserFilterData; -import io.tiledb.cloud.rest_api.model.GroupChanges; -import io.tiledb.cloud.rest_api.model.GroupContentActivityResponse; -import io.tiledb.cloud.rest_api.model.GroupContents; -import io.tiledb.cloud.rest_api.model.GroupContentsFilterData; -import io.tiledb.cloud.rest_api.model.GroupCreate; -import io.tiledb.cloud.rest_api.model.GroupInfo; -import io.tiledb.cloud.rest_api.model.GroupRegister; -import io.tiledb.cloud.rest_api.model.GroupSharing; -import io.tiledb.cloud.rest_api.model.GroupSharingRequest; -import io.tiledb.cloud.rest_api.model.GroupUpdate; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for GroupsApi - */ -@Disabled -public class GroupsApiTest { - - private final GroupsApi api = new GroupsApi(); - - /** - * Changes the contents of the group by adding/removing members. - * - * @throws ApiException if the Api call fails - */ - @Test - public void changeGroupContentsTest() throws ApiException { - String workspace = null; - String teamspace = null; - String groupName = null; - GroupChanges groupChanges = null; - api.changeGroupContents(workspace, teamspace, groupName, groupChanges); - // TODO: test validations - } - - /** - * Creates a new group in the namespace. - * - * @throws ApiException if the Api call fails - */ - @Test - public void createGroupTest() throws ApiException { - String workspace = null; - String teamspace = null; - GroupCreate groupCreate = null; - api.createGroup(workspace, teamspace, groupCreate); - // TODO: test validations - } - - /** - * Deletes the group. The assets are not deleted nor are not relocated to any other group - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteGroupTest() throws ApiException { - String workspace = null; - String teamspace = null; - String groupName = null; - api.deleteGroup(workspace, teamspace, groupName); - // TODO: test validations - } - - /** - * Returns the the group - * - * @throws ApiException if the Api call fails - */ - @Test - public void getGroupTest() throws ApiException { - String workspace = null; - String teamspace = null; - String groupName = null; - GroupInfo response = api.getGroup(workspace, teamspace, groupName); - // TODO: test validations - } - - /** - * Returns the activity of group content - * - * @throws ApiException if the Api call fails - */ - @Test - public void getGroupActivityTest() throws ApiException { - String workspace = null; - String teamspace = null; - String groupName = null; - Integer page = null; - Integer perPage = null; - GroupContentActivityResponse response = api.getGroupActivity(workspace, teamspace, groupName, page, perPage); - // TODO: test validations - } - - /** - * Returns the contents of the group - * - * @throws ApiException if the Api call fails - */ - @Test - public void getGroupContentsTest() throws ApiException { - String workspace = null; - String teamspace = null; - String groupName = null; - Integer page = null; - Integer perPage = null; - String namespace = null; - String search = null; - String orderby = null; - List tag = null; - List excludeTag = null; - List memberType = null; - List excludeMemberType = null; - GroupContents response = api.getGroupContents(workspace, teamspace, groupName, page, perPage, namespace, search, orderby, tag, excludeTag, memberType, excludeMemberType); - // TODO: test validations - } - - /** - * Get all sharing details of the group - * - * @throws ApiException if the Api call fails - */ - @Test - public void getGroupSharingPoliciesTest() throws ApiException { - String workspace = null; - String teamspace = null; - String groupName = null; - List response = api.getGroupSharingPolicies(workspace, teamspace, groupName); - // TODO: test validations - } - - /** - * Fetch data to initialize filters for the groups browser - * - * @throws ApiException if the Api call fails - */ - @Test - public void groupsBrowserOwnedFiltersGetTest() throws ApiException { - String namespace = null; - GroupBrowserFilterData response = api.groupsBrowserOwnedFiltersGet(namespace); - // TODO: test validations - } - - /** - * Fetch data to initialize filters for the groups browser - * - * @throws ApiException if the Api call fails - */ - @Test - public void groupsBrowserPublicFiltersGetTest() throws ApiException { - GroupBrowserFilterData response = api.groupsBrowserPublicFiltersGet(); - // TODO: test validations - } - - /** - * Fetch data to initialize filters for the groups browser - * - * @throws ApiException if the Api call fails - */ - @Test - public void groupsBrowserSharedFiltersGetTest() throws ApiException { - String namespace = null; - GroupBrowserFilterData response = api.groupsBrowserSharedFiltersGet(namespace); - // TODO: test validations - } - - /** - * Fetch data to initialize filters for the group contents - * - * @throws ApiException if the Api call fails - */ - @Test - public void groupsWorkspaceTeamspaceGroupNameContentsFiltersGetTest() throws ApiException { - String workspace = null; - String teamspace = null; - String groupName = null; - GroupContentsFilterData response = api.groupsWorkspaceTeamspaceGroupNameContentsFiltersGet(workspace, teamspace, groupName); - // TODO: test validations - } - - /** - * Returns one page of owned groups. - * - * @throws ApiException if the Api call fails - */ - @Test - public void listOwnedGroupsTest() throws ApiException { - Integer page = null; - Integer perPage = null; - String groupType = null; - String search = null; - String namespace = null; - String orderby = null; - String permissions = null; - List tag = null; - List excludeTag = null; - Boolean flat = null; - String parent = null; - Boolean withMetadata = null; - GroupBrowserData response = api.listOwnedGroups(page, perPage, groupType, search, namespace, orderby, permissions, tag, excludeTag, flat, parent, withMetadata); - // TODO: test validations - } - - /** - * Returns one page of public groups. - * - * @throws ApiException if the Api call fails - */ - @Test - public void listPublicGroupsTest() throws ApiException { - Integer page = null; - Integer perPage = null; - String groupType = null; - String search = null; - String namespace = null; - String orderby = null; - String permissions = null; - List tag = null; - List excludeTag = null; - Boolean flat = null; - String parent = null; - Boolean withMetadata = null; - GroupBrowserData response = api.listPublicGroups(page, perPage, groupType, search, namespace, orderby, permissions, tag, excludeTag, flat, parent, withMetadata); - // TODO: test validations - } - - /** - * Returns one page of shared groups. - * - * @throws ApiException if the Api call fails - */ - @Test - public void listSharedGroupsTest() throws ApiException { - Integer page = null; - Integer perPage = null; - String groupType = null; - String search = null; - String namespace = null; - String orderby = null; - String permissions = null; - List tag = null; - List excludeTag = null; - Boolean flat = null; - String parent = null; - List sharedTo = null; - Boolean withMetadata = null; - GroupBrowserData response = api.listSharedGroups(page, perPage, groupType, search, namespace, orderby, permissions, tag, excludeTag, flat, parent, sharedTo, withMetadata); - // TODO: test validations - } - - /** - * Registers an existing group in the namespace. - * - * @throws ApiException if the Api call fails - */ - @Test - public void registerGroupTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - GroupRegister groupRegister = null; - api.registerGroup(workspace, teamspace, array, groupRegister); - // TODO: test validations - } - - /** - * Share a group with a namespace - * - * @throws ApiException if the Api call fails - */ - @Test - public void shareGroupTest() throws ApiException { - String workspace = null; - String teamspace = null; - String groupName = null; - GroupSharingRequest groupSharingRequest = null; - api.shareGroup(workspace, teamspace, groupName, groupSharingRequest); - // TODO: test validations - } - - /** - * Changes attributes of the group - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateGroupTest() throws ApiException { - String workspace = null; - String teamspace = null; - String groupName = null; - GroupUpdate groupUpdate = null; - api.updateGroup(workspace, teamspace, groupName, groupUpdate); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/InvitationApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/InvitationApiTest.java deleted file mode 100644 index 75fdca6..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/InvitationApiTest.java +++ /dev/null @@ -1,187 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.Error; -import io.tiledb.cloud.rest_api.model.InvitationArrayShareEmail; -import io.tiledb.cloud.rest_api.model.InvitationData; -import io.tiledb.cloud.rest_api.model.InvitationFailedRecipients; -import io.tiledb.cloud.rest_api.model.InvitationGroupShareEmail; -import io.tiledb.cloud.rest_api.model.InvitationOrganizationJoinEmail; -import io.tiledb.cloud.rest_api.model.SharePaymentRequest; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for InvitationApi - */ -@Disabled -public class InvitationApiTest { - - private final InvitationApi api = new InvitationApi(); - - /** - * Accepts invitation - * - * @throws ApiException if the Api call fails - */ - @Test - public void acceptInvitationTest() throws ApiException { - String invitation = null; - api.acceptInvitation(invitation); - // TODO: test validations - } - - /** - * Cancels join organization invitation - * - * @throws ApiException if the Api call fails - */ - @Test - public void cancelJoinOrganizationTest() throws ApiException { - String invitation = null; - String organization = null; - api.cancelJoinOrganization(invitation, organization); - // TODO: test validations - } - - /** - * Cancels array sharing invitation - * - * @throws ApiException if the Api call fails - */ - @Test - public void cancelShareArrayByInviteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String invitation = null; - String array = null; - api.cancelShareArrayByInvite(workspace, teamspace, invitation, array); - // TODO: test validations - } - - /** - * Cancels group sharing invitation - * - * @throws ApiException if the Api call fails - */ - @Test - public void cancelShareGroupByInviteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String invitation = null; - String groupName = null; - api.cancelShareGroupByInvite(workspace, teamspace, invitation, groupName); - // TODO: test validations - } - - /** - * Revokes invitation from the source namespace to the target. - * - * @throws ApiException if the Api call fails - */ - @Test - public void cancelSharePaymentTest() throws ApiException { - String workspace = null; - String teamspace = null; - String target = null; - api.cancelSharePayment(workspace, teamspace, target); - // TODO: test validations - } - - /** - * Fetch a list of invitations - * - * @throws ApiException if the Api call fails - */ - @Test - public void fetchInvitationsTest() throws ApiException { - String organization = null; - String array = null; - String group = null; - Integer start = null; - Integer end = null; - Integer page = null; - Integer perPage = null; - String type = null; - String status = null; - String orderby = null; - InvitationData response = api.fetchInvitations(organization, array, group, start, end, page, perPage, type, status, orderby); - // TODO: test validations - } - - /** - * Sends email to multiple recipients with joining information regarding an organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void joinOrganizationTest() throws ApiException { - String organization = null; - InvitationOrganizationJoinEmail emailInvite = null; - api.joinOrganization(organization, emailInvite); - // TODO: test validations - } - - /** - * Sends email to multiple recipients with sharing information regarding an array - * - * @throws ApiException if the Api call fails - */ - @Test - public void shareArrayByInviteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - InvitationArrayShareEmail emailInvite = null; - api.shareArrayByInvite(workspace, teamspace, array, emailInvite); - // TODO: test validations - } - - /** - * Sends email to multiple recipients with sharing information regarding a group - * - * @throws ApiException if the Api call fails - */ - @Test - public void shareGroupByInviteTest() throws ApiException { - String workspace = null; - String teamspace = null; - String group = null; - InvitationGroupShareEmail emailInvite = null; - api.shareGroupByInvite(workspace, teamspace, group, emailInvite); - // TODO: test validations - } - - /** - * Sends email to multiple recipients allowing them to use the payment instrument provided by the source namespace. - * - * @throws ApiException if the Api call fails - */ - @Test - public void sharePaymentTest() throws ApiException { - String workspace = null; - String teamspace = null; - SharePaymentRequest emailInvite = null; - api.sharePayment(workspace, teamspace, emailInvite); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/NotebookApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/NotebookApiTest.java deleted file mode 100644 index d607fd9..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/NotebookApiTest.java +++ /dev/null @@ -1,115 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.ArrayInfoUpdate; -import io.tiledb.cloud.rest_api.model.Error; -import java.io.File; -import io.tiledb.cloud.rest_api.model.FileUploaded; -import io.tiledb.cloud.rest_api.model.NotebookCopied; -import io.tiledb.cloud.rest_api.model.NotebookCopy; -import io.tiledb.cloud.rest_api.model.NotebookStatus; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for NotebookApi - */ -@Disabled -public class NotebookApiTest { - - private final NotebookApi api = new NotebookApi(); - - /** - * Get status of the notebook server - * - * @throws ApiException if the Api call fails - */ - @Test - public void getNotebookServerStatusTest() throws ApiException { - String workspace = null; - String teamspace = null; - NotebookStatus response = api.getNotebookServerStatus(workspace, teamspace); - // TODO: test validations - } - - /** - * Copy a tiledb notebook at the specified location - * - * @throws ApiException if the Api call fails - */ - @Test - public void handleCopyNotebookTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - NotebookCopy notebookCopy = null; - String X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME = null; - Integer endTimestamp = null; - NotebookCopied response = api.handleCopyNotebook(workspace, teamspace, array, notebookCopy, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, endTimestamp); - // TODO: test validations - } - - /** - * Upload a notebook at the specified location - * - * @throws ApiException if the Api call fails - */ - @Test - public void handleUploadNotebookTest() throws ApiException { - String workspace = null; - String teamspace = null; - File inputFile = null; - String X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME = null; - String outputUri = null; - String name = null; - FileUploaded response = api.handleUploadNotebook(workspace, teamspace, inputFile, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, outputUri, name); - // TODO: test validations - } - - /** - * Shutdown a notebook server - * - * @throws ApiException if the Api call fails - */ - @Test - public void shutdownNotebookServerTest() throws ApiException { - String workspace = null; - String teamspace = null; - api.shutdownNotebookServer(workspace, teamspace); - // TODO: test validations - } - - /** - * update name on a notebok, moving related S3 object to new location - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateNotebookNameTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - ArrayInfoUpdate notebookMetadata = null; - api.updateNotebookName(workspace, teamspace, array, notebookMetadata); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/NotebooksApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/NotebooksApiTest.java deleted file mode 100644 index 34cc361..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/NotebooksApiTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.ArrayEndTimestampData; -import io.tiledb.cloud.rest_api.model.Error; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for NotebooksApi - */ -@Disabled -public class NotebooksApiTest { - - private final NotebooksApi api = new NotebooksApi(); - - /** - * retrieve a list of timestamps from the array fragment info listing in milliseconds, paginated - * - * @throws ApiException if the Api call fails - */ - @Test - public void notebooksWorkspaceTeamspaceArrayEndTimestampsGetTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - Integer page = null; - Integer perPage = null; - ArrayEndTimestampData response = api.notebooksWorkspaceTeamspaceArrayEndTimestampsGet(workspace, teamspace, array, page, perPage); - // TODO: test validations - } - - /** - * prune fragments of the notebook - * - * @throws ApiException if the Api call fails - */ - @Test - public void notebooksWorkspaceTeamspaceArrayPrunePostTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - Integer keepVersions = null; - api.notebooksWorkspaceTeamspaceArrayPrunePost(workspace, teamspace, array, keepVersions); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/OrganizationApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/OrganizationApiTest.java deleted file mode 100644 index f6b6448..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/OrganizationApiTest.java +++ /dev/null @@ -1,302 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.AWSAccessCredentials; -import io.tiledb.cloud.rest_api.model.DomainCheckResult; -import io.tiledb.cloud.rest_api.model.Error; -import io.tiledb.cloud.rest_api.model.Organization; -import io.tiledb.cloud.rest_api.model.OrganizationUpdate; -import io.tiledb.cloud.rest_api.model.OrganizationUser; -import io.tiledb.cloud.rest_api.model.SSODomainConfig; -import io.tiledb.cloud.rest_api.model.SSODomainConfigResponse; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for OrganizationApi - */ -@Disabled -public class OrganizationApiTest { - - private final OrganizationApi api = new OrganizationApi(); - - /** - * Add aws keys - * - * @throws ApiException if the Api call fails - */ - @Test - public void addAWSAccessCredentialsTest() throws ApiException { - String workspace = null; - String teamspace = null; - AWSAccessCredentials awsAccessCredentials = null; - api.addAWSAccessCredentials(workspace, teamspace, awsAccessCredentials); - // TODO: test validations - } - - /** - * add a user to an organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void addUserToOrganizationTest() throws ApiException { - String organization = null; - OrganizationUser user = null; - api.addUserToOrganization(organization, user); - // TODO: test validations - } - - /** - * Check if aws keys are set - * - * @throws ApiException if the Api call fails - */ - @Test - public void checkAWSAccessCredentialsTest() throws ApiException { - String workspace = null; - String teamspace = null; - List response = api.checkAWSAccessCredentials(workspace, teamspace); - // TODO: test validations - } - - /** - * Check if aws keys are set by name - * - * @throws ApiException if the Api call fails - */ - @Test - public void checkAWSAccessCredentialsByNameTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - AWSAccessCredentials response = api.checkAWSAccessCredentialsByName(workspace, teamspace, name); - // TODO: test validations - } - - /** - * Immediately verify ownership of the specified SSO domain ownership claim. - * - * @throws ApiException if the Api call fails - */ - @Test - public void checkSSODomainTest() throws ApiException { - String organization = null; - String uuid = null; - DomainCheckResult response = api.checkSSODomain(organization, uuid); - // TODO: test validations - } - - /** - * create a organization, the user creating will be listed as owner - * - * @throws ApiException if the Api call fails - */ - @Test - public void createOrganizationTest() throws ApiException { - Organization organization = null; - api.createOrganization(organization); - // TODO: test validations - } - - /** - * Create a new SSO connection that connects this organization to this domain. - * - * @throws ApiException if the Api call fails - */ - @Test - public void createSSODomainTest() throws ApiException { - String organization = null; - SSODomainConfig config = null; - SSODomainConfig response = api.createSSODomain(organization, config); - // TODO: test validations - } - - /** - * delete a AWS Access credentials in a namespace. This will likely cause arrays to become unreachable - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteAWSAccessCredentialsTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - api.deleteAWSAccessCredentials(workspace, teamspace, name); - // TODO: test validations - } - - /** - * delete a organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteOrganizationTest() throws ApiException { - String organization = null; - api.deleteOrganization(organization); - // TODO: test validations - } - - /** - * Deletes the configuration for the given SSO connection. - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteSSODomainTest() throws ApiException { - String organization = null; - String uuid = null; - api.deleteSSODomain(organization, uuid); - // TODO: test validations - } - - /** - * delete a user from an organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteUserFromOrganizationTest() throws ApiException { - String organization = null; - String username = null; - api.deleteUserFromOrganization(organization, username); - // TODO: test validations - } - - /** - * get all organizations that the user is member of - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAllOrganizationsTest() throws ApiException { - List response = api.getAllOrganizations(); - // TODO: test validations - } - - /** - * get a organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void getOrganizationTest() throws ApiException { - String organization = null; - Organization response = api.getOrganization(organization); - // TODO: test validations - } - - /** - * get a user from an organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void getOrganizationUserTest() throws ApiException { - String organization = null; - String username = null; - OrganizationUser response = api.getOrganizationUser(organization, username); - // TODO: test validations - } - - /** - * Gets details about the given SSO domain connection. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getSSODomainTest() throws ApiException { - String organization = null; - String uuid = null; - SSODomainConfig response = api.getSSODomain(organization, uuid); - // TODO: test validations - } - - /** - * Lists all the SSO connections associated with the given organization. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getSSODomainsTest() throws ApiException { - String organization = null; - SSODomainConfigResponse response = api.getSSODomains(organization); - // TODO: test validations - } - - /** - * Update aws keys or associated buckets. This will update the key associations for each array in the namespace - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateAWSAccessCredentialsTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - AWSAccessCredentials awsAccessCredentials = null; - api.updateAWSAccessCredentials(workspace, teamspace, name, awsAccessCredentials); - // TODO: test validations - } - - /** - * update a organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateOrganizationTest() throws ApiException { - String organization = null; - OrganizationUpdate organizationDetails = null; - api.updateOrganization(organization, organizationDetails); - // TODO: test validations - } - - /** - * Updates the configuration for the given SSO connection. - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateSSODomainTest() throws ApiException { - String organization = null; - String uuid = null; - SSODomainConfig config = null; - SSODomainConfig response = api.updateSSODomain(organization, uuid, config); - // TODO: test validations - } - - /** - * update a user in an organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateUserInOrganizationTest() throws ApiException { - String organization = null; - String username = null; - OrganizationUser user = null; - api.updateUserInOrganization(organization, username, user); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/QueryApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/QueryApiTest.java deleted file mode 100644 index ec6f13b..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/QueryApiTest.java +++ /dev/null @@ -1,127 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.Error; -import java.io.File; -import io.tiledb.cloud.rest_api.model.Query; -import io.tiledb.cloud.rest_api.model.QueryJson; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for QueryApi - */ -@Disabled -public class QueryApiTest { - - private final QueryApi api = new QueryApi(); - - /** - * send a query to run against a specified array/URI registered to a group/project - * - * @throws ApiException if the Api call fails - */ - @Test - public void finalizeQueryTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String type = null; - String contentType = null; - Query query = null; - String xPayer = null; - Integer openAt = null; - Query response = api.finalizeQuery(workspace, teamspace, array, type, contentType, query, xPayer, openAt); - // TODO: test validations - } - - /** - * send a query to run against a specified array/URI registered to a group/project - * - * @throws ApiException if the Api call fails - */ - @Test - public void getEstResultSizesTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String type = null; - String contentType = null; - Query query = null; - String xPayer = null; - Integer openAt = null; - Query response = api.getEstResultSizes(workspace, teamspace, array, type, contentType, query, xPayer, openAt); - // TODO: test validations - } - - /** - * send a query to run against a specified array/URI registered to a group/project, returns file bytes - * - * @throws ApiException if the Api call fails - */ - @Test - public void getFileTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String contentType = null; - String xPayer = null; - File response = api.getFile(workspace, teamspace, array, contentType, xPayer); - // TODO: test validations - } - - /** - * send a query to run against a specified array/URI registered to a group/project - * - * @throws ApiException if the Api call fails - */ - @Test - public void submitQueryTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String type = null; - String contentType = null; - Query query = null; - String xPayer = null; - Integer openAt = null; - Query response = api.submitQuery(workspace, teamspace, array, type, contentType, query, xPayer, openAt); - // TODO: test validations - } - - /** - * send a query to run against a specified array/URI registered to a group/project, returns JSON results - * - * @throws ApiException if the Api call fails - */ - @Test - public void submitQueryJsonTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - String contentType = null; - QueryJson queryJson = null; - String xPayer = null; - Object response = api.submitQueryJson(workspace, teamspace, array, contentType, queryJson, xPayer); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/RegisteredTaskGraphsApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/RegisteredTaskGraphsApiTest.java deleted file mode 100644 index 25bbb5c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/RegisteredTaskGraphsApiTest.java +++ /dev/null @@ -1,117 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.Error; -import io.tiledb.cloud.rest_api.model.RegisteredTaskGraph; -import io.tiledb.cloud.rest_api.model.TaskGraphSharing; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for RegisteredTaskGraphsApi - */ -@Disabled -public class RegisteredTaskGraphsApiTest { - - private final RegisteredTaskGraphsApi api = new RegisteredTaskGraphsApi(); - - /** - * Delete the given registered task graph. - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteRegisteredTaskGraphTest() throws ApiException { - String workspace = null; - String name = null; - api.deleteRegisteredTaskGraph(workspace, name); - // TODO: test validations - } - - /** - * Fetch the contents of this registered task graph. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getRegisteredTaskGraphTest() throws ApiException { - String workspace = null; - String name = null; - RegisteredTaskGraph response = api.getRegisteredTaskGraph(workspace, name); - // TODO: test validations - } - - /** - * Get sharing policies for the task graph. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getRegisteredTaskGraphSharingPoliciesTest() throws ApiException { - String workspace = null; - String name = null; - List response = api.getRegisteredTaskGraphSharingPolicies(workspace, name); - // TODO: test validations - } - - /** - * Register a task graph in the given namespace, with the given name. - * - * @throws ApiException if the Api call fails - */ - @Test - public void registerRegisteredTaskGraphTest() throws ApiException { - String workspace = null; - String name = null; - RegisteredTaskGraph graph = null; - api.registerRegisteredTaskGraph(workspace, name, graph); - // TODO: test validations - } - - /** - * Share a task graph. - * - * @throws ApiException if the Api call fails - */ - @Test - public void shareRegisteredTaskGraphTest() throws ApiException { - String workspace = null; - String name = null; - TaskGraphSharing taskGraphSharing = null; - api.shareRegisteredTaskGraph(workspace, name, taskGraphSharing); - // TODO: test validations - } - - /** - * Update the contents of an existing registered task graph. - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateRegisteredTaskGraphTest() throws ApiException { - String workspace = null; - String name = null; - RegisteredTaskGraph graph = null; - api.updateRegisteredTaskGraph(workspace, name, graph); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/SqlApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/SqlApiTest.java deleted file mode 100644 index 35dfa82..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/SqlApiTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.Error; -import io.tiledb.cloud.rest_api.model.SQLParameters; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for SqlApi - */ -@Disabled -public class SqlApiTest { - - private final SqlApi api = new SqlApi(); - - /** - * Run a sql query - * - * @throws ApiException if the Api call fails - */ - @Test - public void runSQLTest() throws ApiException { - String workspace = null; - String teamspace = null; - SQLParameters sql = null; - String acceptEncoding = null; - List> response = api.runSQL(workspace, teamspace, sql, acceptEncoding); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/StatsApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/StatsApiTest.java deleted file mode 100644 index 4ddebd1..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/StatsApiTest.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.Error; -import io.tiledb.cloud.rest_api.model.GetTiledbStats200Response; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for StatsApi - */ -@Disabled -public class StatsApiTest { - - private final StatsApi api = new StatsApi(); - - /** - * Fetch libtiledb stat - * - * @throws ApiException if the Api call fails - */ - @Test - public void getTiledbStatsTest() throws ApiException { - GetTiledbStats200Response response = api.getTiledbStats(); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/TaskGraphLogsApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/TaskGraphLogsApiTest.java deleted file mode 100644 index 47ca575..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/TaskGraphLogsApiTest.java +++ /dev/null @@ -1,162 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.Error; -import java.time.OffsetDateTime; -import io.tiledb.cloud.rest_api.model.TaskGraphClientNodeStatus; -import io.tiledb.cloud.rest_api.model.TaskGraphLog; -import io.tiledb.cloud.rest_api.model.TaskGraphLogsData; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for TaskGraphLogsApi - */ -@Disabled -public class TaskGraphLogsApiTest { - - private final TaskGraphLogsApi api = new TaskGraphLogsApi(); - - /** - * Create a task graph log. - * - * @throws ApiException if the Api call fails - */ - @Test - public void createTaskGraphLogTest() throws ApiException { - String workspace = null; - TaskGraphLog log = null; - TaskGraphLog response = api.createTaskGraphLog(workspace, log); - // TODO: test validations - } - - /** - * Fetch information about a single task graph execution. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getTaskGraphLogTest() throws ApiException { - String workspace = null; - String id = null; - TaskGraphLog response = api.getTaskGraphLog(workspace, id); - // TODO: test validations - } - - /** - * Fetch the task graph logs of a namespace the user has access to. The returned entries will include only summary data, and will not include information about the individual tasks that were executed. (This information is available when requesting an individual task graph log.) Entries in the response are ordered from newest to oldest. Pagination parameters work as in other API methods; see PaginationMetadata. - * - * @throws ApiException if the Api call fails - */ - @Test - public void listTaskGraphLogsTest() throws ApiException { - String namespace = null; - String createdBy = null; - String status = null; - String search = null; - OffsetDateTime startTime = null; - OffsetDateTime endTime = null; - Integer page = null; - Integer perPage = null; - TaskGraphLogsData response = api.listTaskGraphLogs(namespace, createdBy, status, search, startTime, endTime, page, perPage); - // TODO: test validations - } - - /** - * @throws ApiException if the Api call fails - */ - @Test - public void reportClientNodeTest() throws ApiException { - String workspace = null; - String id = null; - TaskGraphClientNodeStatus report = null; - api.reportClientNode(workspace, id, report); - // TODO: test validations - } - - /** - * Resubmits a task graph in the given namespace using the associated execution id. - * - * @throws ApiException if the Api call fails - */ - @Test - public void resubmitTaskGraphExecutionTest() throws ApiException { - String workspace = null; - String id = null; - TaskGraphLog response = api.resubmitTaskGraphExecution(workspace, id); - // TODO: test validations - } - - /** - * Retries failed tasks of a task graph in the given namespace using the associated execution id. - * - * @throws ApiException if the Api call fails - */ - @Test - public void retryTaskGraphExecutionTest() throws ApiException { - String workspace = null; - String id = null; - TaskGraphLog response = api.retryTaskGraphExecution(workspace, id); - // TODO: test validations - } - - /** - * Stops a task graph execution in the given namespace using the associated associated execution id. - * - * @throws ApiException if the Api call fails - */ - @Test - public void stopTaskGraphExecutionTest() throws ApiException { - String workspace = null; - String id = null; - api.stopTaskGraphExecution(workspace, id); - // TODO: test validations - } - - /** - * Submit a single task graph for execution. - * - * @throws ApiException if the Api call fails - */ - @Test - public void submitTaskGraphTest() throws ApiException { - String workspace = null; - String id = null; - String rootTaskGraphUuid = null; - TaskGraphLog response = api.submitTaskGraph(workspace, id, rootTaskGraphUuid); - // TODO: test validations - } - - /** - * Update information about a single task graph execution. - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateTaskGraphLogTest() throws ApiException { - String workspace = null; - String id = null; - TaskGraphLog log = null; - api.updateTaskGraphLog(workspace, id, log); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/TaskGraphsApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/TaskGraphsApiTest.java deleted file mode 100644 index 3baf564..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/TaskGraphsApiTest.java +++ /dev/null @@ -1,103 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.Error; -import io.tiledb.cloud.rest_api.model.TaskGraph; -import io.tiledb.cloud.rest_api.model.TaskGraphLog; -import io.tiledb.cloud.rest_api.model.TaskGraphs; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for TaskGraphsApi - */ -@Disabled -public class TaskGraphsApiTest { - - private final TaskGraphsApi api = new TaskGraphsApi(); - - /** - * Create a single task graph for execution. - * - * @throws ApiException if the Api call fails - */ - @Test - public void createTaskGraphTest() throws ApiException { - String workspace = null; - TaskGraph graph = null; - TaskGraph response = api.createTaskGraph(workspace, graph); - // TODO: test validations - } - - /** - * Fetch information about a single task graph. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getTaskGraphTest() throws ApiException { - String workspace = null; - String id = null; - TaskGraph response = api.getTaskGraph(workspace, id); - // TODO: test validations - } - - /** - * Fetch the task graphs of a namespace the user has access to. The returned entries will include only summary data, and will not include information about the individual tasks that were executed. (This information is available when requesting an individual task graph log.) Entries in the response are ordered from newest to oldest. Pagination parameters work as in other API methods; see PaginationMetadata. - * - * @throws ApiException if the Api call fails - */ - @Test - public void listTaskGraphsTest() throws ApiException { - String workspace = null; - TaskGraphs response = api.listTaskGraphs(workspace); - // TODO: test validations - } - - /** - * Submit a single task graph for execution. - * - * @throws ApiException if the Api call fails - */ - @Test - public void submitTaskGraphTest() throws ApiException { - String workspace = null; - String id = null; - String rootTaskGraphUuid = null; - TaskGraphLog response = api.submitTaskGraph(workspace, id, rootTaskGraphUuid); - // TODO: test validations - } - - /** - * Update information about a single task graph execution. - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateTaskGraphTest() throws ApiException { - String workspace = null; - String id = null; - TaskGraph graph = null; - api.updateTaskGraph(workspace, id, graph); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/TasksApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/TasksApiTest.java deleted file mode 100644 index 2bd411d..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/TasksApiTest.java +++ /dev/null @@ -1,102 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.ArrayTask; -import io.tiledb.cloud.rest_api.model.ArrayTaskData; -import io.tiledb.cloud.rest_api.model.Error; -import io.tiledb.cloud.rest_api.model.SQLParameters; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for TasksApi - */ -@Disabled -public class TasksApiTest { - - private final TasksApi api = new TasksApi(); - - /** - * Run a sql query - * - * @throws ApiException if the Api call fails - */ - @Test - public void runSQLTest() throws ApiException { - String workspace = null; - String teamspace = null; - SQLParameters sql = null; - String acceptEncoding = null; - List> response = api.runSQL(workspace, teamspace, sql, acceptEncoding); - // TODO: test validations - } - - /** - * Fetch an array task - * - * @throws ApiException if the Api call fails - */ - @Test - public void taskIdGetTest() throws ApiException { - String id = null; - ArrayTask response = api.taskIdGet(id); - // TODO: test validations - } - - /** - * Retrieve results of an array task - * - * @throws ApiException if the Api call fails - */ - @Test - public void taskIdResultGetTest() throws ApiException { - String id = null; - String acceptEncoding = null; - String response = api.taskIdResultGet(id, acceptEncoding); - // TODO: test validations - } - - /** - * Fetch a list of all array tasks a user has access to - * - * @throws ApiException if the Api call fails - */ - @Test - public void tasksGetTest() throws ApiException { - String namespace = null; - String createdBy = null; - String array = null; - Integer start = null; - Integer end = null; - Integer page = null; - Integer perPage = null; - String type = null; - List excludeType = null; - List fileType = null; - List excludeFileType = null; - String status = null; - String search = null; - String orderby = null; - ArrayTaskData response = api.tasksGet(namespace, createdBy, array, start, end, page, perPage, type, excludeType, fileType, excludeFileType, status, search, orderby); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/UdfApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/UdfApiTest.java deleted file mode 100644 index c178e1c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/UdfApiTest.java +++ /dev/null @@ -1,201 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.ArrayEndTimestampData; -import io.tiledb.cloud.rest_api.model.Error; -import java.io.File; -import io.tiledb.cloud.rest_api.model.GenericUDF; -import io.tiledb.cloud.rest_api.model.MultiArrayUDF; -import io.tiledb.cloud.rest_api.model.UDFCopied; -import io.tiledb.cloud.rest_api.model.UDFCopy; -import io.tiledb.cloud.rest_api.model.UDFInfo; -import io.tiledb.cloud.rest_api.model.UDFInfoUpdate; -import io.tiledb.cloud.rest_api.model.UDFSharing; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for UdfApi - */ -@Disabled -public class UdfApiTest { - - private final UdfApi api = new UdfApi(); - - /** - * delete a registered UDF -- this will remove all sharing and can not be undone - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteUDFInfoTest() throws ApiException { - String workspace = null; - String name = null; - api.deleteUDFInfo(workspace, name); - // TODO: test validations - } - - /** - * get a specific UDF in the given namespace - * - * @throws ApiException if the Api call fails - */ - @Test - public void getUDFInfoTest() throws ApiException { - String workspace = null; - String name = null; - UDFInfo response = api.getUDFInfo(workspace, name); - // TODO: test validations - } - - /** - * Get all sharing details of the UDF - * - * @throws ApiException if the Api call fails - */ - @Test - public void getUDFInfoSharingPoliciesTest() throws ApiException { - String workspace = null; - String name = null; - List response = api.getUDFInfoSharingPolicies(workspace, name); - // TODO: test validations - } - - /** - * Copy a tiledb udf at the specified location - * - * @throws ApiException if the Api call fails - */ - @Test - public void handleCopyUDFTest() throws ApiException { - String workspace = null; - String name = null; - UDFCopy udFCopy = null; - String X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME = null; - Integer endTimestamp = null; - UDFCopied response = api.handleCopyUDF(workspace, name, udFCopy, X_TILEDB_CLOUD_ACCESS_CREDENTIALS_NAME, endTimestamp); - // TODO: test validations - } - - /** - * register a UDF in the given namespace - * - * @throws ApiException if the Api call fails - */ - @Test - public void registerUDFInfoTest() throws ApiException { - String workspace = null; - String name = null; - UDFInfoUpdate udf = null; - api.registerUDFInfo(workspace, name, udf); - // TODO: test validations - } - - /** - * Share a UDF with a user - * - * @throws ApiException if the Api call fails - */ - @Test - public void shareUDFInfoTest() throws ApiException { - String workspace = null; - String name = null; - UDFSharing udfSharing = null; - api.shareUDFInfo(workspace, name, udfSharing); - // TODO: test validations - } - - /** - * submit a generic UDF in the given namespace - * - * @throws ApiException if the Api call fails - */ - @Test - public void submitGenericUDFTest() throws ApiException { - String workspace = null; - GenericUDF udf = null; - String acceptEncoding = null; - File response = api.submitGenericUDF(workspace, udf, acceptEncoding); - // TODO: test validations - } - - /** - * submit a multi-array UDF in the given namespace - * - * @throws ApiException if the Api call fails - */ - @Test - public void submitMultiArrayUDFTest() throws ApiException { - String workspace = null; - MultiArrayUDF udf = null; - String acceptEncoding = null; - File response = api.submitMultiArrayUDF(workspace, udf, acceptEncoding); - // TODO: test validations - } - - /** - * send a UDF to run against a specified array/URI registered to a group/project - * - * @throws ApiException if the Api call fails - */ - @Test - public void submitUDFTest() throws ApiException { - String workspace = null; - String teamspace = null; - String array = null; - MultiArrayUDF udf = null; - String xPayer = null; - String acceptEncoding = null; - String v2 = null; - File response = api.submitUDF(workspace, teamspace, array, udf, xPayer, acceptEncoding, v2); - // TODO: test validations - } - - /** - * retrieve a list of timestamps from the array fragment info listing in milliseconds, paginated - * - * @throws ApiException if the Api call fails - */ - @Test - public void udfWorkspaceArrayEndTimestampsGetTest() throws ApiException { - String workspace = null; - String array = null; - Integer page = null; - Integer perPage = null; - ArrayEndTimestampData response = api.udfWorkspaceArrayEndTimestampsGet(workspace, array, page, perPage); - // TODO: test validations - } - - /** - * update an existing registered UDF in the given namespace - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateUDFInfoTest() throws ApiException { - String workspace = null; - String name = null; - UDFInfoUpdate udf = null; - api.updateUDFInfo(workspace, name, udf); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/api/UserApiTest.java b/src/test/java/io/tiledb/cloud/rest_api/api/UserApiTest.java deleted file mode 100644 index dcd9e1c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/api/UserApiTest.java +++ /dev/null @@ -1,318 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.api; - -import io.tiledb.cloud.rest_api.ApiException; -import io.tiledb.cloud.rest_api.model.AWSAccessCredentials; -import io.tiledb.cloud.rest_api.model.Error; -import java.time.OffsetDateTime; -import io.tiledb.cloud.rest_api.model.OrganizationUser; -import io.tiledb.cloud.rest_api.model.ResetUserPasswordRequest; -import io.tiledb.cloud.rest_api.model.Token; -import io.tiledb.cloud.rest_api.model.TokenRequest; -import io.tiledb.cloud.rest_api.model.TokenScope; -import io.tiledb.cloud.rest_api.model.User; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * API tests for UserApi - */ -@Disabled -public class UserApiTest { - - private final UserApi api = new UserApi(); - - /** - * Add aws keys - * - * @throws ApiException if the Api call fails - */ - @Test - public void addAWSAccessCredentialsTest() throws ApiException { - String workspace = null; - String teamspace = null; - AWSAccessCredentials awsAccessCredentials = null; - api.addAWSAccessCredentials(workspace, teamspace, awsAccessCredentials); - // TODO: test validations - } - - /** - * add a user to an organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void addUserToOrganizationTest() throws ApiException { - String organization = null; - OrganizationUser user = null; - api.addUserToOrganization(organization, user); - // TODO: test validations - } - - /** - * Check if aws keys are set - * - * @throws ApiException if the Api call fails - */ - @Test - public void checkAWSAccessCredentialsTest() throws ApiException { - String workspace = null; - String teamspace = null; - List response = api.checkAWSAccessCredentials(workspace, teamspace); - // TODO: test validations - } - - /** - * Check if aws keys are set by name - * - * @throws ApiException if the Api call fails - */ - @Test - public void checkAWSAccessCredentialsByNameTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - AWSAccessCredentials response = api.checkAWSAccessCredentialsByName(workspace, teamspace, name); - // TODO: test validations - } - - /** - * confirm user email - * - * @throws ApiException if the Api call fails - */ - @Test - public void confirmEmailTest() throws ApiException { - api.confirmEmail(); - // TODO: test validations - } - - /** - * create a user - * - * @throws ApiException if the Api call fails - */ - @Test - public void createUserTest() throws ApiException { - User user = null; - api.createUser(user); - // TODO: test validations - } - - /** - * delete a AWS Access credentials in a namespace. This will likely cause arrays to become unreachable - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteAWSAccessCredentialsTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - api.deleteAWSAccessCredentials(workspace, teamspace, name); - // TODO: test validations - } - - /** - * delete a user - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteUserTest() throws ApiException { - String username = null; - api.deleteUser(username); - // TODO: test validations - } - - /** - * delete a user from an organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteUserFromOrganizationTest() throws ApiException { - String organization = null; - String username = null; - api.deleteUserFromOrganization(organization, username); - // TODO: test validations - } - - /** - * get a user from an organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void getOrganizationUserTest() throws ApiException { - String organization = null; - String username = null; - OrganizationUser response = api.getOrganizationUser(organization, username); - // TODO: test validations - } - - /** - * Get session token for user - * - * @throws ApiException if the Api call fails - */ - @Test - public void getSessionTest() throws ApiException { - String rememberMe = null; - OffsetDateTime expires = null; - Token response = api.getSession(rememberMe, expires); - // TODO: test validations - } - - /** - * retrieves available token scopes for a user - * - * @throws ApiException if the Api call fails - */ - @Test - public void getTokenScopesTest() throws ApiException { - List response = api.getTokenScopes(); - // TODO: test validations - } - - /** - * get a user - * - * @throws ApiException if the Api call fails - */ - @Test - public void getUserTest() throws ApiException { - User response = api.getUser(); - // TODO: test validations - } - - /** - * get a user - * - * @throws ApiException if the Api call fails - */ - @Test - public void getUserWithUsernameTest() throws ApiException { - String username = null; - User response = api.getUserWithUsername(username); - // TODO: test validations - } - - /** - * Request an authorization token, optionally taken a TokenRequest object to set parameters on the token - * - * @throws ApiException if the Api call fails - */ - @Test - public void requestTokenTest() throws ApiException { - TokenRequest tokenRequest = null; - Token response = api.requestToken(tokenRequest); - // TODO: test validations - } - - /** - * reset user password - * - * @throws ApiException if the Api call fails - */ - @Test - public void resetUserPasswordTest() throws ApiException { - ResetUserPasswordRequest user = null; - api.resetUserPassword(user); - // TODO: test validations - } - - /** - * revoke an authorization token - * - * @throws ApiException if the Api call fails - */ - @Test - public void revokeTokenTest() throws ApiException { - String token = null; - api.revokeToken(token); - // TODO: test validations - } - - /** - * Fetch a list of user tokens - * - * @throws ApiException if the Api call fails - */ - @Test - public void tokensGetTest() throws ApiException { - List response = api.tokensGet(); - // TODO: test validations - } - - /** - * Fetch a list of user session tokens - * - * @throws ApiException if the Api call fails - */ - @Test - public void tokensSessionGetTest() throws ApiException { - List response = api.tokensSessionGet(); - // TODO: test validations - } - - /** - * Update aws keys or associated buckets. This will update the key associations for each array in the namespace - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateAWSAccessCredentialsTest() throws ApiException { - String workspace = null; - String teamspace = null; - String name = null; - AWSAccessCredentials awsAccessCredentials = null; - api.updateAWSAccessCredentials(workspace, teamspace, name, awsAccessCredentials); - // TODO: test validations - } - - /** - * update a user - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateUserTest() throws ApiException { - String username = null; - User user = null; - api.updateUser(username, user); - // TODO: test validations - } - - /** - * update a user in an organization - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateUserInOrganizationTest() throws ApiException { - String organization = null; - String username = null; - OrganizationUser user = null; - api.updateUserInOrganization(organization, username, user); - // TODO: test validations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/AWSAccessCredentialsTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/AWSAccessCredentialsTest.java deleted file mode 100644 index bb3820c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/AWSAccessCredentialsTest.java +++ /dev/null @@ -1,107 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AWSAccessCredentials - */ -public class AWSAccessCredentialsTest { - private final AWSAccessCredentials model = new AWSAccessCredentials(); - - /** - * Model tests for AWSAccessCredentials - */ - @Test - public void testAWSAccessCredentials() { - // TODO: test AWSAccessCredentials - } - - /** - * Test the property 'secretAccessKey' - */ - @Test - public void secretAccessKeyTest() { - // TODO: test secretAccessKey - } - - /** - * Test the property 'accessKeyId' - */ - @Test - public void accessKeyIdTest() { - // TODO: test accessKeyId - } - - /** - * Test the property 'serviceRoleArn' - */ - @Test - public void serviceRoleArnTest() { - // TODO: test serviceRoleArn - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property '_default' - */ - @Test - public void _defaultTest() { - // TODO: test _default - } - - /** - * Test the property 'buckets' - */ - @Test - public void bucketsTest() { - // TODO: test buckets - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ActivityEventTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ActivityEventTypeTest.java deleted file mode 100644 index ad9bacb..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ActivityEventTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ActivityEventType - */ -public class ActivityEventTypeTest { - /** - * Model tests for ActivityEventType - */ - @Test - public void testActivityEventType() { - // TODO: test ActivityEventType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayActionsTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayActionsTest.java deleted file mode 100644 index 6eb1923..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayActionsTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayActions - */ -public class ArrayActionsTest { - /** - * Model tests for ArrayActions - */ - @Test - public void testArrayActions() { - // TODO: test ArrayActions - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayActivityLogTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayActivityLogTest.java deleted file mode 100644 index 379bed2..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayActivityLogTest.java +++ /dev/null @@ -1,114 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ActivityEventType; -import java.io.IOException; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayActivityLog - */ -public class ArrayActivityLogTest { - private final ArrayActivityLog model = new ArrayActivityLog(); - - /** - * Model tests for ArrayActivityLog - */ - @Test - public void testArrayActivityLog() { - // TODO: test ArrayActivityLog - } - - /** - * Test the property 'eventAt' - */ - @Test - public void eventAtTest() { - // TODO: test eventAt - } - - /** - * Test the property 'action' - */ - @Test - public void actionTest() { - // TODO: test action - } - - /** - * Test the property 'username' - */ - @Test - public void usernameTest() { - // TODO: test username - } - - /** - * Test the property 'bytesSent' - */ - @Test - public void bytesSentTest() { - // TODO: test bytesSent - } - - /** - * Test the property 'bytesReceived' - */ - @Test - public void bytesReceivedTest() { - // TODO: test bytesReceived - } - - /** - * Test the property 'arrayTaskId' - */ - @Test - public void arrayTaskIdTest() { - // TODO: test arrayTaskId - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'queryRanges' - */ - @Test - public void queryRangesTest() { - // TODO: test queryRanges - } - - /** - * Test the property 'queryStats' - */ - @Test - public void queryStatsTest() { - // TODO: test queryStats - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayBrowserDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayBrowserDataTest.java deleted file mode 100644 index 7742551..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayBrowserDataTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayInfo; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayBrowserData - */ -public class ArrayBrowserDataTest { - private final ArrayBrowserData model = new ArrayBrowserData(); - - /** - * Model tests for ArrayBrowserData - */ - @Test - public void testArrayBrowserData() { - // TODO: test ArrayBrowserData - } - - /** - * Test the property 'arrays' - */ - @Test - public void arraysTest() { - // TODO: test arrays - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayBrowserSidebarTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayBrowserSidebarTest.java deleted file mode 100644 index b8520e1..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayBrowserSidebarTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayBrowserSidebar - */ -public class ArrayBrowserSidebarTest { - private final ArrayBrowserSidebar model = new ArrayBrowserSidebar(); - - /** - * Model tests for ArrayBrowserSidebar - */ - @Test - public void testArrayBrowserSidebar() { - // TODO: test ArrayBrowserSidebar - } - - /** - * Test the property 'namespaces' - */ - @Test - public void namespacesTest() { - // TODO: test namespaces - } - - /** - * Test the property 'resultCountForAll' - */ - @Test - public void resultCountForAllTest() { - // TODO: test resultCountForAll - } - - /** - * Test the property 'resultCountByNamespace' - */ - @Test - public void resultCountByNamespaceTest() { - // TODO: test resultCountByNamespace - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayConsolidationRequestTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayConsolidationRequestTest.java deleted file mode 100644 index 15b87b2..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayConsolidationRequestTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TileDBConfig; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayConsolidationRequest - */ -public class ArrayConsolidationRequestTest { - private final ArrayConsolidationRequest model = new ArrayConsolidationRequest(); - - /** - * Model tests for ArrayConsolidationRequest - */ - @Test - public void testArrayConsolidationRequest() { - // TODO: test ArrayConsolidationRequest - } - - /** - * Test the property 'config' - */ - @Test - public void configTest() { - // TODO: test config - } - - /** - * Test the property 'fragments' - */ - @Test - public void fragmentsTest() { - // TODO: test fragments - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayEndTimestampDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayEndTimestampDataTest.java deleted file mode 100644 index ae90d8c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayEndTimestampDataTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayEndTimestampData - */ -public class ArrayEndTimestampDataTest { - private final ArrayEndTimestampData model = new ArrayEndTimestampData(); - - /** - * Model tests for ArrayEndTimestampData - */ - @Test - public void testArrayEndTimestampData() { - // TODO: test ArrayEndTimestampData - } - - /** - * Test the property 'endTimestamps' - */ - @Test - public void endTimestampsTest() { - // TODO: test endTimestamps - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayFavoriteTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayFavoriteTest.java deleted file mode 100644 index 8a659b0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayFavoriteTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayFavorite - */ -public class ArrayFavoriteTest { - private final ArrayFavorite model = new ArrayFavorite(); - - /** - * Model tests for ArrayFavorite - */ - @Test - public void testArrayFavorite() { - // TODO: test ArrayFavorite - } - - /** - * Test the property 'arrayUuid' - */ - @Test - public void arrayUuidTest() { - // TODO: test arrayUuid - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayFavoritesDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayFavoritesDataTest.java deleted file mode 100644 index f4c8469..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayFavoritesDataTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayInfo; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayFavoritesData - */ -public class ArrayFavoritesDataTest { - private final ArrayFavoritesData model = new ArrayFavoritesData(); - - /** - * Model tests for ArrayFavoritesData - */ - @Test - public void testArrayFavoritesData() { - // TODO: test ArrayFavoritesData - } - - /** - * Test the property 'arrays' - */ - @Test - public void arraysTest() { - // TODO: test arrays - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayInfoTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayInfoTest.java deleted file mode 100644 index e9fd0d0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayInfoTest.java +++ /dev/null @@ -1,277 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayActions; -import io.tiledb.cloud.rest_api.model.ArrayType; -import io.tiledb.cloud.rest_api.model.FileType; -import io.tiledb.cloud.rest_api.model.MetadataStringifiedEntry; -import io.tiledb.cloud.rest_api.model.Pricing; -import io.tiledb.cloud.rest_api.model.Subscription; -import java.io.IOException; -import java.math.BigDecimal; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayInfo - */ -public class ArrayInfoTest { - private final ArrayInfo model = new ArrayInfo(); - - /** - * Model tests for ArrayInfo - */ - @Test - public void testArrayInfo() { - // TODO: test ArrayInfo - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'assetId' - */ - @Test - public void assetIdTest() { - // TODO: test assetId - } - - /** - * Test the property 'fileType' - */ - @Test - public void fileTypeTest() { - // TODO: test fileType - } - - /** - * Test the property 'fileProperties' - */ - @Test - public void filePropertiesTest() { - // TODO: test fileProperties - } - - /** - * Test the property 'uri' - */ - @Test - public void uriTest() { - // TODO: test uri - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'lastAccessed' - */ - @Test - public void lastAccessedTest() { - // TODO: test lastAccessed - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'allowedActions' - */ - @Test - public void allowedActionsTest() { - // TODO: test allowedActions - } - - /** - * Test the property 'pricing' - */ - @Test - public void pricingTest() { - // TODO: test pricing - } - - /** - * Test the property 'subscriptions' - */ - @Test - public void subscriptionsTest() { - // TODO: test subscriptions - } - - /** - * Test the property 'logo' - */ - @Test - public void logoTest() { - // TODO: test logo - } - - /** - * Test the property 'accessCredentialsName' - */ - @Test - public void accessCredentialsNameTest() { - // TODO: test accessCredentialsName - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'shareCount' - */ - @Test - public void shareCountTest() { - // TODO: test shareCount - } - - /** - * Test the property 'publicShare' - */ - @Test - public void publicShareTest() { - // TODO: test publicShare - } - - /** - * Test the property 'namespaceSubscribed' - */ - @Test - public void namespaceSubscribedTest() { - // TODO: test namespaceSubscribed - } - - /** - * Test the property 'tiledbUri' - */ - @Test - public void tiledbUriTest() { - // TODO: test tiledbUri - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'licenseId' - */ - @Test - public void licenseIdTest() { - // TODO: test licenseId - } - - /** - * Test the property 'licenseText' - */ - @Test - public void licenseTextTest() { - // TODO: test licenseText - } - - /** - * Test the property 'readOnly' - */ - @Test - public void readOnlyTest() { - // TODO: test readOnly - } - - /** - * Test the property 'isFavorite' - */ - @Test - public void isFavoriteTest() { - // TODO: test isFavorite - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'createdBy' - */ - @Test - public void createdByTest() { - // TODO: test createdBy - } - - /** - * Test the property 'metadata' - */ - @Test - public void metadataTest() { - // TODO: test metadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayInfoUpdateTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayInfoUpdateTest.java deleted file mode 100644 index 79ee001..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayInfoUpdateTest.java +++ /dev/null @@ -1,134 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.FileType; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayInfoUpdate - */ -public class ArrayInfoUpdateTest { - private final ArrayInfoUpdate model = new ArrayInfoUpdate(); - - /** - * Model tests for ArrayInfoUpdate - */ - @Test - public void testArrayInfoUpdate() { - // TODO: test ArrayInfoUpdate - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'uri' - */ - @Test - public void uriTest() { - // TODO: test uri - } - - /** - * Test the property 'fileType' - */ - @Test - public void fileTypeTest() { - // TODO: test fileType - } - - /** - * Test the property 'fileProperties' - */ - @Test - public void filePropertiesTest() { - // TODO: test fileProperties - } - - /** - * Test the property 'accessCredentialsName' - */ - @Test - public void accessCredentialsNameTest() { - // TODO: test accessCredentialsName - } - - /** - * Test the property 'logo' - */ - @Test - public void logoTest() { - // TODO: test logo - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'licenseId' - */ - @Test - public void licenseIdTest() { - // TODO: test licenseId - } - - /** - * Test the property 'licenseText' - */ - @Test - public void licenseTextTest() { - // TODO: test licenseText - } - - /** - * Test the property 'readOnly' - */ - @Test - public void readOnlyTest() { - // TODO: test readOnly - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayMetadataEntryTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayMetadataEntryTest.java deleted file mode 100644 index e39e7f2..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayMetadataEntryTest.java +++ /dev/null @@ -1,82 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayMetadataEntry - */ -public class ArrayMetadataEntryTest { - private final ArrayMetadataEntry model = new ArrayMetadataEntry(); - - /** - * Model tests for ArrayMetadataEntry - */ - @Test - public void testArrayMetadataEntry() { - // TODO: test ArrayMetadataEntry - } - - /** - * Test the property 'key' - */ - @Test - public void keyTest() { - // TODO: test key - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'valueNum' - */ - @Test - public void valueNumTest() { - // TODO: test valueNum - } - - /** - * Test the property 'value' - */ - @Test - public void valueTest() { - // TODO: test value - } - - /** - * Test the property 'del' - */ - @Test - public void delTest() { - // TODO: test del - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayMetadataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayMetadataTest.java deleted file mode 100644 index ac1eed3..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayMetadataTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayMetadataEntry; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayMetadata - */ -public class ArrayMetadataTest { - private final ArrayMetadata model = new ArrayMetadata(); - - /** - * Model tests for ArrayMetadata - */ - @Test - public void testArrayMetadata() { - // TODO: test ArrayMetadata - } - - /** - * Test the property 'entries' - */ - @Test - public void entriesTest() { - // TODO: test entries - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArraySampleTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArraySampleTest.java deleted file mode 100644 index f43176e..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArraySampleTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArraySample - */ -public class ArraySampleTest { - private final ArraySample model = new ArraySample(); - - /** - * Model tests for ArraySample - */ - @Test - public void testArraySample() { - // TODO: test ArraySample - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArraySchemaTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArraySchemaTest.java deleted file mode 100644 index 7a499d1..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArraySchemaTest.java +++ /dev/null @@ -1,135 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayType; -import io.tiledb.cloud.rest_api.model.Attribute; -import io.tiledb.cloud.rest_api.model.Domain; -import io.tiledb.cloud.rest_api.model.FilterPipeline; -import io.tiledb.cloud.rest_api.model.Layout; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArraySchema - */ -public class ArraySchemaTest { - private final ArraySchema model = new ArraySchema(); - - /** - * Model tests for ArraySchema - */ - @Test - public void testArraySchema() { - // TODO: test ArraySchema - } - - /** - * Test the property 'uri' - */ - @Test - public void uriTest() { - // TODO: test uri - } - - /** - * Test the property 'version' - */ - @Test - public void versionTest() { - // TODO: test version - } - - /** - * Test the property 'arrayType' - */ - @Test - public void arrayTypeTest() { - // TODO: test arrayType - } - - /** - * Test the property 'tileOrder' - */ - @Test - public void tileOrderTest() { - // TODO: test tileOrder - } - - /** - * Test the property 'cellOrder' - */ - @Test - public void cellOrderTest() { - // TODO: test cellOrder - } - - /** - * Test the property 'capacity' - */ - @Test - public void capacityTest() { - // TODO: test capacity - } - - /** - * Test the property 'coordsFilterPipeline' - */ - @Test - public void coordsFilterPipelineTest() { - // TODO: test coordsFilterPipeline - } - - /** - * Test the property 'offsetFilterPipeline' - */ - @Test - public void offsetFilterPipelineTest() { - // TODO: test offsetFilterPipeline - } - - /** - * Test the property 'domain' - */ - @Test - public void domainTest() { - // TODO: test domain - } - - /** - * Test the property 'attributes' - */ - @Test - public void attributesTest() { - // TODO: test attributes - } - - /** - * Test the property 'allowsDuplicates' - */ - @Test - public void allowsDuplicatesTest() { - // TODO: test allowsDuplicates - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArraySharingTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArraySharingTest.java deleted file mode 100644 index 60e03ce..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArraySharingTest.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayActions; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArraySharing - */ -public class ArraySharingTest { - private final ArraySharing model = new ArraySharing(); - - /** - * Model tests for ArraySharing - */ - @Test - public void testArraySharing() { - // TODO: test ArraySharing - } - - /** - * Test the property 'actions' - */ - @Test - public void actionsTest() { - // TODO: test actions - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'namespaceType' - */ - @Test - public void namespaceTypeTest() { - // TODO: test namespaceType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskBrowserSidebarTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskBrowserSidebarTest.java deleted file mode 100644 index 055a93f..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskBrowserSidebarTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayTaskBrowserSidebar - */ -public class ArrayTaskBrowserSidebarTest { - private final ArrayTaskBrowserSidebar model = new ArrayTaskBrowserSidebar(); - - /** - * Model tests for ArrayTaskBrowserSidebar - */ - @Test - public void testArrayTaskBrowserSidebar() { - // TODO: test ArrayTaskBrowserSidebar - } - - /** - * Test the property 'organizations' - */ - @Test - public void organizationsTest() { - // TODO: test organizations - } - - /** - * Test the property 'resultCountForAll' - */ - @Test - public void resultCountForAllTest() { - // TODO: test resultCountForAll - } - - /** - * Test the property 'resultCountByNamespace' - */ - @Test - public void resultCountByNamespaceTest() { - // TODO: test resultCountByNamespace - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskDataTest.java deleted file mode 100644 index c9ca90a..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskDataTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayTask; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayTaskData - */ -public class ArrayTaskDataTest { - private final ArrayTaskData model = new ArrayTaskData(); - - /** - * Model tests for ArrayTaskData - */ - @Test - public void testArrayTaskData() { - // TODO: test ArrayTaskData - } - - /** - * Test the property 'arrayTasks' - */ - @Test - public void arrayTasksTest() { - // TODO: test arrayTasks - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskLogTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskLogTest.java deleted file mode 100644 index 74b3aba..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskLogTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayTaskLog - */ -public class ArrayTaskLogTest { - private final ArrayTaskLog model = new ArrayTaskLog(); - - /** - * Model tests for ArrayTaskLog - */ - @Test - public void testArrayTaskLog() { - // TODO: test ArrayTaskLog - } - - /** - * Test the property 'arrayTaskId' - */ - @Test - public void arrayTaskIdTest() { - // TODO: test arrayTaskId - } - - /** - * Test the property 'logs' - */ - @Test - public void logsTest() { - // TODO: test logs - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskStatusTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskStatusTest.java deleted file mode 100644 index 004e005..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskStatusTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayTaskStatus - */ -public class ArrayTaskStatusTest { - /** - * Model tests for ArrayTaskStatus - */ - @Test - public void testArrayTaskStatus() { - // TODO: test ArrayTaskStatus - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskTest.java deleted file mode 100644 index 4c98798..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskTest.java +++ /dev/null @@ -1,300 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayActivityLog; -import io.tiledb.cloud.rest_api.model.ArrayInfo; -import io.tiledb.cloud.rest_api.model.ArrayTaskStatus; -import io.tiledb.cloud.rest_api.model.ArrayTaskType; -import io.tiledb.cloud.rest_api.model.DomainArray; -import io.tiledb.cloud.rest_api.model.Querytype; -import io.tiledb.cloud.rest_api.model.ResultFormat; -import java.io.IOException; -import java.math.BigDecimal; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayTask - */ -public class ArrayTaskTest { - private final ArrayTask model = new ArrayTask(); - - /** - * Model tests for ArrayTask - */ - @Test - public void testArrayTask() { - // TODO: test ArrayTask - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'username' - */ - @Test - public void usernameTest() { - // TODO: test username - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'arrayMetadata' - */ - @Test - public void arrayMetadataTest() { - // TODO: test arrayMetadata - } - - /** - * Test the property 'subarray' - */ - @Test - public void subarrayTest() { - // TODO: test subarray - } - - /** - * Test the property 'memory' - */ - @Test - public void memoryTest() { - // TODO: test memory - } - - /** - * Test the property 'cpu' - */ - @Test - public void cpuTest() { - // TODO: test cpu - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'statusMessage' - */ - @Test - public void statusMessageTest() { - // TODO: test statusMessage - } - - /** - * Test the property 'startTime' - */ - @Test - public void startTimeTest() { - // TODO: test startTime - } - - /** - * Test the property 'finishTime' - */ - @Test - public void finishTimeTest() { - // TODO: test finishTime - } - - /** - * Test the property 'cost' - */ - @Test - public void costTest() { - // TODO: test cost - } - - /** - * Test the property 'egressCost' - */ - @Test - public void egressCostTest() { - // TODO: test egressCost - } - - /** - * Test the property 'accessCost' - */ - @Test - public void accessCostTest() { - // TODO: test accessCost - } - - /** - * Test the property 'queryType' - */ - @Test - public void queryTypeTest() { - // TODO: test queryType - } - - /** - * Test the property 'udfCode' - */ - @Test - public void udfCodeTest() { - // TODO: test udfCode - } - - /** - * Test the property 'udfLanguage' - */ - @Test - public void udfLanguageTest() { - // TODO: test udfLanguage - } - - /** - * Test the property 'sqlQuery' - */ - @Test - public void sqlQueryTest() { - // TODO: test sqlQuery - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'activity' - */ - @Test - public void activityTest() { - // TODO: test activity - } - - /** - * Test the property 'logs' - */ - @Test - public void logsTest() { - // TODO: test logs - } - - /** - * Test the property 'duration' - */ - @Test - public void durationTest() { - // TODO: test duration - } - - /** - * Test the property 'sqlInitCommands' - */ - @Test - public void sqlInitCommandsTest() { - // TODO: test sqlInitCommands - } - - /** - * Test the property 'sqlParameters' - */ - @Test - public void sqlParametersTest() { - // TODO: test sqlParameters - } - - /** - * Test the property 'resultFormat' - */ - @Test - public void resultFormatTest() { - // TODO: test resultFormat - } - - /** - * Test the property 'taskGraphUuid' - */ - @Test - public void taskGraphUuidTest() { - // TODO: test taskGraphUuid - } - - /** - * Test the property 'clientNodeUuid' - */ - @Test - public void clientNodeUuidTest() { - // TODO: test clientNodeUuid - } - - /** - * Test the property 'cloudProvider' - */ - @Test - public void cloudProviderTest() { - // TODO: test cloudProvider - } - - /** - * Test the property 'cloudRegion' - */ - @Test - public void cloudRegionTest() { - // TODO: test cloudRegion - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskTypeTest.java deleted file mode 100644 index f143782..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTaskTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayTaskType - */ -public class ArrayTaskTypeTest { - /** - * Model tests for ArrayTaskType - */ - @Test - public void testArrayTaskType() { - // TODO: test ArrayTaskType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTest.java deleted file mode 100644 index 39dc993..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Querytype; -import java.io.IOException; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Array - */ -public class ArrayTest { - private final Array model = new Array(); - - /** - * Model tests for Array - */ - @Test - public void testArray() { - // TODO: test Array - } - - /** - * Test the property 'timestamp' - */ - @Test - public void timestampTest() { - // TODO: test timestamp - } - - /** - * Test the property 'queryType' - */ - @Test - public void queryTypeTest() { - // TODO: test queryType - } - - /** - * Test the property 'uri' - */ - @Test - public void uriTest() { - // TODO: test uri - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTypeTest.java deleted file mode 100644 index 5b9ac78..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayType - */ -public class ArrayTypeTest { - /** - * Model tests for ArrayType - */ - @Test - public void testArrayType() { - // TODO: test ArrayType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayVacuumRequestTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ArrayVacuumRequestTest.java deleted file mode 100644 index 409b365..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ArrayVacuumRequestTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TileDBConfig; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ArrayVacuumRequest - */ -public class ArrayVacuumRequestTest { - private final ArrayVacuumRequest model = new ArrayVacuumRequest(); - - /** - * Model tests for ArrayVacuumRequest - */ - @Test - public void testArrayVacuumRequest() { - // TODO: test ArrayVacuumRequest - } - - /** - * Test the property 'config' - */ - @Test - public void configTest() { - // TODO: test config - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/AssetBackingTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/AssetBackingTypeTest.java deleted file mode 100644 index b3a8b62..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/AssetBackingTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AssetBackingType - */ -public class AssetBackingTypeTest { - /** - * Model tests for AssetBackingType - */ - @Test - public void testAssetBackingType() { - // TODO: test AssetBackingType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/AssetInfoTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/AssetInfoTest.java deleted file mode 100644 index edf175b..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/AssetInfoTest.java +++ /dev/null @@ -1,125 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.AssetBackingType; -import io.tiledb.cloud.rest_api.model.AssetOwnershipLevel; -import io.tiledb.cloud.rest_api.model.AssetType; -import io.tiledb.cloud.rest_api.model.MetadataStringified; -import java.io.IOException; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AssetInfo - */ -public class AssetInfoTest { - private final AssetInfo model = new AssetInfo(); - - /** - * Model tests for AssetInfo - */ - @Test - public void testAssetInfo() { - // TODO: test AssetInfo - } - - /** - * Test the property 'uuid' - */ - @Test - public void uuidTest() { - // TODO: test uuid - } - - /** - * Test the property 'assetType' - */ - @Test - public void assetTypeTest() { - // TODO: test assetType - } - - /** - * Test the property 'assetBackingType' - */ - @Test - public void assetBackingTypeTest() { - // TODO: test assetBackingType - } - - /** - * Test the property 'assetOwnershipLevel' - */ - @Test - public void assetOwnershipLevelTest() { - // TODO: test assetOwnershipLevel - } - - /** - * Test the property 'namespaceName' - */ - @Test - public void namespaceNameTest() { - // TODO: test namespaceName - } - - /** - * Test the property 'namespaceUuid' - */ - @Test - public void namespaceUuidTest() { - // TODO: test namespaceUuid - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'mimeType' - */ - @Test - public void mimeTypeTest() { - // TODO: test mimeType - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'metadata' - */ - @Test - public void metadataTest() { - // TODO: test metadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/AssetListResponseTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/AssetListResponseTest.java deleted file mode 100644 index 9ccd7fc..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/AssetListResponseTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.AssetInfo; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AssetListResponse - */ -public class AssetListResponseTest { - private final AssetListResponse model = new AssetListResponse(); - - /** - * Model tests for AssetListResponse - */ - @Test - public void testAssetListResponse() { - // TODO: test AssetListResponse - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/AssetLocationsTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/AssetLocationsTest.java deleted file mode 100644 index 6a87d13..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/AssetLocationsTest.java +++ /dev/null @@ -1,97 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.StorageLocation; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AssetLocations - */ -public class AssetLocationsTest { - private final AssetLocations model = new AssetLocations(); - - /** - * Model tests for AssetLocations - */ - @Test - public void testAssetLocations() { - // TODO: test AssetLocations - } - - /** - * Test the property 'arrays' - */ - @Test - public void arraysTest() { - // TODO: test arrays - } - - /** - * Test the property 'files' - */ - @Test - public void filesTest() { - // TODO: test files - } - - /** - * Test the property 'groups' - */ - @Test - public void groupsTest() { - // TODO: test groups - } - - /** - * Test the property 'mlModels' - */ - @Test - public void mlModelsTest() { - // TODO: test mlModels - } - - /** - * Test the property 'notebooks' - */ - @Test - public void notebooksTest() { - // TODO: test notebooks - } - - /** - * Test the property 'taskGraphs' - */ - @Test - public void taskGraphsTest() { - // TODO: test taskGraphs - } - - /** - * Test the property 'udfs' - */ - @Test - public void udfsTest() { - // TODO: test udfs - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/AssetOwnershipLevelTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/AssetOwnershipLevelTest.java deleted file mode 100644 index 052e4e0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/AssetOwnershipLevelTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AssetOwnershipLevel - */ -public class AssetOwnershipLevelTest { - /** - * Model tests for AssetOwnershipLevel - */ - @Test - public void testAssetOwnershipLevel() { - // TODO: test AssetOwnershipLevel - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/AssetTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/AssetTypeTest.java deleted file mode 100644 index bfc01e1..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/AssetTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AssetType - */ -public class AssetTypeTest { - /** - * Model tests for AssetType - */ - @Test - public void testAssetType() { - // TODO: test AssetType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/AttributeBufferHeaderTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/AttributeBufferHeaderTest.java deleted file mode 100644 index ca48749..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/AttributeBufferHeaderTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AttributeBufferHeader - */ -public class AttributeBufferHeaderTest { - private final AttributeBufferHeader model = new AttributeBufferHeader(); - - /** - * Model tests for AttributeBufferHeader - */ - @Test - public void testAttributeBufferHeader() { - // TODO: test AttributeBufferHeader - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'fixedLenBufferSizeInBytes' - */ - @Test - public void fixedLenBufferSizeInBytesTest() { - // TODO: test fixedLenBufferSizeInBytes - } - - /** - * Test the property 'varLenBufferSizeInBytes' - */ - @Test - public void varLenBufferSizeInBytesTest() { - // TODO: test varLenBufferSizeInBytes - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/AttributeBufferSizeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/AttributeBufferSizeTest.java deleted file mode 100644 index 4b33244..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/AttributeBufferSizeTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AttributeBufferSize - */ -public class AttributeBufferSizeTest { - private final AttributeBufferSize model = new AttributeBufferSize(); - - /** - * Model tests for AttributeBufferSize - */ - @Test - public void testAttributeBufferSize() { - // TODO: test AttributeBufferSize - } - - /** - * Test the property 'attribute' - */ - @Test - public void attributeTest() { - // TODO: test attribute - } - - /** - * Test the property 'offsetBytes' - */ - @Test - public void offsetBytesTest() { - // TODO: test offsetBytes - } - - /** - * Test the property 'dataBytes' - */ - @Test - public void dataBytesTest() { - // TODO: test dataBytes - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/AttributeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/AttributeTest.java deleted file mode 100644 index b5d9c73..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/AttributeTest.java +++ /dev/null @@ -1,92 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Datatype; -import io.tiledb.cloud.rest_api.model.FilterPipeline; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Attribute - */ -public class AttributeTest { - private final Attribute model = new Attribute(); - - /** - * Model tests for Attribute - */ - @Test - public void testAttribute() { - // TODO: test Attribute - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'filterPipeline' - */ - @Test - public void filterPipelineTest() { - // TODO: test filterPipeline - } - - /** - * Test the property 'cellValNum' - */ - @Test - public void cellValNumTest() { - // TODO: test cellValNum - } - - /** - * Test the property 'nullable' - */ - @Test - public void nullableTest() { - // TODO: test nullable - } - - /** - * Test the property 'fillValue' - */ - @Test - public void fillValueTest() { - // TODO: test fillValue - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/BackoffTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/BackoffTest.java deleted file mode 100644 index 1f417de..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/BackoffTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Backoff - */ -public class BackoffTest { - private final Backoff model = new Backoff(); - - /** - * Model tests for Backoff - */ - @Test - public void testBackoff() { - // TODO: test Backoff - } - - /** - * Test the property 'duration' - */ - @Test - public void durationTest() { - // TODO: test duration - } - - /** - * Test the property 'factor' - */ - @Test - public void factorTest() { - // TODO: test factor - } - - /** - * Test the property 'maxDuration' - */ - @Test - public void maxDurationTest() { - // TODO: test maxDuration - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ChangeAssetCredentialsRequestTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ChangeAssetCredentialsRequestTest.java deleted file mode 100644 index efd5284..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ChangeAssetCredentialsRequestTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ChangeAssetCredentialsRequest - */ -public class ChangeAssetCredentialsRequestTest { - private final ChangeAssetCredentialsRequest model = new ChangeAssetCredentialsRequest(); - - /** - * Model tests for ChangeAssetCredentialsRequest - */ - @Test - public void testChangeAssetCredentialsRequest() { - // TODO: test ChangeAssetCredentialsRequest - } - - /** - * Test the property 'accessCredentials' - */ - @Test - public void accessCredentialsTest() { - // TODO: test accessCredentials - } - - /** - * Test the property 'assetUuids' - */ - @Test - public void assetUuidsTest() { - // TODO: test assetUuids - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/DatatypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/DatatypeTest.java deleted file mode 100644 index b7d431f..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/DatatypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Datatype - */ -public class DatatypeTest { - /** - * Model tests for Datatype - */ - @Test - public void testDatatype() { - // TODO: test Datatype - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/DimensionCoordinateTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/DimensionCoordinateTest.java deleted file mode 100644 index 9a2917f..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/DimensionCoordinateTest.java +++ /dev/null @@ -1,120 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for DimensionCoordinate - */ -public class DimensionCoordinateTest { - private final DimensionCoordinate model = new DimensionCoordinate(); - - /** - * Model tests for DimensionCoordinate - */ - @Test - public void testDimensionCoordinate() { - // TODO: test DimensionCoordinate - } - - /** - * Test the property 'int8' - */ - @Test - public void int8Test() { - // TODO: test int8 - } - - /** - * Test the property 'uint8' - */ - @Test - public void uint8Test() { - // TODO: test uint8 - } - - /** - * Test the property 'int16' - */ - @Test - public void int16Test() { - // TODO: test int16 - } - - /** - * Test the property 'uint16' - */ - @Test - public void uint16Test() { - // TODO: test uint16 - } - - /** - * Test the property 'int32' - */ - @Test - public void int32Test() { - // TODO: test int32 - } - - /** - * Test the property 'uint32' - */ - @Test - public void uint32Test() { - // TODO: test uint32 - } - - /** - * Test the property 'int64' - */ - @Test - public void int64Test() { - // TODO: test int64 - } - - /** - * Test the property 'uint64' - */ - @Test - public void uint64Test() { - // TODO: test uint64 - } - - /** - * Test the property 'float32' - */ - @Test - public void float32Test() { - // TODO: test float32 - } - - /** - * Test the property 'float64' - */ - @Test - public void float64Test() { - // TODO: test float64 - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/DimensionTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/DimensionTest.java deleted file mode 100644 index 644f3f4..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/DimensionTest.java +++ /dev/null @@ -1,92 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Datatype; -import io.tiledb.cloud.rest_api.model.DimensionTileExtent; -import io.tiledb.cloud.rest_api.model.DomainArray; -import io.tiledb.cloud.rest_api.model.FilterPipeline; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Dimension - */ -public class DimensionTest { - private final Dimension model = new Dimension(); - - /** - * Model tests for Dimension - */ - @Test - public void testDimension() { - // TODO: test Dimension - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'domain' - */ - @Test - public void domainTest() { - // TODO: test domain - } - - /** - * Test the property 'nullTileExtent' - */ - @Test - public void nullTileExtentTest() { - // TODO: test nullTileExtent - } - - /** - * Test the property 'tileExtent' - */ - @Test - public void tileExtentTest() { - // TODO: test tileExtent - } - - /** - * Test the property 'filterPipeline' - */ - @Test - public void filterPipelineTest() { - // TODO: test filterPipeline - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/DimensionTileExtentTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/DimensionTileExtentTest.java deleted file mode 100644 index 4aded6a..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/DimensionTileExtentTest.java +++ /dev/null @@ -1,120 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for DimensionTileExtent - */ -public class DimensionTileExtentTest { - private final DimensionTileExtent model = new DimensionTileExtent(); - - /** - * Model tests for DimensionTileExtent - */ - @Test - public void testDimensionTileExtent() { - // TODO: test DimensionTileExtent - } - - /** - * Test the property 'int8' - */ - @Test - public void int8Test() { - // TODO: test int8 - } - - /** - * Test the property 'uint8' - */ - @Test - public void uint8Test() { - // TODO: test uint8 - } - - /** - * Test the property 'int16' - */ - @Test - public void int16Test() { - // TODO: test int16 - } - - /** - * Test the property 'uint16' - */ - @Test - public void uint16Test() { - // TODO: test uint16 - } - - /** - * Test the property 'int32' - */ - @Test - public void int32Test() { - // TODO: test int32 - } - - /** - * Test the property 'uint32' - */ - @Test - public void uint32Test() { - // TODO: test uint32 - } - - /** - * Test the property 'int64' - */ - @Test - public void int64Test() { - // TODO: test int64 - } - - /** - * Test the property 'uint64' - */ - @Test - public void uint64Test() { - // TODO: test uint64 - } - - /** - * Test the property 'float32' - */ - @Test - public void float32Test() { - // TODO: test float32 - } - - /** - * Test the property 'float64' - */ - @Test - public void float64Test() { - // TODO: test float64 - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/DomainArrayTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/DomainArrayTest.java deleted file mode 100644 index e376fac..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/DomainArrayTest.java +++ /dev/null @@ -1,122 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for DomainArray - */ -public class DomainArrayTest { - private final DomainArray model = new DomainArray(); - - /** - * Model tests for DomainArray - */ - @Test - public void testDomainArray() { - // TODO: test DomainArray - } - - /** - * Test the property 'int8' - */ - @Test - public void int8Test() { - // TODO: test int8 - } - - /** - * Test the property 'uint8' - */ - @Test - public void uint8Test() { - // TODO: test uint8 - } - - /** - * Test the property 'int16' - */ - @Test - public void int16Test() { - // TODO: test int16 - } - - /** - * Test the property 'uint16' - */ - @Test - public void uint16Test() { - // TODO: test uint16 - } - - /** - * Test the property 'int32' - */ - @Test - public void int32Test() { - // TODO: test int32 - } - - /** - * Test the property 'uint32' - */ - @Test - public void uint32Test() { - // TODO: test uint32 - } - - /** - * Test the property 'int64' - */ - @Test - public void int64Test() { - // TODO: test int64 - } - - /** - * Test the property 'uint64' - */ - @Test - public void uint64Test() { - // TODO: test uint64 - } - - /** - * Test the property 'float32' - */ - @Test - public void float32Test() { - // TODO: test float32 - } - - /** - * Test the property 'float64' - */ - @Test - public void float64Test() { - // TODO: test float64 - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/DomainCheckResultTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/DomainCheckResultTest.java deleted file mode 100644 index 73ed1c7..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/DomainCheckResultTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.DomainCheckStatus; -import java.io.IOException; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for DomainCheckResult - */ -public class DomainCheckResultTest { - private final DomainCheckResult model = new DomainCheckResult(); - - /** - * Model tests for DomainCheckResult - */ - @Test - public void testDomainCheckResult() { - // TODO: test DomainCheckResult - } - - /** - * Test the property 'time' - */ - @Test - public void timeTest() { - // TODO: test time - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/DomainCheckStatusTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/DomainCheckStatusTest.java deleted file mode 100644 index 95060b0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/DomainCheckStatusTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for DomainCheckStatus - */ -public class DomainCheckStatusTest { - /** - * Model tests for DomainCheckStatus - */ - @Test - public void testDomainCheckStatus() { - // TODO: test DomainCheckStatus - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/DomainTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/DomainTest.java deleted file mode 100644 index acc0b4c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/DomainTest.java +++ /dev/null @@ -1,77 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Datatype; -import io.tiledb.cloud.rest_api.model.Dimension; -import io.tiledb.cloud.rest_api.model.Layout; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Domain - */ -public class DomainTest { - private final Domain model = new Domain(); - - /** - * Model tests for Domain - */ - @Test - public void testDomain() { - // TODO: test Domain - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'tileOrder' - */ - @Test - public void tileOrderTest() { - // TODO: test tileOrder - } - - /** - * Test the property 'cellOrder' - */ - @Test - public void cellOrderTest() { - // TODO: test cellOrder - } - - /** - * Test the property 'dimensions' - */ - @Test - public void dimensionsTest() { - // TODO: test dimensions - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/DomainVerificationStatusTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/DomainVerificationStatusTest.java deleted file mode 100644 index 1868467..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/DomainVerificationStatusTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for DomainVerificationStatus - */ -public class DomainVerificationStatusTest { - /** - * Model tests for DomainVerificationStatus - */ - @Test - public void testDomainVerificationStatus() { - // TODO: test DomainVerificationStatus - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/EnumerationTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/EnumerationTest.java deleted file mode 100644 index be83ac6..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/EnumerationTest.java +++ /dev/null @@ -1,98 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Enumeration - */ -public class EnumerationTest { - private final Enumeration model = new Enumeration(); - - /** - * Model tests for Enumeration - */ - @Test - public void testEnumeration() { - // TODO: test Enumeration - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'pathName' - */ - @Test - public void pathNameTest() { - // TODO: test pathName - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'cellValNum' - */ - @Test - public void cellValNumTest() { - // TODO: test cellValNum - } - - /** - * Test the property 'ordered' - */ - @Test - public void orderedTest() { - // TODO: test ordered - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'offsets' - */ - @Test - public void offsetsTest() { - // TODO: test offsets - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ErrorTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ErrorTest.java deleted file mode 100644 index de698bf..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ErrorTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Error - */ -public class ErrorTest { - private final Error model = new Error(); - - /** - * Model tests for Error - */ - @Test - public void testError() { - // TODO: test Error - } - - /** - * Test the property 'code' - */ - @Test - public void codeTest() { - // TODO: test code - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'requestId' - */ - @Test - public void requestIdTest() { - // TODO: test requestId - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FileCreateTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FileCreateTest.java deleted file mode 100644 index baa4bfb..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FileCreateTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FileCreate - */ -public class FileCreateTest { - private final FileCreate model = new FileCreate(); - - /** - * Model tests for FileCreate - */ - @Test - public void testFileCreate() { - // TODO: test FileCreate - } - - /** - * Test the property 'inputUri' - */ - @Test - public void inputUriTest() { - // TODO: test inputUri - } - - /** - * Test the property 'outputUri' - */ - @Test - public void outputUriTest() { - // TODO: test outputUri - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FileCreatedTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FileCreatedTest.java deleted file mode 100644 index 842fa0a..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FileCreatedTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FileCreated - */ -public class FileCreatedTest { - private final FileCreated model = new FileCreated(); - - /** - * Model tests for FileCreated - */ - @Test - public void testFileCreated() { - // TODO: test FileCreated - } - - /** - * Test the property 'outputUri' - */ - @Test - public void outputUriTest() { - // TODO: test outputUri - } - - /** - * Test the property 'fileName' - */ - @Test - public void fileNameTest() { - // TODO: test fileName - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FileExportTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FileExportTest.java deleted file mode 100644 index 0a0a8e2..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FileExportTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FileExport - */ -public class FileExportTest { - private final FileExport model = new FileExport(); - - /** - * Model tests for FileExport - */ - @Test - public void testFileExport() { - // TODO: test FileExport - } - - /** - * Test the property 'outputUri' - */ - @Test - public void outputUriTest() { - // TODO: test outputUri - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FileExportedTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FileExportedTest.java deleted file mode 100644 index c5d6d2b..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FileExportedTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FileExported - */ -public class FileExportedTest { - private final FileExported model = new FileExported(); - - /** - * Model tests for FileExported - */ - @Test - public void testFileExported() { - // TODO: test FileExported - } - - /** - * Test the property 'outputUri' - */ - @Test - public void outputUriTest() { - // TODO: test outputUri - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FilePropertyNameTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FilePropertyNameTest.java deleted file mode 100644 index d90303c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FilePropertyNameTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FilePropertyName - */ -public class FilePropertyNameTest { - /** - * Model tests for FilePropertyName - */ - @Test - public void testFilePropertyName() { - // TODO: test FilePropertyName - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FileTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FileTypeTest.java deleted file mode 100644 index df9ac86..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FileTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FileType - */ -public class FileTypeTest { - /** - * Model tests for FileType - */ - @Test - public void testFileType() { - // TODO: test FileType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FileUploadedTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FileUploadedTest.java deleted file mode 100644 index ac1aa1d..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FileUploadedTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FileUploaded - */ -public class FileUploadedTest { - private final FileUploaded model = new FileUploaded(); - - /** - * Model tests for FileUploaded - */ - @Test - public void testFileUploaded() { - // TODO: test FileUploaded - } - - /** - * Test the property 'outputUri' - */ - @Test - public void outputUriTest() { - // TODO: test outputUri - } - - /** - * Test the property 'fileName' - */ - @Test - public void fileNameTest() { - // TODO: test fileName - } - - /** - * Test the property 'assetId' - */ - @Test - public void assetIdTest() { - // TODO: test assetId - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FilterDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FilterDataTest.java deleted file mode 100644 index a69e423..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FilterDataTest.java +++ /dev/null @@ -1,120 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FilterData - */ -public class FilterDataTest { - private final FilterData model = new FilterData(); - - /** - * Model tests for FilterData - */ - @Test - public void testFilterData() { - // TODO: test FilterData - } - - /** - * Test the property 'int8' - */ - @Test - public void int8Test() { - // TODO: test int8 - } - - /** - * Test the property 'uint8' - */ - @Test - public void uint8Test() { - // TODO: test uint8 - } - - /** - * Test the property 'int16' - */ - @Test - public void int16Test() { - // TODO: test int16 - } - - /** - * Test the property 'uint16' - */ - @Test - public void uint16Test() { - // TODO: test uint16 - } - - /** - * Test the property 'int32' - */ - @Test - public void int32Test() { - // TODO: test int32 - } - - /** - * Test the property 'uint32' - */ - @Test - public void uint32Test() { - // TODO: test uint32 - } - - /** - * Test the property 'int64' - */ - @Test - public void int64Test() { - // TODO: test int64 - } - - /** - * Test the property 'uint64' - */ - @Test - public void uint64Test() { - // TODO: test uint64 - } - - /** - * Test the property 'float32' - */ - @Test - public void float32Test() { - // TODO: test float32 - } - - /** - * Test the property 'float64' - */ - @Test - public void float64Test() { - // TODO: test float64 - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FilterOptionTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FilterOptionTest.java deleted file mode 100644 index c95b345..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FilterOptionTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FilterOption - */ -public class FilterOptionTest { - /** - * Model tests for FilterOption - */ - @Test - public void testFilterOption() { - // TODO: test FilterOption - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FilterPipelineTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FilterPipelineTest.java deleted file mode 100644 index 2972b54..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FilterPipelineTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Filter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FilterPipeline - */ -public class FilterPipelineTest { - private final FilterPipeline model = new FilterPipeline(); - - /** - * Model tests for FilterPipeline - */ - @Test - public void testFilterPipeline() { - // TODO: test FilterPipeline - } - - /** - * Test the property 'filters' - */ - @Test - public void filtersTest() { - // TODO: test filters - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FilterTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FilterTest.java deleted file mode 100644 index 718f594..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FilterTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.FilterData; -import io.tiledb.cloud.rest_api.model.FilterType; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Filter - */ -public class FilterTest { - private final Filter model = new Filter(); - - /** - * Model tests for Filter - */ - @Test - public void testFilter() { - // TODO: test Filter - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FilterTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FilterTypeTest.java deleted file mode 100644 index 8b5d733..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FilterTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FilterType - */ -public class FilterTypeTest { - /** - * Model tests for FilterType - */ - @Test - public void testFilterType() { - // TODO: test FilterType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FragmentInfoRequestTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FragmentInfoRequestTest.java deleted file mode 100644 index d14b2ec..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FragmentInfoRequestTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TileDBConfig; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FragmentInfoRequest - */ -public class FragmentInfoRequestTest { - private final FragmentInfoRequest model = new FragmentInfoRequest(); - - /** - * Model tests for FragmentInfoRequest - */ - @Test - public void testFragmentInfoRequest() { - // TODO: test FragmentInfoRequest - } - - /** - * Test the property 'config' - */ - @Test - public void configTest() { - // TODO: test config - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FragmentInfoTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FragmentInfoTest.java deleted file mode 100644 index b5c3256..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FragmentInfoTest.java +++ /dev/null @@ -1,70 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArraySchema; -import io.tiledb.cloud.rest_api.model.SingleFragmentInfo; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FragmentInfo - */ -public class FragmentInfoTest { - private final FragmentInfo model = new FragmentInfo(); - - /** - * Model tests for FragmentInfo - */ - @Test - public void testFragmentInfo() { - // TODO: test FragmentInfo - } - - /** - * Test the property 'arraySchemaAll' - */ - @Test - public void arraySchemaAllTest() { - // TODO: test arraySchemaAll - } - - /** - * Test the property 'fragmentInfo' - */ - @Test - public void fragmentInfoTest() { - // TODO: test fragmentInfo - } - - /** - * Test the property 'toVacuum' - */ - @Test - public void toVacuumTest() { - // TODO: test toVacuum - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/FragmentMetadataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/FragmentMetadataTest.java deleted file mode 100644 index d8524c4..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/FragmentMetadataTest.java +++ /dev/null @@ -1,242 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FragmentMetadata - */ -public class FragmentMetadataTest { - private final FragmentMetadata model = new FragmentMetadata(); - - /** - * Model tests for FragmentMetadata - */ - @Test - public void testFragmentMetadata() { - // TODO: test FragmentMetadata - } - - /** - * Test the property 'fileSizes' - */ - @Test - public void fileSizesTest() { - // TODO: test fileSizes - } - - /** - * Test the property 'fileVarSizes' - */ - @Test - public void fileVarSizesTest() { - // TODO: test fileVarSizes - } - - /** - * Test the property 'fileValiditySizes' - */ - @Test - public void fileValiditySizesTest() { - // TODO: test fileValiditySizes - } - - /** - * Test the property 'fragmentUri' - */ - @Test - public void fragmentUriTest() { - // TODO: test fragmentUri - } - - /** - * Test the property 'hasTimestamps' - */ - @Test - public void hasTimestampsTest() { - // TODO: test hasTimestamps - } - - /** - * Test the property 'hasDeleteMeta' - */ - @Test - public void hasDeleteMetaTest() { - // TODO: test hasDeleteMeta - } - - /** - * Test the property 'sparseTileNum' - */ - @Test - public void sparseTileNumTest() { - // TODO: test sparseTileNum - } - - /** - * Test the property 'tileIndexBase' - */ - @Test - public void tileIndexBaseTest() { - // TODO: test tileIndexBase - } - - /** - * Test the property 'tileOffsets' - */ - @Test - public void tileOffsetsTest() { - // TODO: test tileOffsets - } - - /** - * Test the property 'tileVarOffsets' - */ - @Test - public void tileVarOffsetsTest() { - // TODO: test tileVarOffsets - } - - /** - * Test the property 'tileVarSizes' - */ - @Test - public void tileVarSizesTest() { - // TODO: test tileVarSizes - } - - /** - * Test the property 'tileValidityOffsets' - */ - @Test - public void tileValidityOffsetsTest() { - // TODO: test tileValidityOffsets - } - - /** - * Test the property 'tileMinBuffer' - */ - @Test - public void tileMinBufferTest() { - // TODO: test tileMinBuffer - } - - /** - * Test the property 'tileMinVarBuffer' - */ - @Test - public void tileMinVarBufferTest() { - // TODO: test tileMinVarBuffer - } - - /** - * Test the property 'tileMaxBuffer' - */ - @Test - public void tileMaxBufferTest() { - // TODO: test tileMaxBuffer - } - - /** - * Test the property 'tileMaxVarBuffer' - */ - @Test - public void tileMaxVarBufferTest() { - // TODO: test tileMaxVarBuffer - } - - /** - * Test the property 'tileSums' - */ - @Test - public void tileSumsTest() { - // TODO: test tileSums - } - - /** - * Test the property 'tileNullCounts' - */ - @Test - public void tileNullCountsTest() { - // TODO: test tileNullCounts - } - - /** - * Test the property 'fragmentMins' - */ - @Test - public void fragmentMinsTest() { - // TODO: test fragmentMins - } - - /** - * Test the property 'fragmentMaxs' - */ - @Test - public void fragmentMaxsTest() { - // TODO: test fragmentMaxs - } - - /** - * Test the property 'fragmentSums' - */ - @Test - public void fragmentSumsTest() { - // TODO: test fragmentSums - } - - /** - * Test the property 'fragmentNullCounts' - */ - @Test - public void fragmentNullCountsTest() { - // TODO: test fragmentNullCounts - } - - /** - * Test the property 'version' - */ - @Test - public void versionTest() { - // TODO: test version - } - - /** - * Test the property 'timestampRange' - */ - @Test - public void timestampRangeTest() { - // TODO: test timestampRange - } - - /** - * Test the property 'lastTileCellNum' - */ - @Test - public void lastTileCellNumTest() { - // TODO: test lastTileCellNum - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GenericUDFTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GenericUDFTest.java deleted file mode 100644 index 0053d36..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GenericUDFTest.java +++ /dev/null @@ -1,180 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ResultFormat; -import io.tiledb.cloud.rest_api.model.UDFLanguage; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GenericUDF - */ -public class GenericUDFTest { - private final GenericUDF model = new GenericUDF(); - - /** - * Model tests for GenericUDF - */ - @Test - public void testGenericUDF() { - // TODO: test GenericUDF - } - - /** - * Test the property 'udfInfoName' - */ - @Test - public void udfInfoNameTest() { - // TODO: test udfInfoName - } - - /** - * Test the property 'language' - */ - @Test - public void languageTest() { - // TODO: test language - } - - /** - * Test the property 'version' - */ - @Test - public void versionTest() { - // TODO: test version - } - - /** - * Test the property 'imageName' - */ - @Test - public void imageNameTest() { - // TODO: test imageName - } - - /** - * Test the property 'accessCredentialsName' - */ - @Test - public void accessCredentialsNameTest() { - // TODO: test accessCredentialsName - } - - /** - * Test the property 'resourceClass' - */ - @Test - public void resourceClassTest() { - // TODO: test resourceClass - } - - /** - * Test the property 'exec' - */ - @Test - public void execTest() { - // TODO: test exec - } - - /** - * Test the property 'execRaw' - */ - @Test - public void execRawTest() { - // TODO: test execRaw - } - - /** - * Test the property 'argument' - */ - @Test - public void argumentTest() { - // TODO: test argument - } - - /** - * Test the property 'storedParamUuids' - */ - @Test - public void storedParamUuidsTest() { - // TODO: test storedParamUuids - } - - /** - * Test the property 'resultFormat' - */ - @Test - public void resultFormatTest() { - // TODO: test resultFormat - } - - /** - * Test the property 'taskName' - */ - @Test - public void taskNameTest() { - // TODO: test taskName - } - - /** - * Test the property 'storeResults' - */ - @Test - public void storeResultsTest() { - // TODO: test storeResults - } - - /** - * Test the property 'timeout' - */ - @Test - public void timeoutTest() { - // TODO: test timeout - } - - /** - * Test the property 'dontDownloadResults' - */ - @Test - public void dontDownloadResultsTest() { - // TODO: test dontDownloadResults - } - - /** - * Test the property 'taskGraphUuid' - */ - @Test - public void taskGraphUuidTest() { - // TODO: test taskGraphUuid - } - - /** - * Test the property 'clientNodeUuid' - */ - @Test - public void clientNodeUuidTest() { - // TODO: test clientNodeUuid - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GetTiledbStats200ResponseTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GetTiledbStats200ResponseTest.java deleted file mode 100644 index 6066461..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GetTiledbStats200ResponseTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GetTiledbStats200Response - */ -public class GetTiledbStats200ResponseTest { - private final GetTiledbStats200Response model = new GetTiledbStats200Response(); - - /** - * Model tests for GetTiledbStats200Response - */ - @Test - public void testGetTiledbStats200Response() { - // TODO: test GetTiledbStats200Response - } - - /** - * Test the property 'stats' - */ - @Test - public void statsTest() { - // TODO: test stats - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupActionsTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupActionsTest.java deleted file mode 100644 index a2e8020..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupActionsTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupActions - */ -public class GroupActionsTest { - /** - * Model tests for GroupActions - */ - @Test - public void testGroupActions() { - // TODO: test GroupActions - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupBrowserDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupBrowserDataTest.java deleted file mode 100644 index e0d1a14..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupBrowserDataTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.GroupInfo; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupBrowserData - */ -public class GroupBrowserDataTest { - private final GroupBrowserData model = new GroupBrowserData(); - - /** - * Model tests for GroupBrowserData - */ - @Test - public void testGroupBrowserData() { - // TODO: test GroupBrowserData - } - - /** - * Test the property 'groups' - */ - @Test - public void groupsTest() { - // TODO: test groups - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupBrowserFilterDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupBrowserFilterDataTest.java deleted file mode 100644 index 977d7e8..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupBrowserFilterDataTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.GroupType; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupBrowserFilterData - */ -public class GroupBrowserFilterDataTest { - private final GroupBrowserFilterData model = new GroupBrowserFilterData(); - - /** - * Model tests for GroupBrowserFilterData - */ - @Test - public void testGroupBrowserFilterData() { - // TODO: test GroupBrowserFilterData - } - - /** - * Test the property 'namespaces' - */ - @Test - public void namespacesTest() { - // TODO: test namespaces - } - - /** - * Test the property 'groupTypes' - */ - @Test - public void groupTypesTest() { - // TODO: test groupTypes - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupChangesTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupChangesTest.java deleted file mode 100644 index 300a33c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupChangesTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.GroupMember; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupChanges - */ -public class GroupChangesTest { - private final GroupChanges model = new GroupChanges(); - - /** - * Model tests for GroupChanges - */ - @Test - public void testGroupChanges() { - // TODO: test GroupChanges - } - - /** - * Test the property 'add' - */ - @Test - public void addTest() { - // TODO: test add - } - - /** - * Test the property 'remove' - */ - @Test - public void removeTest() { - // TODO: test remove - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityAssetTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityAssetTest.java deleted file mode 100644 index 0b014b6..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityAssetTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.AssetType; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupContentActivityAsset - */ -public class GroupContentActivityAssetTest { - private final GroupContentActivityAsset model = new GroupContentActivityAsset(); - - /** - * Model tests for GroupContentActivityAsset - */ - @Test - public void testGroupContentActivityAsset() { - // TODO: test GroupContentActivityAsset - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'assetType' - */ - @Test - public void assetTypeTest() { - // TODO: test assetType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityResponseTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityResponseTest.java deleted file mode 100644 index 24ecdca..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityResponseTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.GroupContentActivity; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupContentActivityResponse - */ -public class GroupContentActivityResponseTest { - private final GroupContentActivityResponse model = new GroupContentActivityResponse(); - - /** - * Model tests for GroupContentActivityResponse - */ - @Test - public void testGroupContentActivityResponse() { - // TODO: test GroupContentActivityResponse - } - - /** - * Test the property 'activity' - */ - @Test - public void activityTest() { - // TODO: test activity - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityTest.java deleted file mode 100644 index 61b4f81..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentActivityTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayActivityLog; -import io.tiledb.cloud.rest_api.model.GroupContentActivityAsset; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupContentActivity - */ -public class GroupContentActivityTest { - private final GroupContentActivity model = new GroupContentActivity(); - - /** - * Model tests for GroupContentActivity - */ - @Test - public void testGroupContentActivity() { - // TODO: test GroupContentActivity - } - - /** - * Test the property 'asset' - */ - @Test - public void assetTest() { - // TODO: test asset - } - - /** - * Test the property 'activityLog' - */ - @Test - public void activityLogTest() { - // TODO: test activityLog - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentsFilterDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentsFilterDataTest.java deleted file mode 100644 index f07ffcf..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentsFilterDataTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupContentsFilterData - */ -public class GroupContentsFilterDataTest { - private final GroupContentsFilterData model = new GroupContentsFilterData(); - - /** - * Model tests for GroupContentsFilterData - */ - @Test - public void testGroupContentsFilterData() { - // TODO: test GroupContentsFilterData - } - - /** - * Test the property 'namespaces' - */ - @Test - public void namespacesTest() { - // TODO: test namespaces - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentsTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentsTest.java deleted file mode 100644 index 7616644..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupContentsTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.GroupEntry; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupContents - */ -public class GroupContentsTest { - private final GroupContents model = new GroupContents(); - - /** - * Model tests for GroupContents - */ - @Test - public void testGroupContents() { - // TODO: test GroupContents - } - - /** - * Test the property 'entries' - */ - @Test - public void entriesTest() { - // TODO: test entries - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupCreateTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupCreateTest.java deleted file mode 100644 index e0b5c64..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupCreateTest.java +++ /dev/null @@ -1,114 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupCreate - */ -public class GroupCreateTest { - private final GroupCreate model = new GroupCreate(); - - /** - * Model tests for GroupCreate - */ - @Test - public void testGroupCreate() { - // TODO: test GroupCreate - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'parent' - */ - @Test - public void parentTest() { - // TODO: test parent - } - - /** - * Test the property 'uri' - */ - @Test - public void uriTest() { - // TODO: test uri - } - - /** - * Test the property 'logo' - */ - @Test - public void logoTest() { - // TODO: test logo - } - - /** - * Test the property 'accessCredentialsName' - */ - @Test - public void accessCredentialsNameTest() { - // TODO: test accessCredentialsName - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'licenseId' - */ - @Test - public void licenseIdTest() { - // TODO: test licenseId - } - - /** - * Test the property 'licenseText' - */ - @Test - public void licenseTextTest() { - // TODO: test licenseText - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupEntryTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupEntryTest.java deleted file mode 100644 index 214560c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupEntryTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayInfo; -import io.tiledb.cloud.rest_api.model.GroupInfo; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupEntry - */ -public class GroupEntryTest { - private final GroupEntry model = new GroupEntry(); - - /** - * Model tests for GroupEntry - */ - @Test - public void testGroupEntry() { - // TODO: test GroupEntry - } - - /** - * Test the property 'memberId' - */ - @Test - public void memberIdTest() { - // TODO: test memberId - } - - /** - * Test the property 'group' - */ - @Test - public void groupTest() { - // TODO: test group - } - - /** - * Test the property 'array' - */ - @Test - public void arrayTest() { - // TODO: test array - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupInfoTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupInfoTest.java deleted file mode 100644 index 71aac99..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupInfoTest.java +++ /dev/null @@ -1,224 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.GroupActions; -import io.tiledb.cloud.rest_api.model.GroupType; -import io.tiledb.cloud.rest_api.model.MetadataStringifiedEntry; -import java.io.IOException; -import java.math.BigDecimal; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupInfo - */ -public class GroupInfoTest { - private final GroupInfo model = new GroupInfo(); - - /** - * Model tests for GroupInfo - */ - @Test - public void testGroupInfo() { - // TODO: test GroupInfo - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'uri' - */ - @Test - public void uriTest() { - // TODO: test uri - } - - /** - * Test the property 'tiledbUri' - */ - @Test - public void tiledbUriTest() { - // TODO: test tiledbUri - } - - /** - * Test the property 'assetCount' - */ - @Test - public void assetCountTest() { - // TODO: test assetCount - } - - /** - * Test the property 'groupCount' - */ - @Test - public void groupCountTest() { - // TODO: test groupCount - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'lastAccessed' - */ - @Test - public void lastAccessedTest() { - // TODO: test lastAccessed - } - - /** - * Test the property 'allowedActions' - */ - @Test - public void allowedActionsTest() { - // TODO: test allowedActions - } - - /** - * Test the property 'groupType' - */ - @Test - public void groupTypeTest() { - // TODO: test groupType - } - - /** - * Test the property 'logo' - */ - @Test - public void logoTest() { - // TODO: test logo - } - - /** - * Test the property 'accessCredentialsName' - */ - @Test - public void accessCredentialsNameTest() { - // TODO: test accessCredentialsName - } - - /** - * Test the property 'shareCount' - */ - @Test - public void shareCountTest() { - // TODO: test shareCount - } - - /** - * Test the property 'publicShare' - */ - @Test - public void publicShareTest() { - // TODO: test publicShare - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'licenseId' - */ - @Test - public void licenseIdTest() { - // TODO: test licenseId - } - - /** - * Test the property 'licenseText' - */ - @Test - public void licenseTextTest() { - // TODO: test licenseText - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'createdBy' - */ - @Test - public void createdByTest() { - // TODO: test createdBy - } - - /** - * Test the property 'metadata' - */ - @Test - public void metadataTest() { - // TODO: test metadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberAssetTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberAssetTypeTest.java deleted file mode 100644 index 3f5d99e..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberAssetTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupMemberAssetType - */ -public class GroupMemberAssetTypeTest { - /** - * Model tests for GroupMemberAssetType - */ - @Test - public void testGroupMemberAssetType() { - // TODO: test GroupMemberAssetType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberTest.java deleted file mode 100644 index 2922b50..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.GroupMemberType; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupMember - */ -public class GroupMemberTest { - private final GroupMember model = new GroupMember(); - - /** - * Model tests for GroupMember - */ - @Test - public void testGroupMember() { - // TODO: test GroupMember - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'memberType' - */ - @Test - public void memberTypeTest() { - // TODO: test memberType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberTypeTest.java deleted file mode 100644 index 5ef9878..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupMemberTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupMemberType - */ -public class GroupMemberTypeTest { - /** - * Model tests for GroupMemberType - */ - @Test - public void testGroupMemberType() { - // TODO: test GroupMemberType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupRegisterTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupRegisterTest.java deleted file mode 100644 index d6aa184..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupRegisterTest.java +++ /dev/null @@ -1,114 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupRegister - */ -public class GroupRegisterTest { - private final GroupRegister model = new GroupRegister(); - - /** - * Model tests for GroupRegister - */ - @Test - public void testGroupRegister() { - // TODO: test GroupRegister - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'parent' - */ - @Test - public void parentTest() { - // TODO: test parent - } - - /** - * Test the property 'uri' - */ - @Test - public void uriTest() { - // TODO: test uri - } - - /** - * Test the property 'logo' - */ - @Test - public void logoTest() { - // TODO: test logo - } - - /** - * Test the property 'accessCredentialsName' - */ - @Test - public void accessCredentialsNameTest() { - // TODO: test accessCredentialsName - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'licenseId' - */ - @Test - public void licenseIdTest() { - // TODO: test licenseId - } - - /** - * Test the property 'licenseText' - */ - @Test - public void licenseTextTest() { - // TODO: test licenseText - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupSharingRequestTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupSharingRequestTest.java deleted file mode 100644 index b75d8d3..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupSharingRequestTest.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayActions; -import io.tiledb.cloud.rest_api.model.GroupActions; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupSharingRequest - */ -public class GroupSharingRequestTest { - private final GroupSharingRequest model = new GroupSharingRequest(); - - /** - * Model tests for GroupSharingRequest - */ - @Test - public void testGroupSharingRequest() { - // TODO: test GroupSharingRequest - } - - /** - * Test the property 'groupActions' - */ - @Test - public void groupActionsTest() { - // TODO: test groupActions - } - - /** - * Test the property 'arrayActions' - */ - @Test - public void arrayActionsTest() { - // TODO: test arrayActions - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupSharingTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupSharingTest.java deleted file mode 100644 index a70d42d..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupSharingTest.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayActions; -import io.tiledb.cloud.rest_api.model.GroupActions; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupSharing - */ -public class GroupSharingTest { - private final GroupSharing model = new GroupSharing(); - - /** - * Model tests for GroupSharing - */ - @Test - public void testGroupSharing() { - // TODO: test GroupSharing - } - - /** - * Test the property 'groupActions' - */ - @Test - public void groupActionsTest() { - // TODO: test groupActions - } - - /** - * Test the property 'arrayActions' - */ - @Test - public void arrayActionsTest() { - // TODO: test arrayActions - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'namespaceType' - */ - @Test - public void namespaceTypeTest() { - // TODO: test namespaceType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupTypeMetadataKeyTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupTypeMetadataKeyTest.java deleted file mode 100644 index 9333cf6..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupTypeMetadataKeyTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupTypeMetadataKey - */ -public class GroupTypeMetadataKeyTest { - /** - * Model tests for GroupTypeMetadataKey - */ - @Test - public void testGroupTypeMetadataKey() { - // TODO: test GroupTypeMetadataKey - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupTypeTest.java deleted file mode 100644 index 527453f..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupType - */ -public class GroupTypeTest { - /** - * Model tests for GroupType - */ - @Test - public void testGroupType() { - // TODO: test GroupType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/GroupUpdateTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/GroupUpdateTest.java deleted file mode 100644 index c0d9c29..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/GroupUpdateTest.java +++ /dev/null @@ -1,99 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for GroupUpdate - */ -public class GroupUpdateTest { - private final GroupUpdate model = new GroupUpdate(); - - /** - * Model tests for GroupUpdate - */ - @Test - public void testGroupUpdate() { - // TODO: test GroupUpdate - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'logo' - */ - @Test - public void logoTest() { - // TODO: test logo - } - - /** - * Test the property 'accessCredentialsName' - */ - @Test - public void accessCredentialsNameTest() { - // TODO: test accessCredentialsName - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'licenseId' - */ - @Test - public void licenseIdTest() { - // TODO: test licenseId - } - - /** - * Test the property 'licenseText' - */ - @Test - public void licenseTextTest() { - // TODO: test licenseText - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationArrayShareEmailTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/InvitationArrayShareEmailTest.java deleted file mode 100644 index 577a29c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationArrayShareEmailTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayActions; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for InvitationArrayShareEmail - */ -public class InvitationArrayShareEmailTest { - private final InvitationArrayShareEmail model = new InvitationArrayShareEmail(); - - /** - * Model tests for InvitationArrayShareEmail - */ - @Test - public void testInvitationArrayShareEmail() { - // TODO: test InvitationArrayShareEmail - } - - /** - * Test the property 'actions' - */ - @Test - public void actionsTest() { - // TODO: test actions - } - - /** - * Test the property 'inviteeEmail' - */ - @Test - public void inviteeEmailTest() { - // TODO: test inviteeEmail - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/InvitationDataTest.java deleted file mode 100644 index 1f73c80..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationDataTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Invitation; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for InvitationData - */ -public class InvitationDataTest { - private final InvitationData model = new InvitationData(); - - /** - * Model tests for InvitationData - */ - @Test - public void testInvitationData() { - // TODO: test InvitationData - } - - /** - * Test the property 'invitations' - */ - @Test - public void invitationsTest() { - // TODO: test invitations - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationFailedRecipientsTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/InvitationFailedRecipientsTest.java deleted file mode 100644 index 35addfd..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationFailedRecipientsTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for InvitationFailedRecipients - */ -public class InvitationFailedRecipientsTest { - private final InvitationFailedRecipients model = new InvitationFailedRecipients(); - - /** - * Model tests for InvitationFailedRecipients - */ - @Test - public void testInvitationFailedRecipients() { - // TODO: test InvitationFailedRecipients - } - - /** - * Test the property 'failedRecipients' - */ - @Test - public void failedRecipientsTest() { - // TODO: test failedRecipients - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationGroupShareEmailTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/InvitationGroupShareEmailTest.java deleted file mode 100644 index 7df4576..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationGroupShareEmailTest.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayActions; -import io.tiledb.cloud.rest_api.model.GroupActions; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for InvitationGroupShareEmail - */ -public class InvitationGroupShareEmailTest { - private final InvitationGroupShareEmail model = new InvitationGroupShareEmail(); - - /** - * Model tests for InvitationGroupShareEmail - */ - @Test - public void testInvitationGroupShareEmail() { - // TODO: test InvitationGroupShareEmail - } - - /** - * Test the property 'arrayActions' - */ - @Test - public void arrayActionsTest() { - // TODO: test arrayActions - } - - /** - * Test the property 'groupActions' - */ - @Test - public void groupActionsTest() { - // TODO: test groupActions - } - - /** - * Test the property 'inviteeEmailOrName' - */ - @Test - public void inviteeEmailOrNameTest() { - // TODO: test inviteeEmailOrName - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationOrganizationJoinEmailTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/InvitationOrganizationJoinEmailTest.java deleted file mode 100644 index 0578631..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationOrganizationJoinEmailTest.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.NamespaceActions; -import io.tiledb.cloud.rest_api.model.OrganizationRoles; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for InvitationOrganizationJoinEmail - */ -public class InvitationOrganizationJoinEmailTest { - private final InvitationOrganizationJoinEmail model = new InvitationOrganizationJoinEmail(); - - /** - * Model tests for InvitationOrganizationJoinEmail - */ - @Test - public void testInvitationOrganizationJoinEmail() { - // TODO: test InvitationOrganizationJoinEmail - } - - /** - * Test the property 'actions' - */ - @Test - public void actionsTest() { - // TODO: test actions - } - - /** - * Test the property 'organizationRole' - */ - @Test - public void organizationRoleTest() { - // TODO: test organizationRole - } - - /** - * Test the property 'inviteeEmail' - */ - @Test - public void inviteeEmailTest() { - // TODO: test inviteeEmail - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationStatusTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/InvitationStatusTest.java deleted file mode 100644 index 3db4ca7..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationStatusTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for InvitationStatus - */ -public class InvitationStatusTest { - /** - * Model tests for InvitationStatus - */ - @Test - public void testInvitationStatus() { - // TODO: test InvitationStatus - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/InvitationTest.java deleted file mode 100644 index 716fb18..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationTest.java +++ /dev/null @@ -1,204 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.InvitationStatus; -import io.tiledb.cloud.rest_api.model.InvitationType; -import io.tiledb.cloud.rest_api.model.OrganizationRoles; -import java.io.IOException; -import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Invitation - */ -public class InvitationTest { - private final Invitation model = new Invitation(); - - /** - * Model tests for Invitation - */ - @Test - public void testInvitation() { - // TODO: test Invitation - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'invitationType' - */ - @Test - public void invitationTypeTest() { - // TODO: test invitationType - } - - /** - * Test the property 'ownerNamespaceUuid' - */ - @Test - public void ownerNamespaceUuidTest() { - // TODO: test ownerNamespaceUuid - } - - /** - * Test the property 'inviterUuid' - */ - @Test - public void inviterUuidTest() { - // TODO: test inviterUuid - } - - /** - * Test the property 'userNamespaceUuid' - */ - @Test - public void userNamespaceUuidTest() { - // TODO: test userNamespaceUuid - } - - /** - * Test the property 'organizationUserUuid' - */ - @Test - public void organizationUserUuidTest() { - // TODO: test organizationUserUuid - } - - /** - * Test the property 'organizationName' - */ - @Test - public void organizationNameTest() { - // TODO: test organizationName - } - - /** - * Test the property 'organizationRole' - */ - @Test - public void organizationRoleTest() { - // TODO: test organizationRole - } - - /** - * Test the property 'organizationUuid' - */ - @Test - public void organizationUuidTest() { - // TODO: test organizationUuid - } - - /** - * Test the property 'arrayUuid' - */ - @Test - public void arrayUuidTest() { - // TODO: test arrayUuid - } - - /** - * Test the property 'groupUuid' - */ - @Test - public void groupUuidTest() { - // TODO: test groupUuid - } - - /** - * Test the property 'arrayName' - */ - @Test - public void arrayNameTest() { - // TODO: test arrayName - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'actions' - */ - @Test - public void actionsTest() { - // TODO: test actions - } - - /** - * Test the property 'groupActions' - */ - @Test - public void groupActionsTest() { - // TODO: test groupActions - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'expiresAt' - */ - @Test - public void expiresAtTest() { - // TODO: test expiresAt - } - - /** - * Test the property 'acceptedAt' - */ - @Test - public void acceptedAtTest() { - // TODO: test acceptedAt - } - - /** - * Test the property 'namespaceInvited' - */ - @Test - public void namespaceInvitedTest() { - // TODO: test namespaceInvited - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/InvitationTypeTest.java deleted file mode 100644 index 67d5d98..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/InvitationTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for InvitationType - */ -public class InvitationTypeTest { - /** - * Model tests for InvitationType - */ - @Test - public void testInvitationType() { - // TODO: test InvitationType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/LastAccessedArrayTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/LastAccessedArrayTest.java deleted file mode 100644 index 8d318b7..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/LastAccessedArrayTest.java +++ /dev/null @@ -1,82 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ActivityEventType; -import java.io.IOException; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for LastAccessedArray - */ -public class LastAccessedArrayTest { - private final LastAccessedArray model = new LastAccessedArray(); - - /** - * Model tests for LastAccessedArray - */ - @Test - public void testLastAccessedArray() { - // TODO: test LastAccessedArray - } - - /** - * Test the property 'arrayId' - */ - @Test - public void arrayIdTest() { - // TODO: test arrayId - } - - /** - * Test the property 'arrayName' - */ - @Test - public void arrayNameTest() { - // TODO: test arrayName - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'accessedTime' - */ - @Test - public void accessedTimeTest() { - // TODO: test accessedTime - } - - /** - * Test the property 'accessType' - */ - @Test - public void accessTypeTest() { - // TODO: test accessType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/LayoutTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/LayoutTest.java deleted file mode 100644 index 1fabaa4..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/LayoutTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Layout - */ -public class LayoutTest { - /** - * Model tests for Layout - */ - @Test - public void testLayout() { - // TODO: test Layout - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/LoadArraySchemaRequestTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/LoadArraySchemaRequestTest.java deleted file mode 100644 index f396523..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/LoadArraySchemaRequestTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TileDBConfig; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for LoadArraySchemaRequest - */ -public class LoadArraySchemaRequestTest { - private final LoadArraySchemaRequest model = new LoadArraySchemaRequest(); - - /** - * Model tests for LoadArraySchemaRequest - */ - @Test - public void testLoadArraySchemaRequest() { - // TODO: test LoadArraySchemaRequest - } - - /** - * Test the property 'config' - */ - @Test - public void configTest() { - // TODO: test config - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/LoadArraySchemaResponseTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/LoadArraySchemaResponseTest.java deleted file mode 100644 index 663cb7f..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/LoadArraySchemaResponseTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArraySchema; -import java.io.IOException; -import java.util.Arrays; -import java.util.HashMap; -import java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for LoadArraySchemaResponse - */ -public class LoadArraySchemaResponseTest { - private final LoadArraySchemaResponse model = new LoadArraySchemaResponse(); - - /** - * Model tests for LoadArraySchemaResponse - */ - @Test - public void testLoadArraySchemaResponse() { - // TODO: test LoadArraySchemaResponse - } - - /** - * Test the property 'latestArraySchema' - */ - @Test - public void latestArraySchemaTest() { - // TODO: test latestArraySchema - } - - /** - * Test the property 'allArraySchemas' - */ - @Test - public void allArraySchemasTest() { - // TODO: test allArraySchemas - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/LoadEnumerationsRequestTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/LoadEnumerationsRequestTest.java deleted file mode 100644 index 9a6192e..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/LoadEnumerationsRequestTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TileDBConfig; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for LoadEnumerationsRequest - */ -public class LoadEnumerationsRequestTest { - private final LoadEnumerationsRequest model = new LoadEnumerationsRequest(); - - /** - * Model tests for LoadEnumerationsRequest - */ - @Test - public void testLoadEnumerationsRequest() { - // TODO: test LoadEnumerationsRequest - } - - /** - * Test the property 'config' - */ - @Test - public void configTest() { - // TODO: test config - } - - /** - * Test the property 'enumerations' - */ - @Test - public void enumerationsTest() { - // TODO: test enumerations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/LoadEnumerationsResponseTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/LoadEnumerationsResponseTest.java deleted file mode 100644 index cbb0ea6..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/LoadEnumerationsResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Enumeration; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for LoadEnumerationsResponse - */ -public class LoadEnumerationsResponseTest { - private final LoadEnumerationsResponse model = new LoadEnumerationsResponse(); - - /** - * Model tests for LoadEnumerationsResponse - */ - @Test - public void testLoadEnumerationsResponse() { - // TODO: test LoadEnumerationsResponse - } - - /** - * Test the property 'enumerations' - */ - @Test - public void enumerationsTest() { - // TODO: test enumerations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/MLModelFavoriteTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/MLModelFavoriteTest.java deleted file mode 100644 index 129ca69..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/MLModelFavoriteTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for MLModelFavorite - */ -public class MLModelFavoriteTest { - private final MLModelFavorite model = new MLModelFavorite(); - - /** - * Model tests for MLModelFavorite - */ - @Test - public void testMLModelFavorite() { - // TODO: test MLModelFavorite - } - - /** - * Test the property 'mlmodelUuid' - */ - @Test - public void mlmodelUuidTest() { - // TODO: test mlmodelUuid - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/MLModelFavoritesDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/MLModelFavoritesDataTest.java deleted file mode 100644 index f6dd647..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/MLModelFavoritesDataTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayInfo; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for MLModelFavoritesData - */ -public class MLModelFavoritesDataTest { - private final MLModelFavoritesData model = new MLModelFavoritesData(); - - /** - * Model tests for MLModelFavoritesData - */ - @Test - public void testMLModelFavoritesData() { - // TODO: test MLModelFavoritesData - } - - /** - * Test the property 'mlmodels' - */ - @Test - public void mlmodelsTest() { - // TODO: test mlmodels - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/MaxBufferSizesTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/MaxBufferSizesTest.java deleted file mode 100644 index bb10442..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/MaxBufferSizesTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.AttributeBufferSize; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for MaxBufferSizes - */ -public class MaxBufferSizesTest { - private final MaxBufferSizes model = new MaxBufferSizes(); - - /** - * Model tests for MaxBufferSizes - */ - @Test - public void testMaxBufferSizes() { - // TODO: test MaxBufferSizes - } - - /** - * Test the property 'maxBufferSizes' - */ - @Test - public void maxBufferSizesTest() { - // TODO: test maxBufferSizes - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/MetadataStringifiedEntryTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/MetadataStringifiedEntryTest.java deleted file mode 100644 index 958e4e2..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/MetadataStringifiedEntryTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for MetadataStringifiedEntry - */ -public class MetadataStringifiedEntryTest { - private final MetadataStringifiedEntry model = new MetadataStringifiedEntry(); - - /** - * Model tests for MetadataStringifiedEntry - */ - @Test - public void testMetadataStringifiedEntry() { - // TODO: test MetadataStringifiedEntry - } - - /** - * Test the property 'key' - */ - @Test - public void keyTest() { - // TODO: test key - } - - /** - * Test the property 'value' - */ - @Test - public void valueTest() { - // TODO: test value - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/MetadataStringifiedTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/MetadataStringifiedTest.java deleted file mode 100644 index 3d3edca..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/MetadataStringifiedTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.MetadataStringifiedEntry; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for MetadataStringified - */ -public class MetadataStringifiedTest { - private final MetadataStringified model = new MetadataStringified(); - - /** - * Model tests for MetadataStringified - */ - @Test - public void testMetadataStringified() { - // TODO: test MetadataStringified - } - - /** - * Test the property 'entries' - */ - @Test - public void entriesTest() { - // TODO: test entries - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/MultiArrayUDFTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/MultiArrayUDFTest.java deleted file mode 100644 index 64c0a9d..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/MultiArrayUDFTest.java +++ /dev/null @@ -1,225 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.QueryRanges; -import io.tiledb.cloud.rest_api.model.ResultFormat; -import io.tiledb.cloud.rest_api.model.TGUDFArgument; -import io.tiledb.cloud.rest_api.model.UDFArrayDetails; -import io.tiledb.cloud.rest_api.model.UDFLanguage; -import io.tiledb.cloud.rest_api.model.UDFSubarray; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for MultiArrayUDF - */ -public class MultiArrayUDFTest { - private final MultiArrayUDF model = new MultiArrayUDF(); - - /** - * Model tests for MultiArrayUDF - */ - @Test - public void testMultiArrayUDF() { - // TODO: test MultiArrayUDF - } - - /** - * Test the property 'udfInfoName' - */ - @Test - public void udfInfoNameTest() { - // TODO: test udfInfoName - } - - /** - * Test the property 'language' - */ - @Test - public void languageTest() { - // TODO: test language - } - - /** - * Test the property 'version' - */ - @Test - public void versionTest() { - // TODO: test version - } - - /** - * Test the property 'imageName' - */ - @Test - public void imageNameTest() { - // TODO: test imageName - } - - /** - * Test the property 'accessCredentialsName' - */ - @Test - public void accessCredentialsNameTest() { - // TODO: test accessCredentialsName - } - - /** - * Test the property 'resourceClass' - */ - @Test - public void resourceClassTest() { - // TODO: test resourceClass - } - - /** - * Test the property 'exec' - */ - @Test - public void execTest() { - // TODO: test exec - } - - /** - * Test the property 'execRaw' - */ - @Test - public void execRawTest() { - // TODO: test execRaw - } - - /** - * Test the property 'resultFormat' - */ - @Test - public void resultFormatTest() { - // TODO: test resultFormat - } - - /** - * Test the property 'taskName' - */ - @Test - public void taskNameTest() { - // TODO: test taskName - } - - /** - * Test the property 'argument' - */ - @Test - public void argumentTest() { - // TODO: test argument - } - - /** - * Test the property 'argumentsJson' - */ - @Test - public void argumentsJsonTest() { - // TODO: test argumentsJson - } - - /** - * Test the property 'storedParamUuids' - */ - @Test - public void storedParamUuidsTest() { - // TODO: test storedParamUuids - } - - /** - * Test the property 'storeResults' - */ - @Test - public void storeResultsTest() { - // TODO: test storeResults - } - - /** - * Test the property 'dontDownloadResults' - */ - @Test - public void dontDownloadResultsTest() { - // TODO: test dontDownloadResults - } - - /** - * Test the property 'ranges' - */ - @Test - public void rangesTest() { - // TODO: test ranges - } - - /** - * Test the property 'subarray' - */ - @Test - public void subarrayTest() { - // TODO: test subarray - } - - /** - * Test the property 'buffers' - */ - @Test - public void buffersTest() { - // TODO: test buffers - } - - /** - * Test the property 'arrays' - */ - @Test - public void arraysTest() { - // TODO: test arrays - } - - /** - * Test the property 'timeout' - */ - @Test - public void timeoutTest() { - // TODO: test timeout - } - - /** - * Test the property 'taskGraphUuid' - */ - @Test - public void taskGraphUuidTest() { - // TODO: test taskGraphUuid - } - - /** - * Test the property 'clientNodeUuid' - */ - @Test - public void clientNodeUuidTest() { - // TODO: test clientNodeUuid - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/NamespaceActionsTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/NamespaceActionsTest.java deleted file mode 100644 index d5d93f6..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/NamespaceActionsTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for NamespaceActions - */ -public class NamespaceActionsTest { - /** - * Model tests for NamespaceActions - */ - @Test - public void testNamespaceActions() { - // TODO: test NamespaceActions - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/NonEmptyDomainTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/NonEmptyDomainTest.java deleted file mode 100644 index 76b9b70..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/NonEmptyDomainTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.DomainArray; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for NonEmptyDomain - */ -public class NonEmptyDomainTest { - private final NonEmptyDomain model = new NonEmptyDomain(); - - /** - * Model tests for NonEmptyDomain - */ - @Test - public void testNonEmptyDomain() { - // TODO: test NonEmptyDomain - } - - /** - * Test the property 'nonEmptyDomain' - */ - @Test - public void nonEmptyDomainTest() { - // TODO: test nonEmptyDomain - } - - /** - * Test the property 'isEmpty' - */ - @Test - public void isEmptyTest() { - // TODO: test isEmpty - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/NotebookCopiedTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/NotebookCopiedTest.java deleted file mode 100644 index 0f2c19e..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/NotebookCopiedTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for NotebookCopied - */ -public class NotebookCopiedTest { - private final NotebookCopied model = new NotebookCopied(); - - /** - * Model tests for NotebookCopied - */ - @Test - public void testNotebookCopied() { - // TODO: test NotebookCopied - } - - /** - * Test the property 'outputUri' - */ - @Test - public void outputUriTest() { - // TODO: test outputUri - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/NotebookCopyTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/NotebookCopyTest.java deleted file mode 100644 index 3a128f2..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/NotebookCopyTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for NotebookCopy - */ -public class NotebookCopyTest { - private final NotebookCopy model = new NotebookCopy(); - - /** - * Model tests for NotebookCopy - */ - @Test - public void testNotebookCopy() { - // TODO: test NotebookCopy - } - - /** - * Test the property 'outputUri' - */ - @Test - public void outputUriTest() { - // TODO: test outputUri - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/NotebookFavoriteTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/NotebookFavoriteTest.java deleted file mode 100644 index 39c844a..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/NotebookFavoriteTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for NotebookFavorite - */ -public class NotebookFavoriteTest { - private final NotebookFavorite model = new NotebookFavorite(); - - /** - * Model tests for NotebookFavorite - */ - @Test - public void testNotebookFavorite() { - // TODO: test NotebookFavorite - } - - /** - * Test the property 'notebookUuid' - */ - @Test - public void notebookUuidTest() { - // TODO: test notebookUuid - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/NotebookFavoritesDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/NotebookFavoritesDataTest.java deleted file mode 100644 index 62b66f4..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/NotebookFavoritesDataTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayInfo; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for NotebookFavoritesData - */ -public class NotebookFavoritesDataTest { - private final NotebookFavoritesData model = new NotebookFavoritesData(); - - /** - * Model tests for NotebookFavoritesData - */ - @Test - public void testNotebookFavoritesData() { - // TODO: test NotebookFavoritesData - } - - /** - * Test the property 'notebooks' - */ - @Test - public void notebooksTest() { - // TODO: test notebooks - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/NotebookStatusTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/NotebookStatusTest.java deleted file mode 100644 index afdba1f..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/NotebookStatusTest.java +++ /dev/null @@ -1,138 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.PodStatus; -import java.io.IOException; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for NotebookStatus - */ -public class NotebookStatusTest { - private final NotebookStatus model = new NotebookStatus(); - - /** - * Model tests for NotebookStatus - */ - @Test - public void testNotebookStatus() { - // TODO: test NotebookStatus - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'uptime' - */ - @Test - public void uptimeTest() { - // TODO: test uptime - } - - /** - * Test the property 'cpuUsage' - */ - @Test - public void cpuUsageTest() { - // TODO: test cpuUsage - } - - /** - * Test the property 'gpuUsage' - */ - @Test - public void gpuUsageTest() { - // TODO: test gpuUsage - } - - /** - * Test the property 'memoryUsage' - */ - @Test - public void memoryUsageTest() { - // TODO: test memoryUsage - } - - /** - * Test the property 'gpuLimit' - */ - @Test - public void gpuLimitTest() { - // TODO: test gpuLimit - } - - /** - * Test the property 'memoryLimit' - */ - @Test - public void memoryLimitTest() { - // TODO: test memoryLimit - } - - /** - * Test the property 'storageUsage' - */ - @Test - public void storageUsageTest() { - // TODO: test storageUsage - } - - /** - * Test the property 'storageLimit' - */ - @Test - public void storageLimitTest() { - // TODO: test storageLimit - } - - /** - * Test the property 'cpuCount' - */ - @Test - public void cpuCountTest() { - // TODO: test cpuCount - } - - /** - * Test the property 'cost' - */ - @Test - public void costTest() { - // TODO: test cost - } - - /** - * Test the property 'podStatus' - */ - @Test - public void podStatusTest() { - // TODO: test podStatus - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationRolesTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationRolesTest.java deleted file mode 100644 index 7f2d138..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationRolesTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for OrganizationRoles - */ -public class OrganizationRolesTest { - /** - * Model tests for OrganizationRoles - */ - @Test - public void testOrganizationRoles() { - // TODO: test OrganizationRoles - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationTest.java deleted file mode 100644 index cb0086c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationTest.java +++ /dev/null @@ -1,185 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.AssetLocations; -import io.tiledb.cloud.rest_api.model.NamespaceActions; -import io.tiledb.cloud.rest_api.model.OrganizationRoles; -import io.tiledb.cloud.rest_api.model.OrganizationUser; -import java.io.IOException; -import java.math.BigDecimal; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Organization - */ -public class OrganizationTest { - private final Organization model = new Organization(); - - /** - * Model tests for Organization - */ - @Test - public void testOrganization() { - // TODO: test Organization - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'role' - */ - @Test - public void roleTest() { - // TODO: test role - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - - /** - * Test the property 'logo' - */ - @Test - public void logoTest() { - // TODO: test logo - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'users' - */ - @Test - public void usersTest() { - // TODO: test users - } - - /** - * Test the property 'allowedActions' - */ - @Test - public void allowedActionsTest() { - // TODO: test allowedActions - } - - /** - * Test the property 'numOfArrays' - */ - @Test - public void numOfArraysTest() { - // TODO: test numOfArrays - } - - /** - * Test the property 'enabledFeatures' - */ - @Test - public void enabledFeaturesTest() { - // TODO: test enabledFeatures - } - - /** - * Test the property 'unpaidSubscription' - */ - @Test - public void unpaidSubscriptionTest() { - // TODO: test unpaidSubscription - } - - /** - * Test the property 'defaultS3Path' - */ - @Test - public void defaultS3PathTest() { - // TODO: test defaultS3Path - } - - /** - * Test the property 'defaultS3PathCredentialsName' - */ - @Test - public void defaultS3PathCredentialsNameTest() { - // TODO: test defaultS3PathCredentialsName - } - - /** - * Test the property 'assetLocations' - */ - @Test - public void assetLocationsTest() { - // TODO: test assetLocations - } - - /** - * Test the property 'stripeConnect' - */ - @Test - public void stripeConnectTest() { - // TODO: test stripeConnect - } - - /** - * Test the property 'assumeRoleArn' - */ - @Test - public void assumeRoleArnTest() { - // TODO: test assumeRoleArn - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationUpdateTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationUpdateTest.java deleted file mode 100644 index ee75e71..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationUpdateTest.java +++ /dev/null @@ -1,90 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.AssetLocations; -import java.io.IOException; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for OrganizationUpdate - */ -public class OrganizationUpdateTest { - private final OrganizationUpdate model = new OrganizationUpdate(); - - /** - * Model tests for OrganizationUpdate - */ - @Test - public void testOrganizationUpdate() { - // TODO: test OrganizationUpdate - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'logo' - */ - @Test - public void logoTest() { - // TODO: test logo - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'defaultS3Path' - */ - @Test - public void defaultS3PathTest() { - // TODO: test defaultS3Path - } - - /** - * Test the property 'defaultS3PathCredentialsName' - */ - @Test - public void defaultS3PathCredentialsNameTest() { - // TODO: test defaultS3PathCredentialsName - } - - /** - * Test the property 'assetLocations' - */ - @Test - public void assetLocationsTest() { - // TODO: test assetLocations - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationUserTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationUserTest.java deleted file mode 100644 index 9a4efce..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/OrganizationUserTest.java +++ /dev/null @@ -1,108 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.NamespaceActions; -import io.tiledb.cloud.rest_api.model.OrganizationRoles; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for OrganizationUser - */ -public class OrganizationUserTest { - private final OrganizationUser model = new OrganizationUser(); - - /** - * Model tests for OrganizationUser - */ - @Test - public void testOrganizationUser() { - // TODO: test OrganizationUser - } - - /** - * Test the property 'userId' - */ - @Test - public void userIdTest() { - // TODO: test userId - } - - /** - * Test the property 'organizationId' - */ - @Test - public void organizationIdTest() { - // TODO: test organizationId - } - - /** - * Test the property 'username' - */ - @Test - public void usernameTest() { - // TODO: test username - } - - /** - * Test the property 'userFullName' - */ - @Test - public void userFullNameTest() { - // TODO: test userFullName - } - - /** - * Test the property 'userEmail' - */ - @Test - public void userEmailTest() { - // TODO: test userEmail - } - - /** - * Test the property 'organizationName' - */ - @Test - public void organizationNameTest() { - // TODO: test organizationName - } - - /** - * Test the property 'role' - */ - @Test - public void roleTest() { - // TODO: test role - } - - /** - * Test the property 'allowedActions' - */ - @Test - public void allowedActionsTest() { - // TODO: test allowedActions - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/PaginationMetadataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/PaginationMetadataTest.java deleted file mode 100644 index 394207e..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/PaginationMetadataTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for PaginationMetadata - */ -public class PaginationMetadataTest { - private final PaginationMetadata model = new PaginationMetadata(); - - /** - * Model tests for PaginationMetadata - */ - @Test - public void testPaginationMetadata() { - // TODO: test PaginationMetadata - } - - /** - * Test the property 'page' - */ - @Test - public void pageTest() { - // TODO: test page - } - - /** - * Test the property 'perPage' - */ - @Test - public void perPageTest() { - // TODO: test perPage - } - - /** - * Test the property 'totalPages' - */ - @Test - public void totalPagesTest() { - // TODO: test totalPages - } - - /** - * Test the property 'totalItems' - */ - @Test - public void totalItemsTest() { - // TODO: test totalItems - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/PodStatusTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/PodStatusTest.java deleted file mode 100644 index d0c7430..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/PodStatusTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for PodStatus - */ -public class PodStatusTest { - /** - * Model tests for PodStatus - */ - @Test - public void testPodStatus() { - // TODO: test PodStatus - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/PricingAggregateUsageTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/PricingAggregateUsageTest.java deleted file mode 100644 index f9292cc..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/PricingAggregateUsageTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for PricingAggregateUsage - */ -public class PricingAggregateUsageTest { - /** - * Model tests for PricingAggregateUsage - */ - @Test - public void testPricingAggregateUsage() { - // TODO: test PricingAggregateUsage - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/PricingCurrencyTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/PricingCurrencyTest.java deleted file mode 100644 index e122625..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/PricingCurrencyTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for PricingCurrency - */ -public class PricingCurrencyTest { - /** - * Model tests for PricingCurrency - */ - @Test - public void testPricingCurrency() { - // TODO: test PricingCurrency - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/PricingIntervalTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/PricingIntervalTest.java deleted file mode 100644 index 9f1cda6..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/PricingIntervalTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for PricingInterval - */ -public class PricingIntervalTest { - /** - * Model tests for PricingInterval - */ - @Test - public void testPricingInterval() { - // TODO: test PricingInterval - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/PricingTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/PricingTest.java deleted file mode 100644 index d476ea0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/PricingTest.java +++ /dev/null @@ -1,149 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.PricingAggregateUsage; -import io.tiledb.cloud.rest_api.model.PricingCurrency; -import io.tiledb.cloud.rest_api.model.PricingInterval; -import io.tiledb.cloud.rest_api.model.PricingType; -import io.tiledb.cloud.rest_api.model.PricingUnitLabel; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Pricing - */ -public class PricingTest { - private final Pricing model = new Pricing(); - - /** - * Model tests for Pricing - */ - @Test - public void testPricing() { - // TODO: test Pricing - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'arrayUuid' - */ - @Test - public void arrayUuidTest() { - // TODO: test arrayUuid - } - - /** - * Test the property 'pricingName' - */ - @Test - public void pricingNameTest() { - // TODO: test pricingName - } - - /** - * Test the property 'pricingType' - */ - @Test - public void pricingTypeTest() { - // TODO: test pricingType - } - - /** - * Test the property 'productName' - */ - @Test - public void productNameTest() { - // TODO: test productName - } - - /** - * Test the property 'productStatementDescriptor' - */ - @Test - public void productStatementDescriptorTest() { - // TODO: test productStatementDescriptor - } - - /** - * Test the property 'productUnitLabel' - */ - @Test - public void productUnitLabelTest() { - // TODO: test productUnitLabel - } - - /** - * Test the property 'currency' - */ - @Test - public void currencyTest() { - // TODO: test currency - } - - /** - * Test the property 'aggregateUsage' - */ - @Test - public void aggregateUsageTest() { - // TODO: test aggregateUsage - } - - /** - * Test the property 'interval' - */ - @Test - public void intervalTest() { - // TODO: test interval - } - - /** - * Test the property 'dividedBy' - */ - @Test - public void dividedByTest() { - // TODO: test dividedBy - } - - /** - * Test the property 'charge' - */ - @Test - public void chargeTest() { - // TODO: test charge - } - - /** - * Test the property 'activated' - */ - @Test - public void activatedTest() { - // TODO: test activated - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/PricingTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/PricingTypeTest.java deleted file mode 100644 index 0497ac8..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/PricingTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for PricingType - */ -public class PricingTypeTest { - /** - * Model tests for PricingType - */ - @Test - public void testPricingType() { - // TODO: test PricingType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/PricingUnitLabelTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/PricingUnitLabelTest.java deleted file mode 100644 index ba88f3c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/PricingUnitLabelTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for PricingUnitLabel - */ -public class PricingUnitLabelTest { - /** - * Model tests for PricingUnitLabel - */ - @Test - public void testPricingUnitLabel() { - // TODO: test PricingUnitLabel - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/PublicShareFilterTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/PublicShareFilterTest.java deleted file mode 100644 index f6165a0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/PublicShareFilterTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for PublicShareFilter - */ -public class PublicShareFilterTest { - /** - * Model tests for PublicShareFilter - */ - @Test - public void testPublicShareFilter() { - // TODO: test PublicShareFilter - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/QueryJsonTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/QueryJsonTest.java deleted file mode 100644 index db804ac..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/QueryJsonTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.QueryRanges; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for QueryJson - */ -public class QueryJsonTest { - private final QueryJson model = new QueryJson(); - - /** - * Model tests for QueryJson - */ - @Test - public void testQueryJson() { - // TODO: test QueryJson - } - - /** - * Test the property 'queryRanges' - */ - @Test - public void queryRangesTest() { - // TODO: test queryRanges - } - - /** - * Test the property 'fields' - */ - @Test - public void fieldsTest() { - // TODO: test fields - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/QueryRangesTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/QueryRangesTest.java deleted file mode 100644 index b9b3097..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/QueryRangesTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Layout; -import java.io.IOException; -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for QueryRanges - */ -public class QueryRangesTest { - private final QueryRanges model = new QueryRanges(); - - /** - * Model tests for QueryRanges - */ - @Test - public void testQueryRanges() { - // TODO: test QueryRanges - } - - /** - * Test the property 'layout' - */ - @Test - public void layoutTest() { - // TODO: test layout - } - - /** - * Test the property 'ranges' - */ - @Test - public void rangesTest() { - // TODO: test ranges - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/QueryReaderTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/QueryReaderTest.java deleted file mode 100644 index 44200f1..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/QueryReaderTest.java +++ /dev/null @@ -1,91 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Layout; -import io.tiledb.cloud.rest_api.model.ReadState; -import io.tiledb.cloud.rest_api.model.Subarray; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for QueryReader - */ -public class QueryReaderTest { - private final QueryReader model = new QueryReader(); - - /** - * Model tests for QueryReader - */ - @Test - public void testQueryReader() { - // TODO: test QueryReader - } - - /** - * Test the property 'layout' - */ - @Test - public void layoutTest() { - // TODO: test layout - } - - /** - * Test the property 'subarray' - */ - @Test - public void subarrayTest() { - // TODO: test subarray - } - - /** - * Test the property 'readState' - */ - @Test - public void readStateTest() { - // TODO: test readState - } - - /** - * Test the property 'varOffsetsMode' - */ - @Test - public void varOffsetsModeTest() { - // TODO: test varOffsetsMode - } - - /** - * Test the property 'varOffsetsAddExtraElement' - */ - @Test - public void varOffsetsAddExtraElementTest() { - // TODO: test varOffsetsAddExtraElement - } - - /** - * Test the property 'varOffsetsBitsize' - */ - @Test - public void varOffsetsBitsizeTest() { - // TODO: test varOffsetsBitsize - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/QueryTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/QueryTest.java deleted file mode 100644 index e06fb52..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/QueryTest.java +++ /dev/null @@ -1,120 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.AttributeBufferHeader; -import io.tiledb.cloud.rest_api.model.Layout; -import io.tiledb.cloud.rest_api.model.QueryReader; -import io.tiledb.cloud.rest_api.model.Querystatus; -import io.tiledb.cloud.rest_api.model.Querytype; -import io.tiledb.cloud.rest_api.model.Writer; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Query - */ -public class QueryTest { - private final Query model = new Query(); - - /** - * Model tests for Query - */ - @Test - public void testQuery() { - // TODO: test Query - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'layout' - */ - @Test - public void layoutTest() { - // TODO: test layout - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'attributeBufferHeaders' - */ - @Test - public void attributeBufferHeadersTest() { - // TODO: test attributeBufferHeaders - } - - /** - * Test the property 'writer' - */ - @Test - public void writerTest() { - // TODO: test writer - } - - /** - * Test the property 'reader' - */ - @Test - public void readerTest() { - // TODO: test reader - } - - /** - * Test the property 'array' - */ - @Test - public void arrayTest() { - // TODO: test array - } - - /** - * Test the property 'totalFixedLengthBufferBytes' - */ - @Test - public void totalFixedLengthBufferBytesTest() { - // TODO: test totalFixedLengthBufferBytes - } - - /** - * Test the property 'totalVarLenBufferBytes' - */ - @Test - public void totalVarLenBufferBytesTest() { - // TODO: test totalVarLenBufferBytes - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/QuerystatusTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/QuerystatusTest.java deleted file mode 100644 index 3da5ce2..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/QuerystatusTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Querystatus - */ -public class QuerystatusTest { - /** - * Model tests for Querystatus - */ - @Test - public void testQuerystatus() { - // TODO: test Querystatus - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/QuerytypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/QuerytypeTest.java deleted file mode 100644 index 1d0bc89..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/QuerytypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Querytype - */ -public class QuerytypeTest { - /** - * Model tests for Querytype - */ - @Test - public void testQuerytype() { - // TODO: test Querytype - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ReadStateTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ReadStateTest.java deleted file mode 100644 index ab1245a..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ReadStateTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.SubarrayPartitioner; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ReadState - */ -public class ReadStateTest { - private final ReadState model = new ReadState(); - - /** - * Model tests for ReadState - */ - @Test - public void testReadState() { - // TODO: test ReadState - } - - /** - * Test the property 'initialized' - */ - @Test - public void initializedTest() { - // TODO: test initialized - } - - /** - * Test the property 'overflowed' - */ - @Test - public void overflowedTest() { - // TODO: test overflowed - } - - /** - * Test the property 'unsplittable' - */ - @Test - public void unsplittableTest() { - // TODO: test unsplittable - } - - /** - * Test the property 'subarrayPartitioner' - */ - @Test - public void subarrayPartitionerTest() { - // TODO: test subarrayPartitioner - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/RegisteredTaskGraphTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/RegisteredTaskGraphTest.java deleted file mode 100644 index be76e73..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/RegisteredTaskGraphTest.java +++ /dev/null @@ -1,108 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TaskGraphNode; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for RegisteredTaskGraph - */ -public class RegisteredTaskGraphTest { - private final RegisteredTaskGraph model = new RegisteredTaskGraph(); - - /** - * Model tests for RegisteredTaskGraph - */ - @Test - public void testRegisteredTaskGraph() { - // TODO: test RegisteredTaskGraph - } - - /** - * Test the property 'uuid' - */ - @Test - public void uuidTest() { - // TODO: test uuid - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'readme' - */ - @Test - public void readmeTest() { - // TODO: test readme - } - - /** - * Test the property 'licenseId' - */ - @Test - public void licenseIdTest() { - // TODO: test licenseId - } - - /** - * Test the property 'licenseText' - */ - @Test - public void licenseTextTest() { - // TODO: test licenseText - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'nodes' - */ - @Test - public void nodesTest() { - // TODO: test nodes - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ResetUserPasswordRequestTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ResetUserPasswordRequestTest.java deleted file mode 100644 index 34b3984..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ResetUserPasswordRequestTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ResetUserPasswordRequest - */ -public class ResetUserPasswordRequestTest { - private final ResetUserPasswordRequest model = new ResetUserPasswordRequest(); - - /** - * Model tests for ResetUserPasswordRequest - */ - @Test - public void testResetUserPasswordRequest() { - // TODO: test ResetUserPasswordRequest - } - - /** - * Test the property 'password' - */ - @Test - public void passwordTest() { - // TODO: test password - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/ResultFormatTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/ResultFormatTest.java deleted file mode 100644 index 38b9006..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/ResultFormatTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ResultFormat - */ -public class ResultFormatTest { - /** - * Model tests for ResultFormat - */ - @Test - public void testResultFormat() { - // TODO: test ResultFormat - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/RetryPolicyTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/RetryPolicyTest.java deleted file mode 100644 index 51cc819..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/RetryPolicyTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for RetryPolicy - */ -public class RetryPolicyTest { - /** - * Model tests for RetryPolicy - */ - @Test - public void testRetryPolicy() { - // TODO: test RetryPolicy - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/RetryStrategyTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/RetryStrategyTest.java deleted file mode 100644 index 602c20b..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/RetryStrategyTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Backoff; -import io.tiledb.cloud.rest_api.model.RetryPolicy; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for RetryStrategy - */ -public class RetryStrategyTest { - private final RetryStrategy model = new RetryStrategy(); - - /** - * Model tests for RetryStrategy - */ - @Test - public void testRetryStrategy() { - // TODO: test RetryStrategy - } - - /** - * Test the property 'backoff' - */ - @Test - public void backoffTest() { - // TODO: test backoff - } - - /** - * Test the property 'expression' - */ - @Test - public void expressionTest() { - // TODO: test expression - } - - /** - * Test the property 'limit' - */ - @Test - public void limitTest() { - // TODO: test limit - } - - /** - * Test the property 'retryPolicy' - */ - @Test - public void retryPolicyTest() { - // TODO: test retryPolicy - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SQLParametersTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SQLParametersTest.java deleted file mode 100644 index 90859a1..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SQLParametersTest.java +++ /dev/null @@ -1,131 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ResultFormat; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SQLParameters - */ -public class SQLParametersTest { - private final SQLParameters model = new SQLParameters(); - - /** - * Model tests for SQLParameters - */ - @Test - public void testSQLParameters() { - // TODO: test SQLParameters - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'query' - */ - @Test - public void queryTest() { - // TODO: test query - } - - /** - * Test the property 'outputUri' - */ - @Test - public void outputUriTest() { - // TODO: test outputUri - } - - /** - * Test the property 'storeResults' - */ - @Test - public void storeResultsTest() { - // TODO: test storeResults - } - - /** - * Test the property 'dontDownloadResults' - */ - @Test - public void dontDownloadResultsTest() { - // TODO: test dontDownloadResults - } - - /** - * Test the property 'resourceClass' - */ - @Test - public void resourceClassTest() { - // TODO: test resourceClass - } - - /** - * Test the property 'resultFormat' - */ - @Test - public void resultFormatTest() { - // TODO: test resultFormat - } - - /** - * Test the property 'initCommands' - */ - @Test - public void initCommandsTest() { - // TODO: test initCommands - } - - /** - * Test the property 'parameters' - */ - @Test - public void parametersTest() { - // TODO: test parameters - } - - /** - * Test the property 'taskGraphUuid' - */ - @Test - public void taskGraphUuidTest() { - // TODO: test taskGraphUuid - } - - /** - * Test the property 'clientNodeUuid' - */ - @Test - public void clientNodeUuidTest() { - // TODO: test clientNodeUuid - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SSODomainConfigResponseTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SSODomainConfigResponseTest.java deleted file mode 100644 index a6f87d0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SSODomainConfigResponseTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.SSODomainConfig; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SSODomainConfigResponse - */ -public class SSODomainConfigResponseTest { - private final SSODomainConfigResponse model = new SSODomainConfigResponse(); - - /** - * Model tests for SSODomainConfigResponse - */ - @Test - public void testSSODomainConfigResponse() { - // TODO: test SSODomainConfigResponse - } - - /** - * Test the property 'domainConfigs' - */ - @Test - public void domainConfigsTest() { - // TODO: test domainConfigs - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SSODomainConfigTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SSODomainConfigTest.java deleted file mode 100644 index b6b8e6b..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SSODomainConfigTest.java +++ /dev/null @@ -1,110 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.DomainCheckResult; -import io.tiledb.cloud.rest_api.model.DomainVerificationStatus; -import io.tiledb.cloud.rest_api.model.SSODomainSetup; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SSODomainConfig - */ -public class SSODomainConfigTest { - private final SSODomainConfig model = new SSODomainConfig(); - - /** - * Model tests for SSODomainConfig - */ - @Test - public void testSSODomainConfig() { - // TODO: test SSODomainConfig - } - - /** - * Test the property 'uuid' - */ - @Test - public void uuidTest() { - // TODO: test uuid - } - - /** - * Test the property 'domain' - */ - @Test - public void domainTest() { - // TODO: test domain - } - - /** - * Test the property 'oidcIssuer' - */ - @Test - public void oidcIssuerTest() { - // TODO: test oidcIssuer - } - - /** - * Test the property 'oidcClientId' - */ - @Test - public void oidcClientIdTest() { - // TODO: test oidcClientId - } - - /** - * Test the property 'oidcClientSecret' - */ - @Test - public void oidcClientSecretTest() { - // TODO: test oidcClientSecret - } - - /** - * Test the property 'domainSetup' - */ - @Test - public void domainSetupTest() { - // TODO: test domainSetup - } - - /** - * Test the property 'verificationStatus' - */ - @Test - public void verificationStatusTest() { - // TODO: test verificationStatus - } - - /** - * Test the property 'checkResults' - */ - @Test - public void checkResultsTest() { - // TODO: test checkResults - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SSODomainSetupTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SSODomainSetupTest.java deleted file mode 100644 index 48c7e97..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SSODomainSetupTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SSODomainSetup - */ -public class SSODomainSetupTest { - private final SSODomainSetup model = new SSODomainSetup(); - - /** - * Model tests for SSODomainSetup - */ - @Test - public void testSSODomainSetup() { - // TODO: test SSODomainSetup - } - - /** - * Test the property 'txt' - */ - @Test - public void txtTest() { - // TODO: test txt - } - - /** - * Test the property 'cnameSrc' - */ - @Test - public void cnameSrcTest() { - // TODO: test cnameSrc - } - - /** - * Test the property 'cnameDst' - */ - @Test - public void cnameDstTest() { - // TODO: test cnameDst - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SSOProviderTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SSOProviderTest.java deleted file mode 100644 index e945209..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SSOProviderTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SSOProvider - */ -public class SSOProviderTest { - /** - * Model tests for SSOProvider - */ - @Test - public void testSSOProvider() { - // TODO: test SSOProvider - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SharePaymentRequestTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SharePaymentRequestTest.java deleted file mode 100644 index dbf5bb4..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SharePaymentRequestTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SharePaymentRequest - */ -public class SharePaymentRequestTest { - private final SharePaymentRequest model = new SharePaymentRequest(); - - /** - * Model tests for SharePaymentRequest - */ - @Test - public void testSharePaymentRequest() { - // TODO: test SharePaymentRequest - } - - /** - * Test the property 'namespaces' - */ - @Test - public void namespacesTest() { - // TODO: test namespaces - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SingleFragmentInfoTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SingleFragmentInfoTest.java deleted file mode 100644 index 0f5dd37..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SingleFragmentInfoTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.FragmentMetadata; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SingleFragmentInfo - */ -public class SingleFragmentInfoTest { - private final SingleFragmentInfo model = new SingleFragmentInfo(); - - /** - * Model tests for SingleFragmentInfo - */ - @Test - public void testSingleFragmentInfo() { - // TODO: test SingleFragmentInfo - } - - /** - * Test the property 'arraySchemaName' - */ - @Test - public void arraySchemaNameTest() { - // TODO: test arraySchemaName - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/StorageLocationTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/StorageLocationTest.java deleted file mode 100644 index 05302a0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/StorageLocationTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for StorageLocation - */ -public class StorageLocationTest { - private final StorageLocation model = new StorageLocation(); - - /** - * Model tests for StorageLocation - */ - @Test - public void testStorageLocation() { - // TODO: test StorageLocation - } - - /** - * Test the property 'path' - */ - @Test - public void pathTest() { - // TODO: test path - } - - /** - * Test the property 'credentialsName' - */ - @Test - public void credentialsNameTest() { - // TODO: test credentialsName - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerCurrentTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerCurrentTest.java deleted file mode 100644 index d8b5dab..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerCurrentTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Subarray; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SubarrayPartitionerCurrent - */ -public class SubarrayPartitionerCurrentTest { - private final SubarrayPartitionerCurrent model = new SubarrayPartitionerCurrent(); - - /** - * Model tests for SubarrayPartitionerCurrent - */ - @Test - public void testSubarrayPartitionerCurrent() { - // TODO: test SubarrayPartitionerCurrent - } - - /** - * Test the property 'subarray' - */ - @Test - public void subarrayTest() { - // TODO: test subarray - } - - /** - * Test the property 'start' - */ - @Test - public void startTest() { - // TODO: test start - } - - /** - * Test the property 'end' - */ - @Test - public void endTest() { - // TODO: test end - } - - /** - * Test the property 'splitMultiRange' - */ - @Test - public void splitMultiRangeTest() { - // TODO: test splitMultiRange - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerStateTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerStateTest.java deleted file mode 100644 index 71b5f58..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerStateTest.java +++ /dev/null @@ -1,75 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Subarray; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SubarrayPartitionerState - */ -public class SubarrayPartitionerStateTest { - private final SubarrayPartitionerState model = new SubarrayPartitionerState(); - - /** - * Model tests for SubarrayPartitionerState - */ - @Test - public void testSubarrayPartitionerState() { - // TODO: test SubarrayPartitionerState - } - - /** - * Test the property 'start' - */ - @Test - public void startTest() { - // TODO: test start - } - - /** - * Test the property 'end' - */ - @Test - public void endTest() { - // TODO: test end - } - - /** - * Test the property 'singleRange' - */ - @Test - public void singleRangeTest() { - // TODO: test singleRange - } - - /** - * Test the property 'multiRange' - */ - @Test - public void multiRangeTest() { - // TODO: test multiRange - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerTest.java deleted file mode 100644 index e16535c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayPartitionerTest.java +++ /dev/null @@ -1,94 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.AttributeBufferSize; -import io.tiledb.cloud.rest_api.model.Subarray; -import io.tiledb.cloud.rest_api.model.SubarrayPartitionerCurrent; -import io.tiledb.cloud.rest_api.model.SubarrayPartitionerState; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SubarrayPartitioner - */ -public class SubarrayPartitionerTest { - private final SubarrayPartitioner model = new SubarrayPartitioner(); - - /** - * Model tests for SubarrayPartitioner - */ - @Test - public void testSubarrayPartitioner() { - // TODO: test SubarrayPartitioner - } - - /** - * Test the property 'subarray' - */ - @Test - public void subarrayTest() { - // TODO: test subarray - } - - /** - * Test the property 'budget' - */ - @Test - public void budgetTest() { - // TODO: test budget - } - - /** - * Test the property 'current' - */ - @Test - public void currentTest() { - // TODO: test current - } - - /** - * Test the property 'state' - */ - @Test - public void stateTest() { - // TODO: test state - } - - /** - * Test the property 'memoryBudget' - */ - @Test - public void memoryBudgetTest() { - // TODO: test memoryBudget - } - - /** - * Test the property 'memoryBudgetVar' - */ - @Test - public void memoryBudgetVarTest() { - // TODO: test memoryBudgetVar - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayRangesTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayRangesTest.java deleted file mode 100644 index 5b2d5b9..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayRangesTest.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Datatype; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SubarrayRanges - */ -public class SubarrayRangesTest { - private final SubarrayRanges model = new SubarrayRanges(); - - /** - * Model tests for SubarrayRanges - */ - @Test - public void testSubarrayRanges() { - // TODO: test SubarrayRanges - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'hasDefaultRange' - */ - @Test - public void hasDefaultRangeTest() { - // TODO: test hasDefaultRange - } - - /** - * Test the property 'buffer' - */ - @Test - public void bufferTest() { - // TODO: test buffer - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayTest.java deleted file mode 100644 index e2bbd69..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SubarrayTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Layout; -import io.tiledb.cloud.rest_api.model.SubarrayRanges; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Subarray - */ -public class SubarrayTest { - private final Subarray model = new Subarray(); - - /** - * Model tests for Subarray - */ - @Test - public void testSubarray() { - // TODO: test Subarray - } - - /** - * Test the property 'layout' - */ - @Test - public void layoutTest() { - // TODO: test layout - } - - /** - * Test the property 'ranges' - */ - @Test - public void rangesTest() { - // TODO: test ranges - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/SubscriptionTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/SubscriptionTest.java deleted file mode 100644 index d9353ef..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/SubscriptionTest.java +++ /dev/null @@ -1,75 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Pricing; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Subscription - */ -public class SubscriptionTest { - private final Subscription model = new Subscription(); - - /** - * Model tests for Subscription - */ - @Test - public void testSubscription() { - // TODO: test Subscription - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'ownerNamespaceUuid' - */ - @Test - public void ownerNamespaceUuidTest() { - // TODO: test ownerNamespaceUuid - } - - /** - * Test the property 'customerNamespaceUuid' - */ - @Test - public void customerNamespaceUuidTest() { - // TODO: test customerNamespaceUuid - } - - /** - * Test the property 'pricing' - */ - @Test - public void pricingTest() { - // TODO: test pricing - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TGArrayNodeDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TGArrayNodeDataTest.java deleted file mode 100644 index 14932b1..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TGArrayNodeDataTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TGQueryRanges; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TGArrayNodeData - */ -public class TGArrayNodeDataTest { - private final TGArrayNodeData model = new TGArrayNodeData(); - - /** - * Model tests for TGArrayNodeData - */ - @Test - public void testTGArrayNodeData() { - // TODO: test TGArrayNodeData - } - - /** - * Test the property 'uri' - */ - @Test - public void uriTest() { - // TODO: test uri - } - - /** - * Test the property 'ranges' - */ - @Test - public void rangesTest() { - // TODO: test ranges - } - - /** - * Test the property 'buffers' - */ - @Test - public void buffersTest() { - // TODO: test buffers - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TGInputNodeDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TGInputNodeDataTest.java deleted file mode 100644 index 4c98e54..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TGInputNodeDataTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TGInputNodeData - */ -public class TGInputNodeDataTest { - private final TGInputNodeData model = new TGInputNodeData(); - - /** - * Model tests for TGInputNodeData - */ - @Test - public void testTGInputNodeData() { - // TODO: test TGInputNodeData - } - - /** - * Test the property 'defaultValue' - */ - @Test - public void defaultValueTest() { - // TODO: test defaultValue - } - - /** - * Test the property 'datatype' - */ - @Test - public void datatypeTest() { - // TODO: test datatype - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TGQueryRangesTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TGQueryRangesTest.java deleted file mode 100644 index 1285707..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TGQueryRangesTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Layout; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TGQueryRanges - */ -public class TGQueryRangesTest { - private final TGQueryRanges model = new TGQueryRanges(); - - /** - * Model tests for TGQueryRanges - */ - @Test - public void testTGQueryRanges() { - // TODO: test TGQueryRanges - } - - /** - * Test the property 'layout' - */ - @Test - public void layoutTest() { - // TODO: test layout - } - - /** - * Test the property 'friendlyRanges' - */ - @Test - public void friendlyRangesTest() { - // TODO: test friendlyRanges - } - - /** - * Test the property 'ranges' - */ - @Test - public void rangesTest() { - // TODO: test ranges - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TGSQLNodeDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TGSQLNodeDataTest.java deleted file mode 100644 index 4c89d97..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TGSQLNodeDataTest.java +++ /dev/null @@ -1,84 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ResultFormat; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TGSQLNodeData - */ -public class TGSQLNodeDataTest { - private final TGSQLNodeData model = new TGSQLNodeData(); - - /** - * Model tests for TGSQLNodeData - */ - @Test - public void testTGSQLNodeData() { - // TODO: test TGSQLNodeData - } - - /** - * Test the property 'initCommands' - */ - @Test - public void initCommandsTest() { - // TODO: test initCommands - } - - /** - * Test the property 'query' - */ - @Test - public void queryTest() { - // TODO: test query - } - - /** - * Test the property 'parameters' - */ - @Test - public void parametersTest() { - // TODO: test parameters - } - - /** - * Test the property 'resultFormat' - */ - @Test - public void resultFormatTest() { - // TODO: test resultFormat - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFArgumentTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFArgumentTest.java deleted file mode 100644 index 170c749..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFArgumentTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TGUDFArgument - */ -public class TGUDFArgumentTest { - private final TGUDFArgument model = new TGUDFArgument(); - - /** - * Model tests for TGUDFArgument - */ - @Test - public void testTGUDFArgument() { - // TODO: test TGUDFArgument - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'value' - */ - @Test - public void valueTest() { - // TODO: test value - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFEnvironmentResourcesTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFEnvironmentResourcesTest.java deleted file mode 100644 index 1f21731..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFEnvironmentResourcesTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TGUDFEnvironmentResources - */ -public class TGUDFEnvironmentResourcesTest { - private final TGUDFEnvironmentResources model = new TGUDFEnvironmentResources(); - - /** - * Model tests for TGUDFEnvironmentResources - */ - @Test - public void testTGUDFEnvironmentResources() { - // TODO: test TGUDFEnvironmentResources - } - - /** - * Test the property 'cpu' - */ - @Test - public void cpuTest() { - // TODO: test cpu - } - - /** - * Test the property 'memory' - */ - @Test - public void memoryTest() { - // TODO: test memory - } - - /** - * Test the property 'gpu' - */ - @Test - public void gpuTest() { - // TODO: test gpu - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFEnvironmentTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFEnvironmentTest.java deleted file mode 100644 index 8a53301..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFEnvironmentTest.java +++ /dev/null @@ -1,127 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TGUDFEnvironmentResources; -import io.tiledb.cloud.rest_api.model.TGUDFStorage; -import io.tiledb.cloud.rest_api.model.UDFLanguage; -import java.io.IOException; -import java.math.BigDecimal; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TGUDFEnvironment - */ -public class TGUDFEnvironmentTest { - private final TGUDFEnvironment model = new TGUDFEnvironment(); - - /** - * Model tests for TGUDFEnvironment - */ - @Test - public void testTGUDFEnvironment() { - // TODO: test TGUDFEnvironment - } - - /** - * Test the property 'language' - */ - @Test - public void languageTest() { - // TODO: test language - } - - /** - * Test the property 'languageVersion' - */ - @Test - public void languageVersionTest() { - // TODO: test languageVersion - } - - /** - * Test the property 'imageName' - */ - @Test - public void imageNameTest() { - // TODO: test imageName - } - - /** - * Test the property 'accessCredentialsName' - */ - @Test - public void accessCredentialsNameTest() { - // TODO: test accessCredentialsName - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'resourceClass' - */ - @Test - public void resourceClassTest() { - // TODO: test resourceClass - } - - /** - * Test the property 'resources' - */ - @Test - public void resourcesTest() { - // TODO: test resources - } - - /** - * Test the property 'runClientSide' - */ - @Test - public void runClientSideTest() { - // TODO: test runClientSide - } - - /** - * Test the property 'timeout' - */ - @Test - public void timeoutTest() { - // TODO: test timeout - } - - /** - * Test the property 'storage' - */ - @Test - public void storageTest() { - // TODO: test storage - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFNodeDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFNodeDataTest.java deleted file mode 100644 index 39c3b78..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFNodeDataTest.java +++ /dev/null @@ -1,94 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ResultFormat; -import io.tiledb.cloud.rest_api.model.TGUDFArgument; -import io.tiledb.cloud.rest_api.model.TGUDFEnvironment; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TGUDFNodeData - */ -public class TGUDFNodeDataTest { - private final TGUDFNodeData model = new TGUDFNodeData(); - - /** - * Model tests for TGUDFNodeData - */ - @Test - public void testTGUDFNodeData() { - // TODO: test TGUDFNodeData - } - - /** - * Test the property 'registeredUdfName' - */ - @Test - public void registeredUdfNameTest() { - // TODO: test registeredUdfName - } - - /** - * Test the property 'executableCode' - */ - @Test - public void executableCodeTest() { - // TODO: test executableCode - } - - /** - * Test the property 'sourceText' - */ - @Test - public void sourceTextTest() { - // TODO: test sourceText - } - - /** - * Test the property 'environment' - */ - @Test - public void environmentTest() { - // TODO: test environment - } - - /** - * Test the property 'arguments' - */ - @Test - public void argumentsTest() { - // TODO: test arguments - } - - /** - * Test the property 'resultFormat' - */ - @Test - public void resultFormatTest() { - // TODO: test resultFormat - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFStorageTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFStorageTest.java deleted file mode 100644 index f330c18..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TGUDFStorageTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TGUDFStorage - */ -public class TGUDFStorageTest { - private final TGUDFStorage model = new TGUDFStorage(); - - /** - * Model tests for TGUDFStorage - */ - @Test - public void testTGUDFStorage() { - // TODO: test TGUDFStorage - } - - /** - * Test the property 'path' - */ - @Test - public void pathTest() { - // TODO: test path - } - - /** - * Test the property 'tiledbUri' - */ - @Test - public void tiledbUriTest() { - // TODO: test tiledbUri - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'storageClass' - */ - @Test - public void storageClassTest() { - // TODO: test storageClass - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphActionsTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphActionsTest.java deleted file mode 100644 index 16d4636..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphActionsTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraphActions - */ -public class TaskGraphActionsTest { - /** - * Model tests for TaskGraphActions - */ - @Test - public void testTaskGraphActions() { - // TODO: test TaskGraphActions - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphClientNodeStatusTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphClientNodeStatusTest.java deleted file mode 100644 index 9e20b5c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphClientNodeStatusTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayTaskStatus; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraphClientNodeStatus - */ -public class TaskGraphClientNodeStatusTest { - private final TaskGraphClientNodeStatus model = new TaskGraphClientNodeStatus(); - - /** - * Model tests for TaskGraphClientNodeStatus - */ - @Test - public void testTaskGraphClientNodeStatus() { - // TODO: test TaskGraphClientNodeStatus - } - - /** - * Test the property 'clientNodeUuid' - */ - @Test - public void clientNodeUuidTest() { - // TODO: test clientNodeUuid - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogRunLocationTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogRunLocationTest.java deleted file mode 100644 index ec0eff8..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogRunLocationTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraphLogRunLocation - */ -public class TaskGraphLogRunLocationTest { - /** - * Model tests for TaskGraphLogRunLocation - */ - @Test - public void testTaskGraphLogRunLocation() { - // TODO: test TaskGraphLogRunLocation - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogStatusTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogStatusTest.java deleted file mode 100644 index 4a25b77..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogStatusTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraphLogStatus - */ -public class TaskGraphLogStatusTest { - /** - * Model tests for TaskGraphLogStatus - */ - @Test - public void testTaskGraphLogStatus() { - // TODO: test TaskGraphLogStatus - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogTest.java deleted file mode 100644 index 66c1274..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogTest.java +++ /dev/null @@ -1,210 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TaskGraphLogStatus; -import io.tiledb.cloud.rest_api.model.TaskGraphNodeMetadata; -import io.tiledb.cloud.rest_api.model.TaskGraphType; -import java.io.IOException; -import java.math.BigDecimal; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraphLog - */ -public class TaskGraphLogTest { - private final TaskGraphLog model = new TaskGraphLog(); - - /** - * Model tests for TaskGraphLog - */ - @Test - public void testTaskGraphLog() { - // TODO: test TaskGraphLog - } - - /** - * Test the property 'uuid' - */ - @Test - public void uuidTest() { - // TODO: test uuid - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'createdBy' - */ - @Test - public void createdByTest() { - // TODO: test createdBy - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'startTime' - */ - @Test - public void startTimeTest() { - // TODO: test startTime - } - - /** - * Test the property 'endTime' - */ - @Test - public void endTimeTest() { - // TODO: test endTime - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'totalCost' - */ - @Test - public void totalCostTest() { - // TODO: test totalCost - } - - /** - * Test the property 'accessCost' - */ - @Test - public void accessCostTest() { - // TODO: test accessCost - } - - /** - * Test the property 'egressCost' - */ - @Test - public void egressCostTest() { - // TODO: test egressCost - } - - /** - * Test the property 'executionTime' - */ - @Test - public void executionTimeTest() { - // TODO: test executionTime - } - - /** - * Test the property 'statusCount' - */ - @Test - public void statusCountTest() { - // TODO: test statusCount - } - - /** - * Test the property 'nodes' - */ - @Test - public void nodesTest() { - // TODO: test nodes - } - - /** - * Test the property 'taskGraphType' - */ - @Test - public void taskGraphTypeTest() { - // TODO: test taskGraphType - } - - /** - * Test the property 'taskGraphId' - */ - @Test - public void taskGraphIdTest() { - // TODO: test taskGraphId - } - - /** - * Test the property 'cloudProvider' - */ - @Test - public void cloudProviderTest() { - // TODO: test cloudProvider - } - - /** - * Test the property 'cloudRegion' - */ - @Test - public void cloudRegionTest() { - // TODO: test cloudRegion - } - - /** - * Test the property 'rootTaskGraphUuid' - */ - @Test - public void rootTaskGraphUuidTest() { - // TODO: test rootTaskGraphUuid - } - - /** - * Test the property 'childrenTaskGraphUuids' - */ - @Test - public void childrenTaskGraphUuidsTest() { - // TODO: test childrenTaskGraphUuids - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogsDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogsDataTest.java deleted file mode 100644 index 959bb6e..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphLogsDataTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import io.tiledb.cloud.rest_api.model.TaskGraphLog; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraphLogsData - */ -public class TaskGraphLogsDataTest { - private final TaskGraphLogsData model = new TaskGraphLogsData(); - - /** - * Model tests for TaskGraphLogsData - */ - @Test - public void testTaskGraphLogsData() { - // TODO: test TaskGraphLogsData - } - - /** - * Test the property 'taskGraphLogs' - */ - @Test - public void taskGraphLogsTest() { - // TODO: test taskGraphLogs - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphNodeMetadataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphNodeMetadataTest.java deleted file mode 100644 index c286f7f..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphNodeMetadataTest.java +++ /dev/null @@ -1,102 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayTask; -import io.tiledb.cloud.rest_api.model.ArrayTaskStatus; -import io.tiledb.cloud.rest_api.model.TaskGraphLogRunLocation; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraphNodeMetadata - */ -public class TaskGraphNodeMetadataTest { - private final TaskGraphNodeMetadata model = new TaskGraphNodeMetadata(); - - /** - * Model tests for TaskGraphNodeMetadata - */ - @Test - public void testTaskGraphNodeMetadata() { - // TODO: test TaskGraphNodeMetadata - } - - /** - * Test the property 'clientNodeUuid' - */ - @Test - public void clientNodeUuidTest() { - // TODO: test clientNodeUuid - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'dependsOn' - */ - @Test - public void dependsOnTest() { - // TODO: test dependsOn - } - - /** - * Test the property 'runLocation' - */ - @Test - public void runLocationTest() { - // TODO: test runLocation - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'statusMessage' - */ - @Test - public void statusMessageTest() { - // TODO: test statusMessage - } - - /** - * Test the property 'executions' - */ - @Test - public void executionsTest() { - // TODO: test executions - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphNodeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphNodeTest.java deleted file mode 100644 index 26177fc..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphNodeTest.java +++ /dev/null @@ -1,128 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.RetryStrategy; -import io.tiledb.cloud.rest_api.model.TGInputNodeData; -import io.tiledb.cloud.rest_api.model.TGSQLNodeData; -import io.tiledb.cloud.rest_api.model.TGUDFNodeData; -import io.tiledb.cloud.rest_api.model.UDFArrayDetails; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraphNode - */ -public class TaskGraphNodeTest { - private final TaskGraphNode model = new TaskGraphNode(); - - /** - * Model tests for TaskGraphNode - */ - @Test - public void testTaskGraphNode() { - // TODO: test TaskGraphNode - } - - /** - * Test the property 'clientNodeId' - */ - @Test - public void clientNodeIdTest() { - // TODO: test clientNodeId - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'dependsOn' - */ - @Test - public void dependsOnTest() { - // TODO: test dependsOn - } - - /** - * Test the property 'arrayNode' - */ - @Test - public void arrayNodeTest() { - // TODO: test arrayNode - } - - /** - * Test the property 'inputNode' - */ - @Test - public void inputNodeTest() { - // TODO: test inputNode - } - - /** - * Test the property 'sqlNode' - */ - @Test - public void sqlNodeTest() { - // TODO: test sqlNode - } - - /** - * Test the property 'udfNode' - */ - @Test - public void udfNodeTest() { - // TODO: test udfNode - } - - /** - * Test the property 'retryStrategy' - */ - @Test - public void retryStrategyTest() { - // TODO: test retryStrategy - } - - /** - * Test the property 'expandNodeOutput' - */ - @Test - public void expandNodeOutputTest() { - // TODO: test expandNodeOutput - } - - /** - * Test the property 'deadline' - */ - @Test - public void deadlineTest() { - // TODO: test deadline - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphSharingTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphSharingTest.java deleted file mode 100644 index 1c4366c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphSharingTest.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TaskGraphActions; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraphSharing - */ -public class TaskGraphSharingTest { - private final TaskGraphSharing model = new TaskGraphSharing(); - - /** - * Model tests for TaskGraphSharing - */ - @Test - public void testTaskGraphSharing() { - // TODO: test TaskGraphSharing - } - - /** - * Test the property 'actions' - */ - @Test - public void actionsTest() { - // TODO: test actions - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'namespaceType' - */ - @Test - public void namespaceTypeTest() { - // TODO: test namespaceType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphTest.java deleted file mode 100644 index 4b31500..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphTest.java +++ /dev/null @@ -1,127 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.RetryStrategy; -import io.tiledb.cloud.rest_api.model.TaskGraphNode; -import io.tiledb.cloud.rest_api.model.TaskGraphType; -import java.io.IOException; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraph - */ -public class TaskGraphTest { - private final TaskGraph model = new TaskGraph(); - - /** - * Model tests for TaskGraph - */ - @Test - public void testTaskGraph() { - // TODO: test TaskGraph - } - - /** - * Test the property 'uuid' - */ - @Test - public void uuidTest() { - // TODO: test uuid - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'createdBy' - */ - @Test - public void createdByTest() { - // TODO: test createdBy - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'nodes' - */ - @Test - public void nodesTest() { - // TODO: test nodes - } - - /** - * Test the property 'parallelism' - */ - @Test - public void parallelismTest() { - // TODO: test parallelism - } - - /** - * Test the property 'retryStrategy' - */ - @Test - public void retryStrategyTest() { - // TODO: test retryStrategy - } - - /** - * Test the property 'deadline' - */ - @Test - public void deadlineTest() { - // TODO: test deadline - } - - /** - * Test the property 'taskGraphType' - */ - @Test - public void taskGraphTypeTest() { - // TODO: test taskGraphType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphTypeTest.java deleted file mode 100644 index e50f617..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraphType - */ -public class TaskGraphTypeTest { - /** - * Model tests for TaskGraphType - */ - @Test - public void testTaskGraphType() { - // TODO: test TaskGraphType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphsTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphsTest.java deleted file mode 100644 index c23168b..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TaskGraphsTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TaskGraph; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskGraphs - */ -public class TaskGraphsTest { - private final TaskGraphs model = new TaskGraphs(); - - /** - * Model tests for TaskGraphs - */ - @Test - public void testTaskGraphs() { - // TODO: test TaskGraphs - } - - /** - * Test the property 'graphs' - */ - @Test - public void graphsTest() { - // TODO: test graphs - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TileDBConfigEntriesInnerTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TileDBConfigEntriesInnerTest.java deleted file mode 100644 index 9e6a32a..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TileDBConfigEntriesInnerTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TileDBConfigEntriesInner - */ -public class TileDBConfigEntriesInnerTest { - private final TileDBConfigEntriesInner model = new TileDBConfigEntriesInner(); - - /** - * Model tests for TileDBConfigEntriesInner - */ - @Test - public void testTileDBConfigEntriesInner() { - // TODO: test TileDBConfigEntriesInner - } - - /** - * Test the property 'key' - */ - @Test - public void keyTest() { - // TODO: test key - } - - /** - * Test the property 'value' - */ - @Test - public void valueTest() { - // TODO: test value - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TileDBConfigTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TileDBConfigTest.java deleted file mode 100644 index ac32736..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TileDBConfigTest.java +++ /dev/null @@ -1,51 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TileDBConfigEntriesInner; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TileDBConfig - */ -public class TileDBConfigTest { - private final TileDBConfig model = new TileDBConfig(); - - /** - * Model tests for TileDBConfig - */ - @Test - public void testTileDBConfig() { - // TODO: test TileDBConfig - } - - /** - * Test the property 'entries' - */ - @Test - public void entriesTest() { - // TODO: test entries - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TokenRequestTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TokenRequestTest.java deleted file mode 100644 index 9277524..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TokenRequestTest.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TokenScope; -import java.io.IOException; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TokenRequest - */ -public class TokenRequestTest { - private final TokenRequest model = new TokenRequest(); - - /** - * Model tests for TokenRequest - */ - @Test - public void testTokenRequest() { - // TODO: test TokenRequest - } - - /** - * Test the property 'expires' - */ - @Test - public void expiresTest() { - // TODO: test expires - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'scope' - */ - @Test - public void scopeTest() { - // TODO: test scope - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TokenScopeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TokenScopeTest.java deleted file mode 100644 index 6750521..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TokenScopeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TokenScope - */ -public class TokenScopeTest { - /** - * Model tests for TokenScope - */ - @Test - public void testTokenScope() { - // TODO: test TokenScope - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/TokenTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/TokenTest.java deleted file mode 100644 index c4335dc..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/TokenTest.java +++ /dev/null @@ -1,84 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.TokenScope; -import java.io.IOException; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Token - */ -public class TokenTest { - private final Token model = new Token(); - - /** - * Model tests for Token - */ - @Test - public void testToken() { - // TODO: test Token - } - - /** - * Test the property 'token' - */ - @Test - public void tokenTest() { - // TODO: test token - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'issuedAt' - */ - @Test - public void issuedAtTest() { - // TODO: test issuedAt - } - - /** - * Test the property 'expiresAt' - */ - @Test - public void expiresAtTest() { - // TODO: test expiresAt - } - - /** - * Test the property 'scope' - */ - @Test - public void scopeTest() { - // TODO: test scope - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFActionsTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFActionsTest.java deleted file mode 100644 index e5d8ee8..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFActionsTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFActions - */ -public class UDFActionsTest { - /** - * Model tests for UDFActions - */ - @Test - public void testUDFActions() { - // TODO: test UDFActions - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFArrayDetailsTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFArrayDetailsTest.java deleted file mode 100644 index 8b688b5..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFArrayDetailsTest.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.QueryRanges; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFArrayDetails - */ -public class UDFArrayDetailsTest { - private final UDFArrayDetails model = new UDFArrayDetails(); - - /** - * Model tests for UDFArrayDetails - */ - @Test - public void testUDFArrayDetails() { - // TODO: test UDFArrayDetails - } - - /** - * Test the property 'parameterId' - */ - @Test - public void parameterIdTest() { - // TODO: test parameterId - } - - /** - * Test the property 'uri' - */ - @Test - public void uriTest() { - // TODO: test uri - } - - /** - * Test the property 'ranges' - */ - @Test - public void rangesTest() { - // TODO: test ranges - } - - /** - * Test the property 'buffers' - */ - @Test - public void buffersTest() { - // TODO: test buffers - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFCopiedTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFCopiedTest.java deleted file mode 100644 index d10d7c0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFCopiedTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFCopied - */ -public class UDFCopiedTest { - private final UDFCopied model = new UDFCopied(); - - /** - * Model tests for UDFCopied - */ - @Test - public void testUDFCopied() { - // TODO: test UDFCopied - } - - /** - * Test the property 'outputUri' - */ - @Test - public void outputUriTest() { - // TODO: test outputUri - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFCopyTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFCopyTest.java deleted file mode 100644 index 2f6f82b..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFCopyTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFCopy - */ -public class UDFCopyTest { - private final UDFCopy model = new UDFCopy(); - - /** - * Model tests for UDFCopy - */ - @Test - public void testUDFCopy() { - // TODO: test UDFCopy - } - - /** - * Test the property 'outputUri' - */ - @Test - public void outputUriTest() { - // TODO: test outputUri - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFFavoriteTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFFavoriteTest.java deleted file mode 100644 index 42b8c70..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFFavoriteTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFFavorite - */ -public class UDFFavoriteTest { - private final UDFFavorite model = new UDFFavorite(); - - /** - * Model tests for UDFFavorite - */ - @Test - public void testUDFFavorite() { - // TODO: test UDFFavorite - } - - /** - * Test the property 'udfUuid' - */ - @Test - public void udfUuidTest() { - // TODO: test udfUuid - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFFavoritesDataTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFFavoritesDataTest.java deleted file mode 100644 index abda37f..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFFavoritesDataTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.ArrayInfo; -import io.tiledb.cloud.rest_api.model.PaginationMetadata; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFFavoritesData - */ -public class UDFFavoritesDataTest { - private final UDFFavoritesData model = new UDFFavoritesData(); - - /** - * Model tests for UDFFavoritesData - */ - @Test - public void testUDFFavoritesData() { - // TODO: test UDFFavoritesData - } - - /** - * Test the property 'udfs' - */ - @Test - public void udfsTest() { - // TODO: test udfs - } - - /** - * Test the property 'paginationMetadata' - */ - @Test - public void paginationMetadataTest() { - // TODO: test paginationMetadata - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFImageTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFImageTest.java deleted file mode 100644 index 6a5ec44..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFImageTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.UDFLanguage; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFImage - */ -public class UDFImageTest { - private final UDFImage model = new UDFImage(); - - /** - * Model tests for UDFImage - */ - @Test - public void testUDFImage() { - // TODO: test UDFImage - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'language' - */ - @Test - public void languageTest() { - // TODO: test language - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFImageVersionTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFImageVersionTest.java deleted file mode 100644 index 71fcd4c..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFImageVersionTest.java +++ /dev/null @@ -1,97 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import java.io.IOException; -import java.math.BigDecimal; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFImageVersion - */ -public class UDFImageVersionTest { - private final UDFImageVersion model = new UDFImageVersion(); - - /** - * Model tests for UDFImageVersion - */ - @Test - public void testUDFImageVersion() { - // TODO: test UDFImageVersion - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'udfImageUuid' - */ - @Test - public void udfImageUuidTest() { - // TODO: test udfImageUuid - } - - /** - * Test the property 'dockerImage' - */ - @Test - public void dockerImageTest() { - // TODO: test dockerImage - } - - /** - * Test the property 'version' - */ - @Test - public void versionTest() { - // TODO: test version - } - - /** - * Test the property '_default' - */ - @Test - public void _defaultTest() { - // TODO: test _default - } - - /** - * Test the property 'latest' - */ - @Test - public void latestTest() { - // TODO: test latest - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFInfoTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFInfoTest.java deleted file mode 100644 index d4a6e91..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFInfoTest.java +++ /dev/null @@ -1,108 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.UDFLanguage; -import io.tiledb.cloud.rest_api.model.UDFType; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFInfo - */ -public class UDFInfoTest { - private final UDFInfo model = new UDFInfo(); - - /** - * Model tests for UDFInfo - */ - @Test - public void testUDFInfo() { - // TODO: test UDFInfo - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'language' - */ - @Test - public void languageTest() { - // TODO: test language - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'readme' - */ - @Test - public void readmeTest() { - // TODO: test readme - } - - /** - * Test the property 'licenseId' - */ - @Test - public void licenseIdTest() { - // TODO: test licenseId - } - - /** - * Test the property 'licenseText' - */ - @Test - public void licenseTextTest() { - // TODO: test licenseText - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFInfoUpdateTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFInfoUpdateTest.java deleted file mode 100644 index d16291a..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFInfoUpdateTest.java +++ /dev/null @@ -1,132 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.UDFLanguage; -import io.tiledb.cloud.rest_api.model.UDFType; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFInfoUpdate - */ -public class UDFInfoUpdateTest { - private final UDFInfoUpdate model = new UDFInfoUpdate(); - - /** - * Model tests for UDFInfoUpdate - */ - @Test - public void testUDFInfoUpdate() { - // TODO: test UDFInfoUpdate - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'language' - */ - @Test - public void languageTest() { - // TODO: test language - } - - /** - * Test the property 'version' - */ - @Test - public void versionTest() { - // TODO: test version - } - - /** - * Test the property 'imageName' - */ - @Test - public void imageNameTest() { - // TODO: test imageName - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'exec' - */ - @Test - public void execTest() { - // TODO: test exec - } - - /** - * Test the property 'execRaw' - */ - @Test - public void execRawTest() { - // TODO: test execRaw - } - - /** - * Test the property 'readme' - */ - @Test - public void readmeTest() { - // TODO: test readme - } - - /** - * Test the property 'licenseId' - */ - @Test - public void licenseIdTest() { - // TODO: test licenseId - } - - /** - * Test the property 'licenseText' - */ - @Test - public void licenseTextTest() { - // TODO: test licenseText - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFLanguageTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFLanguageTest.java deleted file mode 100644 index 8aca766..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFLanguageTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFLanguage - */ -public class UDFLanguageTest { - /** - * Model tests for UDFLanguage - */ - @Test - public void testUDFLanguage() { - // TODO: test UDFLanguage - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFSharingTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFSharingTest.java deleted file mode 100644 index 2d945d0..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFSharingTest.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.UDFActions; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFSharing - */ -public class UDFSharingTest { - private final UDFSharing model = new UDFSharing(); - - /** - * Model tests for UDFSharing - */ - @Test - public void testUDFSharing() { - // TODO: test UDFSharing - } - - /** - * Test the property 'actions' - */ - @Test - public void actionsTest() { - // TODO: test actions - } - - /** - * Test the property 'namespace' - */ - @Test - public void namespaceTest() { - // TODO: test namespace - } - - /** - * Test the property 'namespaceType' - */ - @Test - public void namespaceTypeTest() { - // TODO: test namespaceType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFSubarrayRangeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFSubarrayRangeTest.java deleted file mode 100644 index befdd55..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFSubarrayRangeTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.DimensionCoordinate; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFSubarrayRange - */ -public class UDFSubarrayRangeTest { - private final UDFSubarrayRange model = new UDFSubarrayRange(); - - /** - * Model tests for UDFSubarrayRange - */ - @Test - public void testUDFSubarrayRange() { - // TODO: test UDFSubarrayRange - } - - /** - * Test the property 'dimensionId' - */ - @Test - public void dimensionIdTest() { - // TODO: test dimensionId - } - - /** - * Test the property 'rangeStart' - */ - @Test - public void rangeStartTest() { - // TODO: test rangeStart - } - - /** - * Test the property 'rangeEnd' - */ - @Test - public void rangeEndTest() { - // TODO: test rangeEnd - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFSubarrayTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFSubarrayTest.java deleted file mode 100644 index 889f74f..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFSubarrayTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.Layout; -import io.tiledb.cloud.rest_api.model.UDFSubarrayRange; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFSubarray - */ -public class UDFSubarrayTest { - private final UDFSubarray model = new UDFSubarray(); - - /** - * Model tests for UDFSubarray - */ - @Test - public void testUDFSubarray() { - // TODO: test UDFSubarray - } - - /** - * Test the property 'layout' - */ - @Test - public void layoutTest() { - // TODO: test layout - } - - /** - * Test the property 'ranges' - */ - @Test - public void rangesTest() { - // TODO: test ranges - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UDFTypeTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UDFTypeTest.java deleted file mode 100644 index bac3003..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UDFTypeTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UDFType - */ -public class UDFTypeTest { - /** - * Model tests for UDFType - */ - @Test - public void testUDFType() { - // TODO: test UDFType - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/UserTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/UserTest.java deleted file mode 100644 index e53fbfe..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/UserTest.java +++ /dev/null @@ -1,198 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.AssetLocations; -import io.tiledb.cloud.rest_api.model.NamespaceActions; -import io.tiledb.cloud.rest_api.model.OrganizationUser; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for User - */ -public class UserTest { - private final User model = new User(); - - /** - * Model tests for User - */ - @Test - public void testUser() { - // TODO: test User - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'username' - */ - @Test - public void usernameTest() { - // TODO: test username - } - - /** - * Test the property 'password' - */ - @Test - public void passwordTest() { - // TODO: test password - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email - } - - /** - * Test the property 'isValidEmail' - */ - @Test - public void isValidEmailTest() { - // TODO: test isValidEmail - } - - /** - * Test the property 'stripeConnect' - */ - @Test - public void stripeConnectTest() { - // TODO: test stripeConnect - } - - /** - * Test the property 'company' - */ - @Test - public void companyTest() { - // TODO: test company - } - - /** - * Test the property 'logo' - */ - @Test - public void logoTest() { - // TODO: test logo - } - - /** - * Test the property 'timezone' - */ - @Test - public void timezoneTest() { - // TODO: test timezone - } - - /** - * Test the property 'organizations' - */ - @Test - public void organizationsTest() { - // TODO: test organizations - } - - /** - * Test the property 'allowedActions' - */ - @Test - public void allowedActionsTest() { - // TODO: test allowedActions - } - - /** - * Test the property 'enabledFeatures' - */ - @Test - public void enabledFeaturesTest() { - // TODO: test enabledFeatures - } - - /** - * Test the property 'unpaidSubscription' - */ - @Test - public void unpaidSubscriptionTest() { - // TODO: test unpaidSubscription - } - - /** - * Test the property 'defaultS3Path' - */ - @Test - public void defaultS3PathTest() { - // TODO: test defaultS3Path - } - - /** - * Test the property 'defaultS3PathCredentialsName' - */ - @Test - public void defaultS3PathCredentialsNameTest() { - // TODO: test defaultS3PathCredentialsName - } - - /** - * Test the property 'assetLocations' - */ - @Test - public void assetLocationsTest() { - // TODO: test assetLocations - } - - /** - * Test the property 'defaultNamespaceCharged' - */ - @Test - public void defaultNamespaceChargedTest() { - // TODO: test defaultNamespaceCharged - } - - /** - * Test the property 'defaultRegion' - */ - @Test - public void defaultRegionTest() { - // TODO: test defaultRegion - } - -} diff --git a/src/test/java/io/tiledb/cloud/rest_api/model/WriterTest.java b/src/test/java/io/tiledb/cloud/rest_api/model/WriterTest.java deleted file mode 100644 index 35521a4..0000000 --- a/src/test/java/io/tiledb/cloud/rest_api/model/WriterTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * TileDB Storage Platform API - * TileDB Storage Platform REST API - * - * The version of the OpenAPI document: 2.17.51 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package io.tiledb.cloud.rest_api.model; - -import com.google.gson.TypeAdapter; -import com.google.gson.annotations.JsonAdapter; -import com.google.gson.annotations.SerializedName; -import com.google.gson.stream.JsonReader; -import com.google.gson.stream.JsonWriter; -import io.tiledb.cloud.rest_api.model.DomainArray; -import java.io.IOException; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Writer - */ -public class WriterTest { - private final Writer model = new Writer(); - - /** - * Model tests for Writer - */ - @Test - public void testWriter() { - // TODO: test Writer - } - - /** - * Test the property 'checkCoordDups' - */ - @Test - public void checkCoordDupsTest() { - // TODO: test checkCoordDups - } - - /** - * Test the property 'checkCoordOOB' - */ - @Test - public void checkCoordOOBTest() { - // TODO: test checkCoordOOB - } - - /** - * Test the property 'dedupCoords' - */ - @Test - public void dedupCoordsTest() { - // TODO: test dedupCoords - } - - /** - * Test the property 'subarray' - */ - @Test - public void subarrayTest() { - // TODO: test subarray - } - -}