diff --git a/config.yml b/config.yml index 7f9f1ac..86e9a81 100644 --- a/config.yml +++ b/config.yml @@ -22,4 +22,8 @@ disallowAdditionalPropertiesIfNotPresent: false typeMappings: integer+bigint: BigInteger importMappings: - BigInteger: java.math.BigInteger \ No newline at end of file + BigInteger: java.math.BigInteger +# Do not generate API tests or model tests as they would be empty and cause confusion. We will add our own tests manually. +globalProperties: + apiTests: false + modelTests: false diff --git a/src/test/java/ai/reveng/api/AnalysesCommentsApiTest.java b/src/test/java/ai/reveng/api/AnalysesCommentsApiTest.java deleted file mode 100644 index 833bee3..0000000 --- a/src/test/java/ai/reveng/api/AnalysesCommentsApiTest.java +++ /dev/null @@ -1,98 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseBool; -import ai.reveng.model.BaseResponseCommentResponse; -import ai.reveng.model.BaseResponseListCommentResponse; -import ai.reveng.model.CommentBase; -import ai.reveng.model.CommentUpdateRequest; -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 AnalysesCommentsApi - */ -@Disabled -public class AnalysesCommentsApiTest { - - private final AnalysesCommentsApi api = new AnalysesCommentsApi(); - - /** - * Create a comment for this analysis - * - * Creates a comment associated with a specified analysis). - * - * @throws ApiException if the Api call fails - */ - @Test - public void createAnalysisCommentTest() throws ApiException { - Integer analysisId = null; - CommentBase commentBase = null; - BaseResponseCommentResponse response = api.createAnalysisComment(analysisId, commentBase); - // TODO: test validations - } - - /** - * Delete a comment - * - * Deletes an existing comment. Users can only delete their own comments. - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteAnalysisCommentTest() throws ApiException { - Integer commentId = null; - Integer analysisId = null; - BaseResponseBool response = api.deleteAnalysisComment(commentId, analysisId); - // TODO: test validations - } - - /** - * Get comments for this analysis - * - * Retrieves all comments created for a specific analysis. Only returns comments for resources the requesting user has access to. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAnalysisCommentsTest() throws ApiException { - Integer analysisId = null; - BaseResponseListCommentResponse response = api.getAnalysisComments(analysisId); - // TODO: test validations - } - - /** - * Update a comment - * - * Updates the content of an existing comment. Users can only update their own comments. - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateAnalysisCommentTest() throws ApiException { - Integer commentId = null; - Integer analysisId = null; - CommentUpdateRequest commentUpdateRequest = null; - BaseResponseCommentResponse response = api.updateAnalysisComment(commentId, analysisId, commentUpdateRequest); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/AnalysesCoreApiTest.java b/src/test/java/ai/reveng/api/AnalysesCoreApiTest.java deleted file mode 100644 index 9906b65..0000000 --- a/src/test/java/ai/reveng/api/AnalysesCoreApiTest.java +++ /dev/null @@ -1,287 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.AnalysisBulkAddTagsRequest; -import ai.reveng.model.AnalysisCreateRequest; -import ai.reveng.model.AnalysisUpdateRequest; -import ai.reveng.model.AnalysisUpdateTagsRequest; -import ai.reveng.model.AppApiRestV2AnalysesEnumsOrderBy; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseAnalysisBulkAddTagsResponse; -import ai.reveng.model.BaseResponseAnalysisCreateResponse; -import ai.reveng.model.BaseResponseAnalysisDetailResponse; -import ai.reveng.model.BaseResponseAnalysisFunctionMapping; -import ai.reveng.model.BaseResponseAnalysisUpdateTagsResponse; -import ai.reveng.model.BaseResponseBasic; -import ai.reveng.model.BaseResponseCreated; -import ai.reveng.model.BaseResponseDict; -import ai.reveng.model.BaseResponseLogs; -import ai.reveng.model.BaseResponseParams; -import ai.reveng.model.BaseResponseRecent; -import ai.reveng.model.BaseResponseStatus; -import ai.reveng.model.BaseResponseUploadResponse; -import ai.reveng.model.DynamicExecutionStatusInput; -import java.io.File; -import ai.reveng.model.InsertAnalysisLogRequest; -import ai.reveng.model.ModelName; -import ai.reveng.model.Order; -import ai.reveng.model.ReAnalysisForm; -import ai.reveng.model.StatusInput; -import ai.reveng.model.UploadFileType; -import ai.reveng.model.Workspace; -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 AnalysesCoreApi - */ -@Disabled -public class AnalysesCoreApiTest { - - private final AnalysesCoreApi api = new AnalysesCoreApi(); - - /** - * Bulk Add Analysis Tags - * - * Updates analysis tags for multiple analyses. User must be the owner. - * - * @throws ApiException if the Api call fails - */ - @Test - public void bulkAddAnalysisTagsTest() throws ApiException { - AnalysisBulkAddTagsRequest analysisBulkAddTagsRequest = null; - BaseResponseAnalysisBulkAddTagsResponse response = api.bulkAddAnalysisTags(analysisBulkAddTagsRequest); - // TODO: test validations - } - - /** - * Create Analysis - * - * Begins an analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void createAnalysisTest() throws ApiException { - AnalysisCreateRequest analysisCreateRequest = null; - String xRevEngApplication = null; - BaseResponseAnalysisCreateResponse response = api.createAnalysis(analysisCreateRequest, xRevEngApplication); - // TODO: test validations - } - - /** - * Delete Analysis - * - * Deletes an analysis based on the provided analysis ID. - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteAnalysisTest() throws ApiException { - Integer analysisId = null; - BaseResponseDict response = api.deleteAnalysis(analysisId); - // TODO: test validations - } - - /** - * Gets basic analysis information - * - * Returns basic analysis information for an analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAnalysisBasicInfoTest() throws ApiException { - Integer analysisId = null; - BaseResponseBasic response = api.getAnalysisBasicInfo(analysisId); - // TODO: test validations - } - - /** - * Get Analysis Function Map - * - * Returns three maps: a map of function ids to function addresses, it's inverse and a map of function addresses to function names. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAnalysisFunctionMapTest() throws ApiException { - Integer analysisId = null; - BaseResponseAnalysisFunctionMapping response = api.getAnalysisFunctionMap(analysisId); - // TODO: test validations - } - - /** - * Gets the logs of an analysis - * - * Given an analysis ID gets the current logs of an analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAnalysisLogsTest() throws ApiException { - Integer analysisId = null; - BaseResponseLogs response = api.getAnalysisLogs(analysisId); - // TODO: test validations - } - - /** - * Gets analysis param information - * - * Gets the params that the analysis was run with - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAnalysisParamsTest() throws ApiException { - Integer analysisId = null; - BaseResponseParams response = api.getAnalysisParams(analysisId); - // TODO: test validations - } - - /** - * Gets the status of an analysis - * - * Given an analysis ID gets the current status of the analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAnalysisStatusTest() throws ApiException { - Integer analysisId = null; - BaseResponseStatus response = api.getAnalysisStatus(analysisId); - // TODO: test validations - } - - /** - * Insert a log entry for an analysis - * - * Inserts a log record for an analysis. Only the analysis owner can insert logs. - * - * @throws ApiException if the Api call fails - */ - @Test - public void insertAnalysisLogTest() throws ApiException { - Integer analysisId = null; - InsertAnalysisLogRequest insertAnalysisLogRequest = null; - BaseResponse response = api.insertAnalysisLog(analysisId, insertAnalysisLogRequest); - // TODO: test validations - } - - /** - * Gets the most recent analyses - * - * Gets the most recent analyses provided a scope, this is then paginated, if pages and limit doesnt fit, it increases the limit - * - * @throws ApiException if the Api call fails - */ - @Test - public void listAnalysesTest() throws ApiException { - String searchTerm = null; - List workspace = null; - List status = null; - List modelName = null; - DynamicExecutionStatusInput dynamicExecutionStatus = null; - List usernames = null; - String sha256Hash = null; - Integer limit = null; - Integer offset = null; - AppApiRestV2AnalysesEnumsOrderBy orderBy = null; - Order order = null; - BaseResponseRecent response = api.listAnalyses(searchTerm, workspace, status, modelName, dynamicExecutionStatus, usernames, sha256Hash, limit, offset, orderBy, order); - // TODO: test validations - } - - /** - * Gets the analysis ID from binary ID - * - * Given an binary ID gets the ID of an analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void lookupBinaryIdTest() throws ApiException { - Integer binaryId = null; - Object response = api.lookupBinaryId(binaryId); - // TODO: test validations - } - - /** - * Requeue Analysis - * - * Re-queues an already uploaded analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void requeueAnalysisTest() throws ApiException { - Integer analysisId = null; - ReAnalysisForm reAnalysisForm = null; - String xRevEngApplication = null; - BaseResponseCreated response = api.requeueAnalysis(analysisId, reAnalysisForm, xRevEngApplication); - // TODO: test validations - } - - /** - * Update Analysis - * - * Updates analysis attributes (binary_name, analysis_scope). User must be the owner. - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateAnalysisTest() throws ApiException { - Integer analysisId = null; - AnalysisUpdateRequest analysisUpdateRequest = null; - BaseResponseAnalysisDetailResponse response = api.updateAnalysis(analysisId, analysisUpdateRequest); - // TODO: test validations - } - - /** - * Update Analysis Tags - * - * Updates analysis tags. User must be the owner. - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateAnalysisTagsTest() throws ApiException { - Integer analysisId = null; - AnalysisUpdateTagsRequest analysisUpdateTagsRequest = null; - BaseResponseAnalysisUpdateTagsResponse response = api.updateAnalysisTags(analysisId, analysisUpdateTagsRequest); - // TODO: test validations - } - - /** - * Upload File - * - * @throws ApiException if the Api call fails - */ - @Test - public void uploadFileTest() throws ApiException { - UploadFileType uploadFileType = null; - File _file = null; - String packedPassword = null; - Boolean forceOverwrite = null; - BaseResponseUploadResponse response = api.uploadFile(uploadFileType, _file, packedPassword, forceOverwrite); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/AnalysesDynamicExecutionApiTest.java b/src/test/java/ai/reveng/api/AnalysesDynamicExecutionApiTest.java deleted file mode 100644 index 9e9c9ef..0000000 --- a/src/test/java/ai/reveng/api/AnalysesDynamicExecutionApiTest.java +++ /dev/null @@ -1,124 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseDynamicExecutionStatus; -import ai.reveng.model.BaseResponseNetworkOverviewResponse; -import ai.reveng.model.BaseResponseProcessDumps; -import ai.reveng.model.BaseResponseProcessRegistry; -import ai.reveng.model.BaseResponseProcessTree; -import ai.reveng.model.BaseResponseTTPS; -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 AnalysesDynamicExecutionApi - */ -@Disabled -public class AnalysesDynamicExecutionApiTest { - - private final AnalysesDynamicExecutionApi api = new AnalysesDynamicExecutionApi(); - - /** - * Get the status of a dynamic execution task - * - * @throws ApiException if the Api call fails - */ - @Test - public void getDynamicExecutionStatusTest() throws ApiException { - Integer analysisId = null; - BaseResponseDynamicExecutionStatus response = api.getDynamicExecutionStatus(analysisId); - // TODO: test validations - } - - /** - * Get the dynamic execution results for network overview - * - * @throws ApiException if the Api call fails - */ - @Test - public void getNetworkOverviewTest() throws ApiException { - Integer analysisId = null; - BaseResponseNetworkOverviewResponse response = api.getNetworkOverview(analysisId); - // TODO: test validations - } - - /** - * Get the dynamic execution results for a specific process dump - * - * @throws ApiException if the Api call fails - */ - @Test - public void getProcessDumpTest() throws ApiException { - Integer analysisId = null; - String dumpName = null; - Object response = api.getProcessDump(analysisId, dumpName); - // TODO: test validations - } - - /** - * Get the dynamic execution results for process dumps - * - * @throws ApiException if the Api call fails - */ - @Test - public void getProcessDumpsTest() throws ApiException { - Integer analysisId = null; - BaseResponseProcessDumps response = api.getProcessDumps(analysisId); - // TODO: test validations - } - - /** - * Get the dynamic execution results for process registry - * - * @throws ApiException if the Api call fails - */ - @Test - public void getProcessRegistryTest() throws ApiException { - Integer analysisId = null; - BaseResponseProcessRegistry response = api.getProcessRegistry(analysisId); - // TODO: test validations - } - - /** - * Get the dynamic execution results for process tree - * - * @throws ApiException if the Api call fails - */ - @Test - public void getProcessTreeTest() throws ApiException { - Integer analysisId = null; - BaseResponseProcessTree response = api.getProcessTree(analysisId); - // TODO: test validations - } - - /** - * Get the dynamic execution results for ttps - * - * @throws ApiException if the Api call fails - */ - @Test - public void getTtpsTest() throws ApiException { - Integer analysisId = null; - BaseResponseTTPS response = api.getTtps(analysisId); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/AnalysesResultsMetadataApiTest.java b/src/test/java/ai/reveng/api/AnalysesResultsMetadataApiTest.java deleted file mode 100644 index fcd3766..0000000 --- a/src/test/java/ai/reveng/api/AnalysesResultsMetadataApiTest.java +++ /dev/null @@ -1,149 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseAnalysisFunctions; -import ai.reveng.model.BaseResponseAnalysisFunctionsList; -import ai.reveng.model.BaseResponseAnalysisTags; -import ai.reveng.model.BaseResponseCapabilities; -import ai.reveng.model.BaseResponseCommunities; -import ai.reveng.model.BaseResponseListSBOM; -import ai.reveng.model.BaseResponseVulnerabilities; -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 AnalysesResultsMetadataApi - */ -@Disabled -public class AnalysesResultsMetadataApiTest { - - private final AnalysesResultsMetadataApi api = new AnalysesResultsMetadataApi(); - - /** - * Get functions from analysis - * - * Returns a paginated list of functions identified during analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAnalysisFunctionsPaginatedTest() throws ApiException { - Integer analysisId = null; - Integer page = null; - Integer pageSize = null; - BaseResponseAnalysisFunctionsList response = api.getAnalysisFunctionsPaginated(analysisId, page, pageSize); - // TODO: test validations - } - - /** - * Gets the capabilities from the analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getCapabilitiesTest() throws ApiException { - Integer analysisId = null; - BaseResponseCapabilities response = api.getCapabilities(analysisId); - // TODO: test validations - } - - /** - * Gets the communities found in the analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getCommunitiesTest() throws ApiException { - Integer analysisId = null; - String userName = null; - BaseResponseCommunities response = api.getCommunities(analysisId, userName); - // TODO: test validations - } - - /** - * Gets functions from analysis - * - * Gets the functions identified during analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getFunctionsListTest() throws ApiException { - Integer analysisId = null; - String searchTerm = null; - Integer minVAddr = null; - Integer maxVAddr = null; - Boolean includeEmbeddings = null; - Integer page = null; - Integer pageSize = null; - BaseResponseAnalysisFunctions response = api.getFunctionsList(analysisId, searchTerm, minVAddr, maxVAddr, includeEmbeddings, page, pageSize); - // TODO: test validations - } - - /** - * Gets the PDF found in the analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getPdfTest() throws ApiException { - Integer analysisId = null; - Object response = api.getPdf(analysisId); - // TODO: test validations - } - - /** - * Gets the software-bill-of-materials (SBOM) found in the analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getSbomTest() throws ApiException { - Integer analysisId = null; - BaseResponseListSBOM response = api.getSbom(analysisId); - // TODO: test validations - } - - /** - * Get function tags with maliciousness score - * - * @throws ApiException if the Api call fails - */ - @Test - public void getTagsTest() throws ApiException { - Integer analysisId = null; - BaseResponseAnalysisTags response = api.getTags(analysisId); - // TODO: test validations - } - - /** - * Gets the vulnerabilities found in the analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getVulnerabilitiesTest() throws ApiException { - Integer analysisId = null; - BaseResponseVulnerabilities response = api.getVulnerabilities(analysisId); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/AnalysesSecurityChecksApiTest.java b/src/test/java/ai/reveng/api/AnalysesSecurityChecksApiTest.java deleted file mode 100644 index f14d937..0000000 --- a/src/test/java/ai/reveng/api/AnalysesSecurityChecksApiTest.java +++ /dev/null @@ -1,77 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseSecurityChecksResponse; -import ai.reveng.model.CheckSecurityChecksTaskResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.QueuedSecurityChecksTaskResponse; -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 AnalysesSecurityChecksApi - */ -@Disabled -public class AnalysesSecurityChecksApiTest { - - private final AnalysesSecurityChecksApi api = new AnalysesSecurityChecksApi(); - - /** - * Queues a security check process - * - * @throws ApiException if the Api call fails - */ - @Test - public void createScurityChecksTaskTest() throws ApiException { - Integer analysisId = null; - QueuedSecurityChecksTaskResponse response = api.createScurityChecksTask(analysisId); - // TODO: test validations - } - - /** - * Get Security Checks - * - * Retrieve security checks results with pagination. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getSecurityChecksTest() throws ApiException { - Integer analysisId = null; - Integer page = null; - Integer pageSize = null; - BaseResponseSecurityChecksResponse response = api.getSecurityChecks(analysisId, page, pageSize); - // TODO: test validations - } - - /** - * Check the status of a security check process - * - * @throws ApiException if the Api call fails - */ - @Test - public void getSecurityChecksTaskStatusTest() throws ApiException { - Integer analysisId = null; - CheckSecurityChecksTaskResponse response = api.getSecurityChecksTaskStatus(analysisId); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/AuthenticationUsersApiTest.java b/src/test/java/ai/reveng/api/AuthenticationUsersApiTest.java deleted file mode 100644 index 9bca61f..0000000 --- a/src/test/java/ai/reveng/api/AuthenticationUsersApiTest.java +++ /dev/null @@ -1,100 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseGetMeResponse; -import ai.reveng.model.BaseResponseGetPublicUserResponse; -import ai.reveng.model.BaseResponseListCommentResponse; -import ai.reveng.model.BaseResponseListUserActivityResponse; -import ai.reveng.model.BaseResponseLoginResponse; -import ai.reveng.model.LoginRequest; -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 AuthenticationUsersApi - */ -@Disabled -public class AuthenticationUsersApiTest { - - private final AuthenticationUsersApi api = new AuthenticationUsersApi(); - - /** - * Get the requesters user information - * - * @throws ApiException if the Api call fails - */ - @Test - public void getRequesterUserInfoTest() throws ApiException { - BaseResponseGetMeResponse response = api.getRequesterUserInfo(); - // TODO: test validations - } - - /** - * Get a user's public information - * - * @throws ApiException if the Api call fails - */ - @Test - public void getUserTest() throws ApiException { - Integer userId = null; - BaseResponseGetPublicUserResponse response = api.getUser(userId); - // TODO: test validations - } - - /** - * Get auth user activity - * - * @throws ApiException if the Api call fails - */ - @Test - public void getUserActivityTest() throws ApiException { - BaseResponseListUserActivityResponse response = api.getUserActivity(); - // TODO: test validations - } - - /** - * Get comments by user - * - * Retrieves all comments created by a specific user. Only returns comments for resources the requesting user has access to. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getUserCommentsTest() throws ApiException { - BaseResponseListCommentResponse response = api.getUserComments(); - // TODO: test validations - } - - /** - * Authenticate a user - * - * Authenticates a user and returns a token. - * - * @throws ApiException if the Api call fails - */ - @Test - public void loginUserTest() throws ApiException { - LoginRequest loginRequest = null; - BaseResponseLoginResponse response = api.loginUser(loginRequest); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/BinariesApiTest.java b/src/test/java/ai/reveng/api/BinariesApiTest.java deleted file mode 100644 index 4cb74e4..0000000 --- a/src/test/java/ai/reveng/api/BinariesApiTest.java +++ /dev/null @@ -1,137 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseAdditionalDetailsStatusResponse; -import ai.reveng.model.BaseResponseBinariesRelatedStatusResponse; -import ai.reveng.model.BaseResponseBinaryAdditionalResponse; -import ai.reveng.model.BaseResponseBinaryDetailsResponse; -import ai.reveng.model.BaseResponseBinaryExternalsResponse; -import ai.reveng.model.BaseResponseChildBinariesResponse; -import ai.reveng.model.BaseResponseListDieMatch; -import java.io.File; -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 BinariesApi - */ -@Disabled -public class BinariesApiTest { - - private final BinariesApi api = new BinariesApi(); - - /** - * Downloads a zipped binary with password protection - * - * @throws ApiException if the Api call fails - */ - @Test - public void downloadZippedBinaryTest() throws ApiException { - Integer binaryId = null; - File response = api.downloadZippedBinary(binaryId); - // TODO: test validations - } - - /** - * Gets the additional details of a binary - * - * @throws ApiException if the Api call fails - */ - @Test - public void getBinaryAdditionalDetailsTest() throws ApiException { - Integer binaryId = null; - BaseResponseBinaryAdditionalResponse response = api.getBinaryAdditionalDetails(binaryId); - // TODO: test validations - } - - /** - * Gets the status of the additional details task for a binary - * - * @throws ApiException if the Api call fails - */ - @Test - public void getBinaryAdditionalDetailsStatusTest() throws ApiException { - Integer binaryId = null; - BaseResponseAdditionalDetailsStatusResponse response = api.getBinaryAdditionalDetailsStatus(binaryId); - // TODO: test validations - } - - /** - * Gets the details of a binary - * - * @throws ApiException if the Api call fails - */ - @Test - public void getBinaryDetailsTest() throws ApiException { - Integer binaryId = null; - BaseResponseBinaryDetailsResponse response = api.getBinaryDetails(binaryId); - // TODO: test validations - } - - /** - * Gets the die info of a binary - * - * @throws ApiException if the Api call fails - */ - @Test - public void getBinaryDieInfoTest() throws ApiException { - Integer binaryId = null; - BaseResponseListDieMatch response = api.getBinaryDieInfo(binaryId); - // TODO: test validations - } - - /** - * Gets the external details of a binary - * - * @throws ApiException if the Api call fails - */ - @Test - public void getBinaryExternalsTest() throws ApiException { - Integer binaryId = null; - BaseResponseBinaryExternalsResponse response = api.getBinaryExternals(binaryId); - // TODO: test validations - } - - /** - * Gets the status of the unpack binary task for a binary - * - * @throws ApiException if the Api call fails - */ - @Test - public void getBinaryRelatedStatusTest() throws ApiException { - Integer binaryId = null; - BaseResponseBinariesRelatedStatusResponse response = api.getBinaryRelatedStatus(binaryId); - // TODO: test validations - } - - /** - * Gets the related binaries of a binary. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getRelatedBinariesTest() throws ApiException { - Integer binaryId = null; - BaseResponseChildBinariesResponse response = api.getRelatedBinaries(binaryId); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/CollectionsApiTest.java b/src/test/java/ai/reveng/api/CollectionsApiTest.java deleted file mode 100644 index dddf66c..0000000 --- a/src/test/java/ai/reveng/api/CollectionsApiTest.java +++ /dev/null @@ -1,156 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.AppApiRestV2CollectionsEnumsOrderBy; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseBool; -import ai.reveng.model.BaseResponseCollectionBinariesUpdateResponse; -import ai.reveng.model.BaseResponseCollectionResponse; -import ai.reveng.model.BaseResponseCollectionTagsUpdateResponse; -import ai.reveng.model.BaseResponseListCollectionResults; -import ai.reveng.model.CollectionBinariesUpdateRequest; -import ai.reveng.model.CollectionCreateRequest; -import ai.reveng.model.CollectionTagsUpdateRequest; -import ai.reveng.model.CollectionUpdateRequest; -import ai.reveng.model.Filters; -import ai.reveng.model.Order; -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 CollectionsApi - */ -@Disabled -public class CollectionsApiTest { - - private final CollectionsApi api = new CollectionsApi(); - - /** - * Creates new collection information - * - * A collection is a group of binaries that are related in some way. This endpoint creates a new collection and allows you to add tags and binaries to it. If you add tags or binaries to the collection, they will be returned in the response. - * - * @throws ApiException if the Api call fails - */ - @Test - public void createCollectionTest() throws ApiException { - CollectionCreateRequest collectionCreateRequest = null; - BaseResponseCollectionResponse response = api.createCollection(collectionCreateRequest); - // TODO: test validations - } - - /** - * Deletes a collection - * - * Deletes a collection - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteCollectionTest() throws ApiException { - Integer collectionId = null; - BaseResponseBool response = api.deleteCollection(collectionId); - // TODO: test validations - } - - /** - * Returns a collection - * - * Gets a single collection. The collection can include binaries and tags if requested. You can specify whether to include tags and binaries in the response by using the query string parameters defined. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getCollectionTest() throws ApiException { - Integer collectionId = null; - Boolean includeTags = null; - Boolean includeBinaries = null; - Integer pageSize = null; - Integer pageNumber = null; - String binarySearchStr = null; - BaseResponseCollectionResponse response = api.getCollection(collectionId, includeTags, includeBinaries, pageSize, pageNumber, binarySearchStr); - // TODO: test validations - } - - /** - * Gets basic collections information - * - * Returns a list of collections - * - * @throws ApiException if the Api call fails - */ - @Test - public void listCollectionsTest() throws ApiException { - String searchTerm = null; - List filters = null; - Integer limit = null; - Integer offset = null; - AppApiRestV2CollectionsEnumsOrderBy orderBy = null; - Order order = null; - BaseResponseListCollectionResults response = api.listCollections(searchTerm, filters, limit, offset, orderBy, order); - // TODO: test validations - } - - /** - * Updates a collection - * - * Updates a collection, you can update the collection name, description, and scope - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateCollectionTest() throws ApiException { - Integer collectionId = null; - CollectionUpdateRequest collectionUpdateRequest = null; - BaseResponseCollectionResponse response = api.updateCollection(collectionId, collectionUpdateRequest); - // TODO: test validations - } - - /** - * Updates a collection binaries - * - * Updates/changes a collection binaries to whatever is provided in the request. After this update the collection will only contain the binaries provided in the request. - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateCollectionBinariesTest() throws ApiException { - Integer collectionId = null; - CollectionBinariesUpdateRequest collectionBinariesUpdateRequest = null; - BaseResponseCollectionBinariesUpdateResponse response = api.updateCollectionBinaries(collectionId, collectionBinariesUpdateRequest); - // TODO: test validations - } - - /** - * Updates a collection tags - * - * Updates/changes a collection tags to whatever is provided in the request. After this update the collection will only contain the tags provided in the request. - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateCollectionTagsTest() throws ApiException { - Integer collectionId = null; - CollectionTagsUpdateRequest collectionTagsUpdateRequest = null; - BaseResponseCollectionTagsUpdateResponse response = api.updateCollectionTags(collectionId, collectionTagsUpdateRequest); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/ConfigApiTest.java b/src/test/java/ai/reveng/api/ConfigApiTest.java deleted file mode 100644 index 1d49ed0..0000000 --- a/src/test/java/ai/reveng/api/ConfigApiTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseConfigResponse; -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 ConfigApi - */ -@Disabled -public class ConfigApiTest { - - private final ConfigApi api = new ConfigApi(); - - /** - * Get Config - * - * General configuration endpoint - * - * @throws ApiException if the Api call fails - */ - @Test - public void getConfigTest() throws ApiException { - BaseResponseConfigResponse response = api.getConfig(); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/ExternalSourcesApiTest.java b/src/test/java/ai/reveng/api/ExternalSourcesApiTest.java deleted file mode 100644 index 58058d6..0000000 --- a/src/test/java/ai/reveng/api/ExternalSourcesApiTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseExternalResponse; -import ai.reveng.model.BaseResponseStr; -import ai.reveng.model.BaseResponseTaskResponse; -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 ExternalSourcesApi - */ -@Disabled -public class ExternalSourcesApiTest { - - private final ExternalSourcesApi api = new ExternalSourcesApi(); - - /** - * Pulls data from VirusTotal - * - * @throws ApiException if the Api call fails - */ - @Test - public void createExternalTaskVtTest() throws ApiException { - Integer analysisId = null; - BaseResponseStr response = api.createExternalTaskVt(analysisId); - // TODO: test validations - } - - /** - * Get VirusTotal data - * - * @throws ApiException if the Api call fails - */ - @Test - public void getVtDataTest() throws ApiException { - Integer analysisId = null; - BaseResponseExternalResponse response = api.getVtData(analysisId); - // TODO: test validations - } - - /** - * Check the status of VirusTotal data retrieval - * - * @throws ApiException if the Api call fails - */ - @Test - public void getVtTaskStatusTest() throws ApiException { - Integer analysisId = null; - BaseResponseTaskResponse response = api.getVtTaskStatus(analysisId); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/FirmwareApiTest.java b/src/test/java/ai/reveng/api/FirmwareApiTest.java deleted file mode 100644 index e7621f9..0000000 --- a/src/test/java/ai/reveng/api/FirmwareApiTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import java.io.File; -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 FirmwareApi - */ -@Disabled -public class FirmwareApiTest { - - private final FirmwareApi api = new FirmwareApi(); - - /** - * Upload firmware for unpacking - * - * Uploads a firmware file and begins a 'Firmware Unpacker' task. Returns a result identifier, which can be used to poll for the response. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getBinariesForFirmwareTaskTest() throws ApiException { - String taskId = null; - Object response = api.getBinariesForFirmwareTask(taskId); - // TODO: test validations - } - - /** - * Upload firmware for unpacking - * - * Uploads a firmware file and begins a 'Firmware Unpacker' task. Returns a result identifier, which can be used to poll for the response. - * - * @throws ApiException if the Api call fails - */ - @Test - public void uploadFirmwareTest() throws ApiException { - File _file = null; - String password = null; - Object response = api.uploadFirmware(_file, password); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/FunctionsAiDecompilationApiTest.java b/src/test/java/ai/reveng/api/FunctionsAiDecompilationApiTest.java deleted file mode 100644 index 8f3545c..0000000 --- a/src/test/java/ai/reveng/api/FunctionsAiDecompilationApiTest.java +++ /dev/null @@ -1,169 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseBool; -import ai.reveng.model.BaseResponseCommentResponse; -import ai.reveng.model.BaseResponseFunctionTaskResponse; -import ai.reveng.model.BaseResponseGetAiDecompilationRatingResponse; -import ai.reveng.model.BaseResponseGetAiDecompilationTask; -import ai.reveng.model.BaseResponseListCommentResponse; -import ai.reveng.model.CommentUpdateRequest; -import ai.reveng.model.FunctionCommentCreateRequest; -import ai.reveng.model.UpsertAiDecomplationRatingRequest; -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 FunctionsAiDecompilationApi - */ -@Disabled -public class FunctionsAiDecompilationApiTest { - - private final FunctionsAiDecompilationApi api = new FunctionsAiDecompilationApi(); - - /** - * Create a comment for this function - * - * Creates a comment associated with a specified function). - * - * @throws ApiException if the Api call fails - */ - @Test - public void createAiDecompilationCommentTest() throws ApiException { - Integer functionId = null; - FunctionCommentCreateRequest functionCommentCreateRequest = null; - BaseResponseCommentResponse response = api.createAiDecompilationComment(functionId, functionCommentCreateRequest); - // TODO: test validations - } - - /** - * Begins AI Decompilation Process - * - * Begins the AI Decompilation Process - * - * @throws ApiException if the Api call fails - */ - @Test - public void createAiDecompilationTaskTest() throws ApiException { - Long functionId = null; - BaseResponse response = api.createAiDecompilationTask(functionId); - // TODO: test validations - } - - /** - * Delete a comment - * - * Deletes an existing comment. Users can only delete their own comments. - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteAiDecompilationCommentTest() throws ApiException { - Integer commentId = null; - Integer functionId = null; - BaseResponseBool response = api.deleteAiDecompilationComment(commentId, functionId); - // TODO: test validations - } - - /** - * Get comments for this function - * - * Retrieves all comments created for a specific function. Only returns comments for resources the requesting user has access to. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAiDecompilationCommentsTest() throws ApiException { - Integer functionId = null; - BaseResponseListCommentResponse response = api.getAiDecompilationComments(functionId); - // TODO: test validations - } - - /** - * Get rating for AI decompilation - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAiDecompilationRatingTest() throws ApiException { - Long functionId = null; - BaseResponseGetAiDecompilationRatingResponse response = api.getAiDecompilationRating(functionId); - // TODO: test validations - } - - /** - * Polls AI Decompilation Process - * - * Polls the AI Decompilation Process - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAiDecompilationTaskResultTest() throws ApiException { - Long functionId = null; - Boolean summarise = null; - Boolean generateInlineComments = null; - BaseResponseGetAiDecompilationTask response = api.getAiDecompilationTaskResult(functionId, summarise, generateInlineComments); - // TODO: test validations - } - - /** - * Check the status of a function ai decompilation - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAiDecompilationTaskStatusTest() throws ApiException { - Long functionId = null; - BaseResponseFunctionTaskResponse response = api.getAiDecompilationTaskStatus(functionId); - // TODO: test validations - } - - /** - * Update a comment - * - * Updates the content of an existing comment. Users can only update their own comments. - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateAiDecompilationCommentTest() throws ApiException { - Integer commentId = null; - Integer functionId = null; - CommentUpdateRequest commentUpdateRequest = null; - BaseResponseCommentResponse response = api.updateAiDecompilationComment(commentId, functionId, commentUpdateRequest); - // TODO: test validations - } - - /** - * Upsert rating for AI decompilation - * - * @throws ApiException if the Api call fails - */ - @Test - public void upsertAiDecompilationRatingTest() throws ApiException { - Long functionId = null; - UpsertAiDecomplationRatingRequest upsertAiDecomplationRatingRequest = null; - BaseResponse response = api.upsertAiDecompilationRating(functionId, upsertAiDecomplationRatingRequest); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/FunctionsBlockCommentsApiTest.java b/src/test/java/ai/reveng/api/FunctionsBlockCommentsApiTest.java deleted file mode 100644 index 278bf33..0000000 --- a/src/test/java/ai/reveng/api/FunctionsBlockCommentsApiTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseBlockCommentsGenerationForFunctionResponse; -import ai.reveng.model.BaseResponseBlockCommentsOverviewGenerationResponse; -import ai.reveng.model.Block; -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 FunctionsBlockCommentsApi - */ -@Disabled -public class FunctionsBlockCommentsApiTest { - - private final FunctionsBlockCommentsApi api = new FunctionsBlockCommentsApi(); - - /** - * Generate block comments for a specific block in a function - * - * @throws ApiException if the Api call fails - */ - @Test - public void generateBlockCommentsForBlockInFunctionTest() throws ApiException { - Integer functionId = null; - Block block = null; - BaseResponseBlockCommentsGenerationForFunctionResponse response = api.generateBlockCommentsForBlockInFunction(functionId, block); - // TODO: test validations - } - - /** - * Generate block comments for a function - * - * @throws ApiException if the Api call fails - */ - @Test - public void generateBlockCommentsForFunctionTest() throws ApiException { - Integer functionId = null; - BaseResponseBlockCommentsGenerationForFunctionResponse response = api.generateBlockCommentsForFunction(functionId); - // TODO: test validations - } - - /** - * Generate overview comment for a function - * - * @throws ApiException if the Api call fails - */ - @Test - public void generateOverviewCommentForFunctionTest() throws ApiException { - Integer functionId = null; - BaseResponseBlockCommentsOverviewGenerationResponse response = api.generateOverviewCommentForFunction(functionId); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/FunctionsCoreApiTest.java b/src/test/java/ai/reveng/api/FunctionsCoreApiTest.java deleted file mode 100644 index d14b321..0000000 --- a/src/test/java/ai/reveng/api/FunctionsCoreApiTest.java +++ /dev/null @@ -1,234 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.AiUnstripRequest; -import ai.reveng.model.AnalysisFunctionMatchingRequest; -import ai.reveng.model.AutoUnstripRequest; -import ai.reveng.model.AutoUnstripResponse; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseAnalysisStringsResponse; -import ai.reveng.model.BaseResponseAnalysisStringsStatusResponse; -import ai.reveng.model.BaseResponseCalleesCallerFunctionsResponse; -import ai.reveng.model.BaseResponseFunctionBlocksResponse; -import ai.reveng.model.BaseResponseFunctionCapabilityResponse; -import ai.reveng.model.BaseResponseFunctionStringsResponse; -import ai.reveng.model.BaseResponseFunctionsDetailResponse; -import ai.reveng.model.FunctionMatchingRequest; -import ai.reveng.model.FunctionMatchingResponse; -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 FunctionsCoreApi - */ -@Disabled -public class FunctionsCoreApiTest { - - private final FunctionsCoreApi api = new FunctionsCoreApi(); - - /** - * Performs matching and auto-unstrip for an analysis and its functions - * - * Takes in the analysis ID, uses the functions ID's from it and settings to find the nearest function groups for each function that's within the system - * - * @throws ApiException if the Api call fails - */ - @Test - public void aiUnstripTest() throws ApiException { - Integer analysisId = null; - AiUnstripRequest aiUnstripRequest = null; - AutoUnstripResponse response = api.aiUnstrip(analysisId, aiUnstripRequest); - // TODO: test validations - } - - /** - * Perform matching for the functions of an analysis - * - * Takes in an analysis id and settings and matches the nearest functions to the ones associated with it. Results can optionally be filtered by collection, binary, debug type or (other) function ids - * - * @throws ApiException if the Api call fails - */ - @Test - public void analysisFunctionMatchingTest() throws ApiException { - Integer analysisId = null; - AnalysisFunctionMatchingRequest analysisFunctionMatchingRequest = null; - FunctionMatchingResponse response = api.analysisFunctionMatching(analysisId, analysisFunctionMatchingRequest); - // TODO: test validations - } - - /** - * Performs matching and auto-unstrip for an analysis and its functions - * - * Takes in the analysis ID, uses the functions ID's from it and settings to find the nearest function for each function that's within the system - * - * @throws ApiException if the Api call fails - */ - @Test - public void autoUnstripTest() throws ApiException { - Integer analysisId = null; - AutoUnstripRequest autoUnstripRequest = null; - AutoUnstripResponse response = api.autoUnstrip(analysisId, autoUnstripRequest); - // TODO: test validations - } - - /** - * Perform function matching for an arbitrary batch of functions, binaries or collections - * - * Takes in an input of functions ID's and settings and finds the nearest functions for each function that's within the system - * - * @throws ApiException if the Api call fails - */ - @Test - public void batchFunctionMatchingTest() throws ApiException { - FunctionMatchingRequest functionMatchingRequest = null; - FunctionMatchingResponse response = api.batchFunctionMatching(functionMatchingRequest); - // TODO: test validations - } - - /** - * Cancels a running ai-unstrip - * - * Takes in the analysis ID and cancels a running ai-unstrip operation - * - * @throws ApiException if the Api call fails - */ - @Test - public void cancelAiUnstripTest() throws ApiException { - Integer analysisId = null; - AutoUnstripResponse response = api.cancelAiUnstrip(analysisId); - // TODO: test validations - } - - /** - * Cancels a running auto-unstrip - * - * Takes in the analysis ID and cancels a running auto-unstrip operation - * - * @throws ApiException if the Api call fails - */ - @Test - public void cancelAutoUnstripTest() throws ApiException { - Integer analysisId = null; - AutoUnstripResponse response = api.cancelAutoUnstrip(analysisId); - // TODO: test validations - } - - /** - * Get string information found in the Analysis - * - * Get string information found in the analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAnalysisStringsTest() throws ApiException { - Integer analysisId = null; - Integer page = null; - Integer pageSize = null; - String search = null; - String functionSearch = null; - String orderBy = null; - String sortOrder = null; - BaseResponseAnalysisStringsResponse response = api.getAnalysisStrings(analysisId, page, pageSize, search, functionSearch, orderBy, sortOrder); - // TODO: test validations - } - - /** - * Get string processing state for the Analysis - * - * Get string processing state for the Analysis - * - * @throws ApiException if the Api call fails - */ - @Test - public void getAnalysisStringsStatusTest() throws ApiException { - Integer analysisId = null; - BaseResponseAnalysisStringsStatusResponse response = api.getAnalysisStringsStatus(analysisId); - // TODO: test validations - } - - /** - * Get disassembly blocks related to the function - * - * Get disassembly blocks related to the function - * - * @throws ApiException if the Api call fails - */ - @Test - public void getFunctionBlocksTest() throws ApiException { - Integer functionId = null; - BaseResponseFunctionBlocksResponse response = api.getFunctionBlocks(functionId); - // TODO: test validations - } - - /** - * Get list of functions that call or are called by the specified function - * - * @throws ApiException if the Api call fails - */ - @Test - public void getFunctionCalleesCallersTest() throws ApiException { - Integer functionId = null; - BaseResponseCalleesCallerFunctionsResponse response = api.getFunctionCalleesCallers(functionId); - // TODO: test validations - } - - /** - * Retrieve a functions capabilities - * - * @throws ApiException if the Api call fails - */ - @Test - public void getFunctionCapabilitiesTest() throws ApiException { - Integer functionId = null; - BaseResponseFunctionCapabilityResponse response = api.getFunctionCapabilities(functionId); - // TODO: test validations - } - - /** - * Get function details - * - * @throws ApiException if the Api call fails - */ - @Test - public void getFunctionDetailsTest() throws ApiException { - Integer functionId = null; - BaseResponseFunctionsDetailResponse response = api.getFunctionDetails(functionId); - // TODO: test validations - } - - /** - * Get string information found in the function - * - * Get string information found in the function - * - * @throws ApiException if the Api call fails - */ - @Test - public void getFunctionStringsTest() throws ApiException { - Integer functionId = null; - Integer page = null; - Integer pageSize = null; - String search = null; - BaseResponseFunctionStringsResponse response = api.getFunctionStrings(functionId, page, pageSize, search); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/FunctionsDataTypesApiTest.java b/src/test/java/ai/reveng/api/FunctionsDataTypesApiTest.java deleted file mode 100644 index 7126334..0000000 --- a/src/test/java/ai/reveng/api/FunctionsDataTypesApiTest.java +++ /dev/null @@ -1,128 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseFunctionDataTypes; -import ai.reveng.model.BaseResponseFunctionDataTypesList; -import ai.reveng.model.BaseResponseGenerateFunctionDataTypes; -import ai.reveng.model.BaseResponseGenerationStatusList; -import ai.reveng.model.FunctionDataTypesParams; -import ai.reveng.model.UpdateFunctionDataTypes; -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 FunctionsDataTypesApi - */ -@Disabled -public class FunctionsDataTypesApiTest { - - private final FunctionsDataTypesApi api = new FunctionsDataTypesApi(); - - /** - * Generate Function Data Types - * - * Submits a request to generate the function data types - * - * @throws ApiException if the Api call fails - */ - @Test - public void generateFunctionDataTypesForAnalysisTest() throws ApiException { - Integer analysisId = null; - FunctionDataTypesParams functionDataTypesParams = null; - BaseResponseGenerateFunctionDataTypes response = api.generateFunctionDataTypesForAnalysis(analysisId, functionDataTypesParams); - // TODO: test validations - } - - /** - * Generate Function Data Types for an arbitrary list of functions - * - * Submits a request to generate the function data types - * - * @throws ApiException if the Api call fails - */ - @Test - public void generateFunctionDataTypesForFunctionsTest() throws ApiException { - FunctionDataTypesParams functionDataTypesParams = null; - BaseResponseGenerationStatusList response = api.generateFunctionDataTypesForFunctions(functionDataTypesParams); - // TODO: test validations - } - - /** - * Get Function Data Types - * - * Polling endpoint which returns the current status of function generation and once completed the data type information - * - * @throws ApiException if the Api call fails - */ - @Test - public void getFunctionDataTypesTest() throws ApiException { - Integer analysisId = null; - Integer functionId = null; - BaseResponseFunctionDataTypes response = api.getFunctionDataTypes(analysisId, functionId); - // TODO: test validations - } - - /** - * List Function Data Types - * - * Returns data types for multiple functions with optional function ID filtering - * - * @throws ApiException if the Api call fails - */ - @Test - public void listFunctionDataTypesForAnalysisTest() throws ApiException { - Integer analysisId = null; - List functionIds = null; - BaseResponseFunctionDataTypesList response = api.listFunctionDataTypesForAnalysis(analysisId, functionIds); - // TODO: test validations - } - - /** - * List Function Data Types - * - * Returns data types for multiple function IDs - * - * @throws ApiException if the Api call fails - */ - @Test - public void listFunctionDataTypesForFunctionsTest() throws ApiException { - List functionIds = null; - BaseResponseFunctionDataTypesList response = api.listFunctionDataTypesForFunctions(functionIds); - // TODO: test validations - } - - /** - * Update Function Data Types - * - * Updates the function data types for a given function - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateFunctionDataTypesTest() throws ApiException { - Integer analysisId = null; - Integer functionId = null; - UpdateFunctionDataTypes updateFunctionDataTypes = null; - BaseResponseFunctionDataTypes response = api.updateFunctionDataTypes(analysisId, functionId, updateFunctionDataTypes); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/FunctionsDecompilationApiTest.java b/src/test/java/ai/reveng/api/FunctionsDecompilationApiTest.java deleted file mode 100644 index e61c1fb..0000000 --- a/src/test/java/ai/reveng/api/FunctionsDecompilationApiTest.java +++ /dev/null @@ -1,98 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseBool; -import ai.reveng.model.BaseResponseCommentResponse; -import ai.reveng.model.BaseResponseListCommentResponse; -import ai.reveng.model.CommentUpdateRequest; -import ai.reveng.model.FunctionCommentCreateRequest; -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 FunctionsDecompilationApi - */ -@Disabled -public class FunctionsDecompilationApiTest { - - private final FunctionsDecompilationApi api = new FunctionsDecompilationApi(); - - /** - * Create a comment for this function - * - * Creates a comment associated with a specified function). - * - * @throws ApiException if the Api call fails - */ - @Test - public void createDecompilationCommentTest() throws ApiException { - Integer functionId = null; - FunctionCommentCreateRequest functionCommentCreateRequest = null; - BaseResponseCommentResponse response = api.createDecompilationComment(functionId, functionCommentCreateRequest); - // TODO: test validations - } - - /** - * Delete a comment - * - * Deletes an existing comment. Users can only delete their own comments. - * - * @throws ApiException if the Api call fails - */ - @Test - public void deleteDecompilationCommentTest() throws ApiException { - Integer commentId = null; - Integer functionId = null; - BaseResponseBool response = api.deleteDecompilationComment(commentId, functionId); - // TODO: test validations - } - - /** - * Get comments for this function - * - * Retrieves all comments created for a specific function. Only returns comments for resources the requesting user has access to. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getDecompilationCommentsTest() throws ApiException { - Integer functionId = null; - BaseResponseListCommentResponse response = api.getDecompilationComments(functionId); - // TODO: test validations - } - - /** - * Update a comment - * - * Updates the content of an existing comment. Users can only update their own comments. - * - * @throws ApiException if the Api call fails - */ - @Test - public void updateDecompilationCommentTest() throws ApiException { - Integer commentId = null; - Integer functionId = null; - CommentUpdateRequest commentUpdateRequest = null; - BaseResponseCommentResponse response = api.updateDecompilationComment(commentId, functionId, commentUpdateRequest); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/FunctionsRenamingHistoryApiTest.java b/src/test/java/ai/reveng/api/FunctionsRenamingHistoryApiTest.java deleted file mode 100644 index 2284c0a..0000000 --- a/src/test/java/ai/reveng/api/FunctionsRenamingHistoryApiTest.java +++ /dev/null @@ -1,94 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseListFunctionNameHistory; -import ai.reveng.model.FunctionRename; -import ai.reveng.model.FunctionsListRename; -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 FunctionsRenamingHistoryApi - */ -@Disabled -public class FunctionsRenamingHistoryApiTest { - - private final FunctionsRenamingHistoryApi api = new FunctionsRenamingHistoryApi(); - - /** - * Batch Rename Functions - * - * Renames a list of functions using the function IDs Will record name changes in history - * - * @throws ApiException if the Api call fails - */ - @Test - public void batchRenameFunctionTest() throws ApiException { - FunctionsListRename functionsListRename = null; - BaseResponse response = api.batchRenameFunction(functionsListRename); - // TODO: test validations - } - - /** - * Get Function Name History - * - * Gets the name history of a function using the function ID - * - * @throws ApiException if the Api call fails - */ - @Test - public void getFunctionNameHistoryTest() throws ApiException { - Integer functionId = null; - BaseResponseListFunctionNameHistory response = api.getFunctionNameHistory(functionId); - // TODO: test validations - } - - /** - * Rename Function - * - * Renames a function using the function ID Will record name change history - * - * @throws ApiException if the Api call fails - */ - @Test - public void renameFunctionIdTest() throws ApiException { - Integer functionId = null; - FunctionRename functionRename = null; - BaseResponse response = api.renameFunctionId(functionId, functionRename); - // TODO: test validations - } - - /** - * Revert the function name - * - * Reverts the function name to a previous name using the function ID and history ID - * - * @throws ApiException if the Api call fails - */ - @Test - public void revertFunctionNameTest() throws ApiException { - Integer functionId = null; - Integer historyId = null; - BaseResponse response = api.revertFunctionName(functionId, historyId); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/ModelsApiTest.java b/src/test/java/ai/reveng/api/ModelsApiTest.java deleted file mode 100644 index 15f772e..0000000 --- a/src/test/java/ai/reveng/api/ModelsApiTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseModelsResponse; -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 ModelsApi - */ -@Disabled -public class ModelsApiTest { - - private final ModelsApi api = new ModelsApi(); - - /** - * Gets models - * - * Gets active models available for analysis. - * - * @throws ApiException if the Api call fails - */ - @Test - public void getModelsTest() throws ApiException { - BaseResponseModelsResponse response = api.getModels(); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/api/SearchApiTest.java b/src/test/java/ai/reveng/api/SearchApiTest.java deleted file mode 100644 index ac63d77..0000000 --- a/src/test/java/ai/reveng/api/SearchApiTest.java +++ /dev/null @@ -1,116 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.api; - -import ai.reveng.invoker.ApiException; -import ai.reveng.model.AppApiRestV2CollectionsEnumsOrderBy; -import ai.reveng.model.BaseResponse; -import ai.reveng.model.BaseResponseBinarySearchResponse; -import ai.reveng.model.BaseResponseCollectionSearchResponse; -import ai.reveng.model.BaseResponseFunctionSearchResponse; -import ai.reveng.model.BaseResponseTagSearchResponse; -import ai.reveng.model.Filters; -import ai.reveng.model.Order; -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 SearchApi - */ -@Disabled -public class SearchApiTest { - - private final SearchApi api = new SearchApi(); - - /** - * Binaries search - * - * Searches for a specific binary - * - * @throws ApiException if the Api call fails - */ - @Test - public void searchBinariesTest() throws ApiException { - Integer page = null; - Integer pageSize = null; - String partialName = null; - String partialSha256 = null; - List tags = null; - String modelName = null; - Boolean userFilesOnly = null; - BaseResponseBinarySearchResponse response = api.searchBinaries(page, pageSize, partialName, partialSha256, tags, modelName, userFilesOnly); - // TODO: test validations - } - - /** - * Collections search - * - * Searches for a specific collection - * - * @throws ApiException if the Api call fails - */ - @Test - public void searchCollectionsTest() throws ApiException { - Integer page = null; - Integer pageSize = null; - String partialCollectionName = null; - String partialBinaryName = null; - String partialBinarySha256 = null; - List tags = null; - String modelName = null; - List filters = null; - AppApiRestV2CollectionsEnumsOrderBy orderBy = null; - Order orderByDirection = null; - BaseResponseCollectionSearchResponse response = api.searchCollections(page, pageSize, partialCollectionName, partialBinaryName, partialBinarySha256, tags, modelName, filters, orderBy, orderByDirection); - // TODO: test validations - } - - /** - * Functions search - * - * Searches for a specific function - * - * @throws ApiException if the Api call fails - */ - @Test - public void searchFunctionsTest() throws ApiException { - Integer page = null; - Integer pageSize = null; - String partialName = null; - String modelName = null; - BaseResponseFunctionSearchResponse response = api.searchFunctions(page, pageSize, partialName, modelName); - // TODO: test validations - } - - /** - * Tags search - * - * Searches for tags by there name - * - * @throws ApiException if the Api call fails - */ - @Test - public void searchTagsTest() throws ApiException { - String partialName = null; - Integer page = null; - Integer pageSize = null; - BaseResponseTagSearchResponse response = api.searchTags(partialName, page, pageSize); - // TODO: test validations - } - -} diff --git a/src/test/java/ai/reveng/model/AdditionalDetailsStatusResponseTest.java b/src/test/java/ai/reveng/model/AdditionalDetailsStatusResponseTest.java deleted file mode 100644 index c073fed..0000000 --- a/src/test/java/ai/reveng/model/AdditionalDetailsStatusResponseTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AdditionalDetailsStatusResponse - */ -public class AdditionalDetailsStatusResponseTest { - private final AdditionalDetailsStatusResponse model = new AdditionalDetailsStatusResponse(); - - /** - * Model tests for AdditionalDetailsStatusResponse - */ - @Test - public void testAdditionalDetailsStatusResponse() { - // TODO: test AdditionalDetailsStatusResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/ai/reveng/model/AddrTest.java b/src/test/java/ai/reveng/model/AddrTest.java deleted file mode 100644 index dfb9e99..0000000 --- a/src/test/java/ai/reveng/model/AddrTest.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Addr - */ -public class AddrTest { - private final Addr model = new Addr(); - - /** - * Model tests for Addr - */ - @Test - public void testAddr() { - // TODO: test Addr - } - -} diff --git a/src/test/java/ai/reveng/model/AiDecompilationRatingTest.java b/src/test/java/ai/reveng/model/AiDecompilationRatingTest.java deleted file mode 100644 index 4104b00..0000000 --- a/src/test/java/ai/reveng/model/AiDecompilationRatingTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AiDecompilationRating - */ -public class AiDecompilationRatingTest { - /** - * Model tests for AiDecompilationRating - */ - @Test - public void testAiDecompilationRating() { - // TODO: test AiDecompilationRating - } - -} diff --git a/src/test/java/ai/reveng/model/AiDecompilationTaskStatusTest.java b/src/test/java/ai/reveng/model/AiDecompilationTaskStatusTest.java deleted file mode 100644 index d5769da..0000000 --- a/src/test/java/ai/reveng/model/AiDecompilationTaskStatusTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AiDecompilationTaskStatus - */ -public class AiDecompilationTaskStatusTest { - /** - * Model tests for AiDecompilationTaskStatus - */ - @Test - public void testAiDecompilationTaskStatus() { - // TODO: test AiDecompilationTaskStatus - } - -} diff --git a/src/test/java/ai/reveng/model/AiUnstripRequestTest.java b/src/test/java/ai/reveng/model/AiUnstripRequestTest.java deleted file mode 100644 index cc15380..0000000 --- a/src/test/java/ai/reveng/model/AiUnstripRequestTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AiUnstripRequest - */ -public class AiUnstripRequestTest { - private final AiUnstripRequest model = new AiUnstripRequest(); - - /** - * Model tests for AiUnstripRequest - */ - @Test - public void testAiUnstripRequest() { - // TODO: test AiUnstripRequest - } - - /** - * Test the property 'apply' - */ - @Test - public void applyTest() { - // TODO: test apply - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisAccessInfoTest.java b/src/test/java/ai/reveng/model/AnalysisAccessInfoTest.java deleted file mode 100644 index 6d30c85..0000000 --- a/src/test/java/ai/reveng/model/AnalysisAccessInfoTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AnalysisAccessInfo - */ -public class AnalysisAccessInfoTest { - private final AnalysisAccessInfo model = new AnalysisAccessInfo(); - - /** - * Model tests for AnalysisAccessInfo - */ - @Test - public void testAnalysisAccessInfo() { - // TODO: test AnalysisAccessInfo - } - - /** - * Test the property 'owner' - */ - @Test - public void ownerTest() { - // TODO: test owner - } - - /** - * Test the property 'username' - */ - @Test - public void usernameTest() { - // TODO: test username - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisBulkAddTagsRequestTest.java b/src/test/java/ai/reveng/model/AnalysisBulkAddTagsRequestTest.java deleted file mode 100644 index 0124445..0000000 --- a/src/test/java/ai/reveng/model/AnalysisBulkAddTagsRequestTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AnalysisBulkAddTagsRequest - */ -public class AnalysisBulkAddTagsRequestTest { - private final AnalysisBulkAddTagsRequest model = new AnalysisBulkAddTagsRequest(); - - /** - * Model tests for AnalysisBulkAddTagsRequest - */ - @Test - public void testAnalysisBulkAddTagsRequest() { - // TODO: test AnalysisBulkAddTagsRequest - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'analysisIds' - */ - @Test - public void analysisIdsTest() { - // TODO: test analysisIds - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisBulkAddTagsResponseItemTest.java b/src/test/java/ai/reveng/model/AnalysisBulkAddTagsResponseItemTest.java deleted file mode 100644 index 8f0acbf..0000000 --- a/src/test/java/ai/reveng/model/AnalysisBulkAddTagsResponseItemTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AnalysisBulkAddTagsResponseItem - */ -public class AnalysisBulkAddTagsResponseItemTest { - private final AnalysisBulkAddTagsResponseItem model = new AnalysisBulkAddTagsResponseItem(); - - /** - * Model tests for AnalysisBulkAddTagsResponseItem - */ - @Test - public void testAnalysisBulkAddTagsResponseItem() { - // TODO: test AnalysisBulkAddTagsResponseItem - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'error' - */ - @Test - public void errorTest() { - // TODO: test error - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisBulkAddTagsResponseTest.java b/src/test/java/ai/reveng/model/AnalysisBulkAddTagsResponseTest.java deleted file mode 100644 index 756b614..0000000 --- a/src/test/java/ai/reveng/model/AnalysisBulkAddTagsResponseTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisBulkAddTagsResponseItem; -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 AnalysisBulkAddTagsResponse - */ -public class AnalysisBulkAddTagsResponseTest { - private final AnalysisBulkAddTagsResponse model = new AnalysisBulkAddTagsResponse(); - - /** - * Model tests for AnalysisBulkAddTagsResponse - */ - @Test - public void testAnalysisBulkAddTagsResponse() { - // TODO: test AnalysisBulkAddTagsResponse - } - - /** - * Test the property 'results' - */ - @Test - public void resultsTest() { - // TODO: test results - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisConfigTest.java b/src/test/java/ai/reveng/model/AnalysisConfigTest.java deleted file mode 100644 index 3160d3b..0000000 --- a/src/test/java/ai/reveng/model/AnalysisConfigTest.java +++ /dev/null @@ -1,97 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.SandboxOptions; -import ai.reveng.model.ScrapeThirdPartyConfig; -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 AnalysisConfig - */ -public class AnalysisConfigTest { - private final AnalysisConfig model = new AnalysisConfig(); - - /** - * Model tests for AnalysisConfig - */ - @Test - public void testAnalysisConfig() { - // TODO: test AnalysisConfig - } - - /** - * Test the property 'scrapeThirdPartyConfig' - */ - @Test - public void scrapeThirdPartyConfigTest() { - // TODO: test scrapeThirdPartyConfig - } - - /** - * Test the property 'generateCves' - */ - @Test - public void generateCvesTest() { - // TODO: test generateCves - } - - /** - * Test the property 'generateSbom' - */ - @Test - public void generateSbomTest() { - // TODO: test generateSbom - } - - /** - * Test the property 'generateCapabilities' - */ - @Test - public void generateCapabilitiesTest() { - // TODO: test generateCapabilities - } - - /** - * Test the property 'noCache' - */ - @Test - public void noCacheTest() { - // TODO: test noCache - } - - /** - * Test the property 'advancedAnalysis' - */ - @Test - public void advancedAnalysisTest() { - // TODO: test advancedAnalysis - } - - /** - * Test the property 'sandboxConfig' - */ - @Test - public void sandboxConfigTest() { - // TODO: test sandboxConfig - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisCreateRequestTest.java b/src/test/java/ai/reveng/model/AnalysisCreateRequestTest.java deleted file mode 100644 index b91c2fe..0000000 --- a/src/test/java/ai/reveng/model/AnalysisCreateRequestTest.java +++ /dev/null @@ -1,120 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisConfig; -import ai.reveng.model.AnalysisScope; -import ai.reveng.model.AutoRunAgents; -import ai.reveng.model.BinaryConfig; -import ai.reveng.model.Symbols; -import ai.reveng.model.Tag; -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 AnalysisCreateRequest - */ -public class AnalysisCreateRequestTest { - private final AnalysisCreateRequest model = new AnalysisCreateRequest(); - - /** - * Model tests for AnalysisCreateRequest - */ - @Test - public void testAnalysisCreateRequest() { - // TODO: test AnalysisCreateRequest - } - - /** - * Test the property 'filename' - */ - @Test - public void filenameTest() { - // TODO: test filename - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'analysisScope' - */ - @Test - public void analysisScopeTest() { - // TODO: test analysisScope - } - - /** - * Test the property 'symbols' - */ - @Test - public void symbolsTest() { - // TODO: test symbols - } - - /** - * Test the property 'debugHash' - */ - @Test - public void debugHashTest() { - // TODO: test debugHash - } - - /** - * Test the property 'analysisConfig' - */ - @Test - public void analysisConfigTest() { - // TODO: test analysisConfig - } - - /** - * Test the property 'binaryConfig' - */ - @Test - public void binaryConfigTest() { - // TODO: test binaryConfig - } - - /** - * Test the property 'autoRunAgents' - */ - @Test - public void autoRunAgentsTest() { - // TODO: test autoRunAgents - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisCreateResponseTest.java b/src/test/java/ai/reveng/model/AnalysisCreateResponseTest.java deleted file mode 100644 index 3521c5c..0000000 --- a/src/test/java/ai/reveng/model/AnalysisCreateResponseTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AnalysisCreateResponse - */ -public class AnalysisCreateResponseTest { - private final AnalysisCreateResponse model = new AnalysisCreateResponse(); - - /** - * Model tests for AnalysisCreateResponse - */ - @Test - public void testAnalysisCreateResponse() { - // TODO: test AnalysisCreateResponse - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisDetailResponseTest.java b/src/test/java/ai/reveng/model/AnalysisDetailResponseTest.java deleted file mode 100644 index fe2cb21..0000000 --- a/src/test/java/ai/reveng/model/AnalysisDetailResponseTest.java +++ /dev/null @@ -1,172 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisAccessInfo; -import ai.reveng.model.AutoRunAgents; -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 java.util.HashMap; -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 AnalysisDetailResponse - */ -public class AnalysisDetailResponseTest { - private final AnalysisDetailResponse model = new AnalysisDetailResponse(); - - /** - * Model tests for AnalysisDetailResponse - */ - @Test - public void testAnalysisDetailResponse() { - // TODO: test AnalysisDetailResponse - } - - /** - * Test the property 'access' - */ - @Test - public void accessTest() { - // TODO: test access - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'analysisScope' - */ - @Test - public void analysisScopeTest() { - // TODO: test analysisScope - } - - /** - * Test the property 'architecture' - */ - @Test - public void architectureTest() { - // TODO: test architecture - } - - /** - * Test the property 'binaryDynamic' - */ - @Test - public void binaryDynamicTest() { - // TODO: test binaryDynamic - } - - /** - * Test the property 'binaryFormat' - */ - @Test - public void binaryFormatTest() { - // TODO: test binaryFormat - } - - /** - * Test the property 'binaryName' - */ - @Test - public void binaryNameTest() { - // TODO: test binaryName - } - - /** - * Test the property 'binarySize' - */ - @Test - public void binarySizeTest() { - // TODO: test binarySize - } - - /** - * Test the property 'binaryType' - */ - @Test - public void binaryTypeTest() { - // TODO: test binaryType - } - - /** - * Test the property 'creation' - */ - @Test - public void creationTest() { - // TODO: test creation - } - - /** - * Test the property 'dashboardUrl' - */ - @Test - public void dashboardUrlTest() { - // TODO: test dashboardUrl - } - - /** - * Test the property 'debug' - */ - @Test - public void debugTest() { - // TODO: test debug - } - - /** - * Test the property 'modelName' - */ - @Test - public void modelNameTest() { - // TODO: test modelName - } - - /** - * Test the property 'sbom' - */ - @Test - public void sbomTest() { - // TODO: test sbom - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'autoRunAgents' - */ - @Test - public void autoRunAgentsTest() { - // TODO: test autoRunAgents - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisFunctionMappingTest.java b/src/test/java/ai/reveng/model/AnalysisFunctionMappingTest.java deleted file mode 100644 index d2bbec4..0000000 --- a/src/test/java/ai/reveng/model/AnalysisFunctionMappingTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionMapping; -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 AnalysisFunctionMapping - */ -public class AnalysisFunctionMappingTest { - private final AnalysisFunctionMapping model = new AnalysisFunctionMapping(); - - /** - * Model tests for AnalysisFunctionMapping - */ - @Test - public void testAnalysisFunctionMapping() { - // TODO: test AnalysisFunctionMapping - } - - /** - * Test the property 'functionMaps' - */ - @Test - public void functionMapsTest() { - // TODO: test functionMaps - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisFunctionMatchingRequestTest.java b/src/test/java/ai/reveng/model/AnalysisFunctionMatchingRequestTest.java deleted file mode 100644 index f2bc20d..0000000 --- a/src/test/java/ai/reveng/model/AnalysisFunctionMatchingRequestTest.java +++ /dev/null @@ -1,106 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionMatchingFilters; -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.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AnalysisFunctionMatchingRequest - */ -public class AnalysisFunctionMatchingRequestTest { - private final AnalysisFunctionMatchingRequest model = new AnalysisFunctionMatchingRequest(); - - /** - * Model tests for AnalysisFunctionMatchingRequest - */ - @Test - public void testAnalysisFunctionMatchingRequest() { - // TODO: test AnalysisFunctionMatchingRequest - } - - /** - * Test the property 'minSimilarity' - */ - @Test - public void minSimilarityTest() { - // TODO: test minSimilarity - } - - /** - * Test the property 'filters' - */ - @Test - public void filtersTest() { - // TODO: test filters - } - - /** - * Test the property 'resultsPerFunction' - */ - @Test - public void resultsPerFunctionTest() { - // TODO: test resultsPerFunction - } - - /** - * Test the property 'page' - */ - @Test - public void pageTest() { - // TODO: test page - } - - /** - * Test the property 'pageSize' - */ - @Test - public void pageSizeTest() { - // TODO: test pageSize - } - - /** - * Test the property 'statusOnly' - */ - @Test - public void statusOnlyTest() { - // TODO: test statusOnly - } - - /** - * Test the property 'noCache' - */ - @Test - public void noCacheTest() { - // TODO: test noCache - } - - /** - * Test the property 'useCanonicalNames' - */ - @Test - public void useCanonicalNamesTest() { - // TODO: test useCanonicalNames - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisFunctionsListTest.java b/src/test/java/ai/reveng/model/AnalysisFunctionsListTest.java deleted file mode 100644 index 0cfc304..0000000 --- a/src/test/java/ai/reveng/model/AnalysisFunctionsListTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionListItem; -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 AnalysisFunctionsList - */ -public class AnalysisFunctionsListTest { - private final AnalysisFunctionsList model = new AnalysisFunctionsList(); - - /** - * Model tests for AnalysisFunctionsList - */ - @Test - public void testAnalysisFunctionsList() { - // TODO: test AnalysisFunctionsList - } - - /** - * Test the property 'functions' - */ - @Test - public void functionsTest() { - // TODO: test functions - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisFunctionsTest.java b/src/test/java/ai/reveng/model/AnalysisFunctionsTest.java deleted file mode 100644 index 1719630..0000000 --- a/src/test/java/ai/reveng/model/AnalysisFunctionsTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AppApiRestV2FunctionsTypesFunction; -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 AnalysisFunctions - */ -public class AnalysisFunctionsTest { - private final AnalysisFunctions model = new AnalysisFunctions(); - - /** - * Model tests for AnalysisFunctions - */ - @Test - public void testAnalysisFunctions() { - // TODO: test AnalysisFunctions - } - - /** - * Test the property 'functions' - */ - @Test - public void functionsTest() { - // TODO: test functions - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisRecordTest.java b/src/test/java/ai/reveng/model/AnalysisRecordTest.java deleted file mode 100644 index 5e2e003..0000000 --- a/src/test/java/ai/reveng/model/AnalysisRecordTest.java +++ /dev/null @@ -1,182 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AppApiRestV2AnalysesEnumsDynamicExecutionStatus; -import ai.reveng.model.TagItem; -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.BigInteger; -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 AnalysisRecord - */ -public class AnalysisRecordTest { - private final AnalysisRecord model = new AnalysisRecord(); - - /** - * Model tests for AnalysisRecord - */ - @Test - public void testAnalysisRecord() { - // TODO: test AnalysisRecord - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'analysisScope' - */ - @Test - public void analysisScopeTest() { - // TODO: test analysisScope - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'modelId' - */ - @Test - public void modelIdTest() { - // TODO: test modelId - } - - /** - * Test the property 'modelName' - */ - @Test - public void modelNameTest() { - // TODO: test modelName - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'creation' - */ - @Test - public void creationTest() { - // TODO: test creation - } - - /** - * Test the property 'isOwner' - */ - @Test - public void isOwnerTest() { - // TODO: test isOwner - } - - /** - * Test the property 'binaryName' - */ - @Test - public void binaryNameTest() { - // TODO: test binaryName - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'functionBoundariesHash' - */ - @Test - public void functionBoundariesHashTest() { - // TODO: test functionBoundariesHash - } - - /** - * Test the property 'binarySize' - */ - @Test - public void binarySizeTest() { - // TODO: test binarySize - } - - /** - * Test the property 'username' - */ - @Test - public void usernameTest() { - // TODO: test username - } - - /** - * Test the property 'dynamicExecutionStatus' - */ - @Test - public void dynamicExecutionStatusTest() { - // TODO: test dynamicExecutionStatus - } - - /** - * Test the property 'dynamicExecutionTaskId' - */ - @Test - public void dynamicExecutionTaskIdTest() { - // TODO: test dynamicExecutionTaskId - } - - /** - * Test the property 'baseAddress' - */ - @Test - public void baseAddressTest() { - // TODO: test baseAddress - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisScopeTest.java b/src/test/java/ai/reveng/model/AnalysisScopeTest.java deleted file mode 100644 index 471f6ea..0000000 --- a/src/test/java/ai/reveng/model/AnalysisScopeTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AnalysisScope - */ -public class AnalysisScopeTest { - /** - * Model tests for AnalysisScope - */ - @Test - public void testAnalysisScope() { - // TODO: test AnalysisScope - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisStringsResponseTest.java b/src/test/java/ai/reveng/model/AnalysisStringsResponseTest.java deleted file mode 100644 index 755a1c6..0000000 --- a/src/test/java/ai/reveng/model/AnalysisStringsResponseTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.StringFunctions; -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 AnalysisStringsResponse - */ -public class AnalysisStringsResponseTest { - private final AnalysisStringsResponse model = new AnalysisStringsResponse(); - - /** - * Model tests for AnalysisStringsResponse - */ - @Test - public void testAnalysisStringsResponse() { - // TODO: test AnalysisStringsResponse - } - - /** - * Test the property 'strings' - */ - @Test - public void stringsTest() { - // TODO: test strings - } - - /** - * Test the property 'totalStrings' - */ - @Test - public void totalStringsTest() { - // TODO: test totalStrings - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisStringsStatusResponseTest.java b/src/test/java/ai/reveng/model/AnalysisStringsStatusResponseTest.java deleted file mode 100644 index 755c069..0000000 --- a/src/test/java/ai/reveng/model/AnalysisStringsStatusResponseTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.BinariesTaskStatus; -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 AnalysisStringsStatusResponse - */ -public class AnalysisStringsStatusResponseTest { - private final AnalysisStringsStatusResponse model = new AnalysisStringsStatusResponse(); - - /** - * Model tests for AnalysisStringsStatusResponse - */ - @Test - public void testAnalysisStringsStatusResponse() { - // TODO: test AnalysisStringsStatusResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisTagsTest.java b/src/test/java/ai/reveng/model/AnalysisTagsTest.java deleted file mode 100644 index 12ae110..0000000 --- a/src/test/java/ai/reveng/model/AnalysisTagsTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.TagItem; -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 AnalysisTags - */ -public class AnalysisTagsTest { - private final AnalysisTags model = new AnalysisTags(); - - /** - * Model tests for AnalysisTags - */ - @Test - public void testAnalysisTags() { - // TODO: test AnalysisTags - } - - /** - * Test the property 'analysisTags' - */ - @Test - public void analysisTagsTest() { - // TODO: test analysisTags - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisUpdateRequestTest.java b/src/test/java/ai/reveng/model/AnalysisUpdateRequestTest.java deleted file mode 100644 index 280d43c..0000000 --- a/src/test/java/ai/reveng/model/AnalysisUpdateRequestTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AnalysisUpdateRequest - */ -public class AnalysisUpdateRequestTest { - private final AnalysisUpdateRequest model = new AnalysisUpdateRequest(); - - /** - * Model tests for AnalysisUpdateRequest - */ - @Test - public void testAnalysisUpdateRequest() { - // TODO: test AnalysisUpdateRequest - } - - /** - * Test the property 'binaryName' - */ - @Test - public void binaryNameTest() { - // TODO: test binaryName - } - - /** - * Test the property 'analysisScope' - */ - @Test - public void analysisScopeTest() { - // TODO: test analysisScope - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisUpdateTagsRequestTest.java b/src/test/java/ai/reveng/model/AnalysisUpdateTagsRequestTest.java deleted file mode 100644 index cec525a..0000000 --- a/src/test/java/ai/reveng/model/AnalysisUpdateTagsRequestTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AnalysisUpdateTagsRequest - */ -public class AnalysisUpdateTagsRequestTest { - private final AnalysisUpdateTagsRequest model = new AnalysisUpdateTagsRequest(); - - /** - * Model tests for AnalysisUpdateTagsRequest - */ - @Test - public void testAnalysisUpdateTagsRequest() { - // TODO: test AnalysisUpdateTagsRequest - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/ai/reveng/model/AnalysisUpdateTagsResponseTest.java b/src/test/java/ai/reveng/model/AnalysisUpdateTagsResponseTest.java deleted file mode 100644 index d71a75b..0000000 --- a/src/test/java/ai/reveng/model/AnalysisUpdateTagsResponseTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.TagResponse; -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 AnalysisUpdateTagsResponse - */ -public class AnalysisUpdateTagsResponseTest { - private final AnalysisUpdateTagsResponse model = new AnalysisUpdateTagsResponse(); - - /** - * Model tests for AnalysisUpdateTagsResponse - */ - @Test - public void testAnalysisUpdateTagsResponse() { - // TODO: test AnalysisUpdateTagsResponse - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/ai/reveng/model/AppApiRestV2AnalysesEnumsDynamicExecutionStatusTest.java b/src/test/java/ai/reveng/model/AppApiRestV2AnalysesEnumsDynamicExecutionStatusTest.java deleted file mode 100644 index 173e245..0000000 --- a/src/test/java/ai/reveng/model/AppApiRestV2AnalysesEnumsDynamicExecutionStatusTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AppApiRestV2AnalysesEnumsDynamicExecutionStatus - */ -public class AppApiRestV2AnalysesEnumsDynamicExecutionStatusTest { - /** - * Model tests for AppApiRestV2AnalysesEnumsDynamicExecutionStatus - */ - @Test - public void testAppApiRestV2AnalysesEnumsDynamicExecutionStatus() { - // TODO: test AppApiRestV2AnalysesEnumsDynamicExecutionStatus - } - -} diff --git a/src/test/java/ai/reveng/model/AppApiRestV2AnalysesEnumsOrderByTest.java b/src/test/java/ai/reveng/model/AppApiRestV2AnalysesEnumsOrderByTest.java deleted file mode 100644 index 6b81ee5..0000000 --- a/src/test/java/ai/reveng/model/AppApiRestV2AnalysesEnumsOrderByTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AppApiRestV2AnalysesEnumsOrderBy - */ -public class AppApiRestV2AnalysesEnumsOrderByTest { - /** - * Model tests for AppApiRestV2AnalysesEnumsOrderBy - */ - @Test - public void testAppApiRestV2AnalysesEnumsOrderBy() { - // TODO: test AppApiRestV2AnalysesEnumsOrderBy - } - -} diff --git a/src/test/java/ai/reveng/model/AppApiRestV2CollectionsEnumsOrderByTest.java b/src/test/java/ai/reveng/model/AppApiRestV2CollectionsEnumsOrderByTest.java deleted file mode 100644 index 9a3e6c6..0000000 --- a/src/test/java/ai/reveng/model/AppApiRestV2CollectionsEnumsOrderByTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for AppApiRestV2CollectionsEnumsOrderBy - */ -public class AppApiRestV2CollectionsEnumsOrderByTest { - /** - * Model tests for AppApiRestV2CollectionsEnumsOrderBy - */ - @Test - public void testAppApiRestV2CollectionsEnumsOrderBy() { - // TODO: test AppApiRestV2CollectionsEnumsOrderBy - } - -} diff --git a/src/test/java/ai/reveng/model/AppApiRestV2FunctionsResponsesFunctionTest.java b/src/test/java/ai/reveng/model/AppApiRestV2FunctionsResponsesFunctionTest.java deleted file mode 100644 index 4221799..0000000 --- a/src/test/java/ai/reveng/model/AppApiRestV2FunctionsResponsesFunctionTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AppApiRestV2FunctionsResponsesFunction - */ -public class AppApiRestV2FunctionsResponsesFunctionTest { - private final AppApiRestV2FunctionsResponsesFunction model = new AppApiRestV2FunctionsResponsesFunction(); - - /** - * Model tests for AppApiRestV2FunctionsResponsesFunction - */ - @Test - public void testAppApiRestV2FunctionsResponsesFunction() { - // TODO: test AppApiRestV2FunctionsResponsesFunction - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'functionVaddr' - */ - @Test - public void functionVaddrTest() { - // TODO: test functionVaddr - } - -} diff --git a/src/test/java/ai/reveng/model/AppApiRestV2FunctionsTypesFunctionTest.java b/src/test/java/ai/reveng/model/AppApiRestV2FunctionsTypesFunctionTest.java deleted file mode 100644 index c44dec1..0000000 --- a/src/test/java/ai/reveng/model/AppApiRestV2FunctionsTypesFunctionTest.java +++ /dev/null @@ -1,107 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.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 AppApiRestV2FunctionsTypesFunction - */ -public class AppApiRestV2FunctionsTypesFunctionTest { - private final AppApiRestV2FunctionsTypesFunction model = new AppApiRestV2FunctionsTypesFunction(); - - /** - * Model tests for AppApiRestV2FunctionsTypesFunction - */ - @Test - public void testAppApiRestV2FunctionsTypesFunction() { - // TODO: test AppApiRestV2FunctionsTypesFunction - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'functionName' - */ - @Test - public void functionNameTest() { - // TODO: test functionName - } - - /** - * Test the property 'functionMangledName' - */ - @Test - public void functionMangledNameTest() { - // TODO: test functionMangledName - } - - /** - * Test the property 'functionVaddr' - */ - @Test - public void functionVaddrTest() { - // TODO: test functionVaddr - } - - /** - * Test the property 'functionSize' - */ - @Test - public void functionSizeTest() { - // TODO: test functionSize - } - - /** - * Test the property 'debug' - */ - @Test - public void debugTest() { - // TODO: test debug - } - - /** - * Test the property 'embedding3d' - */ - @Test - public void embedding3dTest() { - // TODO: test embedding3d - } - - /** - * Test the property 'embedding1d' - */ - @Test - public void embedding1dTest() { - // TODO: test embedding1d - } - -} diff --git a/src/test/java/ai/reveng/model/AppServicesDynamicExecutionSchemasDynamicExecutionStatusTest.java b/src/test/java/ai/reveng/model/AppServicesDynamicExecutionSchemasDynamicExecutionStatusTest.java deleted file mode 100644 index e5c33aa..0000000 --- a/src/test/java/ai/reveng/model/AppServicesDynamicExecutionSchemasDynamicExecutionStatusTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AppServicesDynamicExecutionSchemasDynamicExecutionStatus - */ -public class AppServicesDynamicExecutionSchemasDynamicExecutionStatusTest { - private final AppServicesDynamicExecutionSchemasDynamicExecutionStatus model = new AppServicesDynamicExecutionSchemasDynamicExecutionStatus(); - - /** - * Model tests for AppServicesDynamicExecutionSchemasDynamicExecutionStatus - */ - @Test - public void testAppServicesDynamicExecutionSchemasDynamicExecutionStatus() { - // TODO: test AppServicesDynamicExecutionSchemasDynamicExecutionStatus - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/ai/reveng/model/ArgumentTest.java b/src/test/java/ai/reveng/model/ArgumentTest.java deleted file mode 100644 index 022bf99..0000000 --- a/src/test/java/ai/reveng/model/ArgumentTest.java +++ /dev/null @@ -1,80 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 Argument - */ -public class ArgumentTest { - private final Argument model = new Argument(); - - /** - * Model tests for Argument - */ - @Test - public void testArgument() { - // TODO: test Argument - } - - /** - * Test the property 'lastChange' - */ - @Test - public void lastChangeTest() { - // TODO: test lastChange - } - - /** - * Test the property 'offset' - */ - @Test - public void offsetTest() { - // TODO: test offset - } - - /** - * 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 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - -} diff --git a/src/test/java/ai/reveng/model/AutoRunAgentsTest.java b/src/test/java/ai/reveng/model/AutoRunAgentsTest.java deleted file mode 100644 index aad5aa3..0000000 --- a/src/test/java/ai/reveng/model/AutoRunAgentsTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AutoRunAgents - */ -public class AutoRunAgentsTest { - private final AutoRunAgents model = new AutoRunAgents(); - - /** - * Model tests for AutoRunAgents - */ - @Test - public void testAutoRunAgents() { - // TODO: test AutoRunAgents - } - - /** - * Test the property 'triage' - */ - @Test - public void triageTest() { - // TODO: test triage - } - -} diff --git a/src/test/java/ai/reveng/model/AutoUnstripRequestTest.java b/src/test/java/ai/reveng/model/AutoUnstripRequestTest.java deleted file mode 100644 index 8176631..0000000 --- a/src/test/java/ai/reveng/model/AutoUnstripRequestTest.java +++ /dev/null @@ -1,96 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 AutoUnstripRequest - */ -public class AutoUnstripRequestTest { - private final AutoUnstripRequest model = new AutoUnstripRequest(); - - /** - * Model tests for AutoUnstripRequest - */ - @Test - public void testAutoUnstripRequest() { - // TODO: test AutoUnstripRequest - } - - /** - * Test the property 'minSimilarity' - */ - @Test - public void minSimilarityTest() { - // TODO: test minSimilarity - } - - /** - * Test the property 'apply' - */ - @Test - public void applyTest() { - // TODO: test apply - } - - /** - * Test the property 'confidenceThreshold' - */ - @Test - public void confidenceThresholdTest() { - // TODO: test confidenceThreshold - } - - /** - * Test the property 'minGroupSize' - */ - @Test - public void minGroupSizeTest() { - // TODO: test minGroupSize - } - - /** - * Test the property 'statusOnly' - */ - @Test - public void statusOnlyTest() { - // TODO: test statusOnly - } - - /** - * Test the property 'noCache' - */ - @Test - public void noCacheTest() { - // TODO: test noCache - } - - /** - * Test the property 'useCanonicalNames' - */ - @Test - public void useCanonicalNamesTest() { - // TODO: test useCanonicalNames - } - -} diff --git a/src/test/java/ai/reveng/model/AutoUnstripResponseTest.java b/src/test/java/ai/reveng/model/AutoUnstripResponseTest.java deleted file mode 100644 index 98abf89..0000000 --- a/src/test/java/ai/reveng/model/AutoUnstripResponseTest.java +++ /dev/null @@ -1,91 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.MatchedFunctionSuggestion; -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 AutoUnstripResponse - */ -public class AutoUnstripResponseTest { - private final AutoUnstripResponse model = new AutoUnstripResponse(); - - /** - * Model tests for AutoUnstripResponse - */ - @Test - public void testAutoUnstripResponse() { - // TODO: test AutoUnstripResponse - } - - /** - * Test the property 'progress' - */ - @Test - public void progressTest() { - // TODO: test progress - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'totalTime' - */ - @Test - public void totalTimeTest() { - // TODO: test totalTime - } - - /** - * Test the property 'matches' - */ - @Test - public void matchesTest() { - // TODO: test matches - } - - /** - * Test the property 'applied' - */ - @Test - public void appliedTest() { - // TODO: test applied - } - - /** - * Test the property 'errorMessage' - */ - @Test - public void errorMessageTest() { - // TODO: test errorMessage - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseAdditionalDetailsStatusResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseAdditionalDetailsStatusResponseTest.java deleted file mode 100644 index 3c37f1f..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseAdditionalDetailsStatusResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AdditionalDetailsStatusResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseAdditionalDetailsStatusResponse - */ -public class BaseResponseAdditionalDetailsStatusResponseTest { - private final BaseResponseAdditionalDetailsStatusResponse model = new BaseResponseAdditionalDetailsStatusResponse(); - - /** - * Model tests for BaseResponseAdditionalDetailsStatusResponse - */ - @Test - public void testBaseResponseAdditionalDetailsStatusResponse() { - // TODO: test BaseResponseAdditionalDetailsStatusResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseAnalysisBulkAddTagsResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseAnalysisBulkAddTagsResponseTest.java deleted file mode 100644 index 6dd132e..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseAnalysisBulkAddTagsResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisBulkAddTagsResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseAnalysisBulkAddTagsResponse - */ -public class BaseResponseAnalysisBulkAddTagsResponseTest { - private final BaseResponseAnalysisBulkAddTagsResponse model = new BaseResponseAnalysisBulkAddTagsResponse(); - - /** - * Model tests for BaseResponseAnalysisBulkAddTagsResponse - */ - @Test - public void testBaseResponseAnalysisBulkAddTagsResponse() { - // TODO: test BaseResponseAnalysisBulkAddTagsResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseAnalysisCreateResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseAnalysisCreateResponseTest.java deleted file mode 100644 index 3c7a713..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseAnalysisCreateResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisCreateResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseAnalysisCreateResponse - */ -public class BaseResponseAnalysisCreateResponseTest { - private final BaseResponseAnalysisCreateResponse model = new BaseResponseAnalysisCreateResponse(); - - /** - * Model tests for BaseResponseAnalysisCreateResponse - */ - @Test - public void testBaseResponseAnalysisCreateResponse() { - // TODO: test BaseResponseAnalysisCreateResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseAnalysisDetailResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseAnalysisDetailResponseTest.java deleted file mode 100644 index c2a2dd0..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseAnalysisDetailResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisDetailResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseAnalysisDetailResponse - */ -public class BaseResponseAnalysisDetailResponseTest { - private final BaseResponseAnalysisDetailResponse model = new BaseResponseAnalysisDetailResponse(); - - /** - * Model tests for BaseResponseAnalysisDetailResponse - */ - @Test - public void testBaseResponseAnalysisDetailResponse() { - // TODO: test BaseResponseAnalysisDetailResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseAnalysisFunctionMappingTest.java b/src/test/java/ai/reveng/model/BaseResponseAnalysisFunctionMappingTest.java deleted file mode 100644 index 2eb825b..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseAnalysisFunctionMappingTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisFunctionMapping; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseAnalysisFunctionMapping - */ -public class BaseResponseAnalysisFunctionMappingTest { - private final BaseResponseAnalysisFunctionMapping model = new BaseResponseAnalysisFunctionMapping(); - - /** - * Model tests for BaseResponseAnalysisFunctionMapping - */ - @Test - public void testBaseResponseAnalysisFunctionMapping() { - // TODO: test BaseResponseAnalysisFunctionMapping - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseAnalysisFunctionsListTest.java b/src/test/java/ai/reveng/model/BaseResponseAnalysisFunctionsListTest.java deleted file mode 100644 index 9beea2d..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseAnalysisFunctionsListTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisFunctionsList; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseAnalysisFunctionsList - */ -public class BaseResponseAnalysisFunctionsListTest { - private final BaseResponseAnalysisFunctionsList model = new BaseResponseAnalysisFunctionsList(); - - /** - * Model tests for BaseResponseAnalysisFunctionsList - */ - @Test - public void testBaseResponseAnalysisFunctionsList() { - // TODO: test BaseResponseAnalysisFunctionsList - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseAnalysisFunctionsTest.java b/src/test/java/ai/reveng/model/BaseResponseAnalysisFunctionsTest.java deleted file mode 100644 index 19afa22..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseAnalysisFunctionsTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisFunctions; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseAnalysisFunctions - */ -public class BaseResponseAnalysisFunctionsTest { - private final BaseResponseAnalysisFunctions model = new BaseResponseAnalysisFunctions(); - - /** - * Model tests for BaseResponseAnalysisFunctions - */ - @Test - public void testBaseResponseAnalysisFunctions() { - // TODO: test BaseResponseAnalysisFunctions - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseAnalysisStringsResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseAnalysisStringsResponseTest.java deleted file mode 100644 index 19fddd3..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseAnalysisStringsResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisStringsResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseAnalysisStringsResponse - */ -public class BaseResponseAnalysisStringsResponseTest { - private final BaseResponseAnalysisStringsResponse model = new BaseResponseAnalysisStringsResponse(); - - /** - * Model tests for BaseResponseAnalysisStringsResponse - */ - @Test - public void testBaseResponseAnalysisStringsResponse() { - // TODO: test BaseResponseAnalysisStringsResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseAnalysisStringsStatusResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseAnalysisStringsStatusResponseTest.java deleted file mode 100644 index 2639bb0..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseAnalysisStringsStatusResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisStringsStatusResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseAnalysisStringsStatusResponse - */ -public class BaseResponseAnalysisStringsStatusResponseTest { - private final BaseResponseAnalysisStringsStatusResponse model = new BaseResponseAnalysisStringsStatusResponse(); - - /** - * Model tests for BaseResponseAnalysisStringsStatusResponse - */ - @Test - public void testBaseResponseAnalysisStringsStatusResponse() { - // TODO: test BaseResponseAnalysisStringsStatusResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseAnalysisTagsTest.java b/src/test/java/ai/reveng/model/BaseResponseAnalysisTagsTest.java deleted file mode 100644 index e199d63..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseAnalysisTagsTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisTags; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseAnalysisTags - */ -public class BaseResponseAnalysisTagsTest { - private final BaseResponseAnalysisTags model = new BaseResponseAnalysisTags(); - - /** - * Model tests for BaseResponseAnalysisTags - */ - @Test - public void testBaseResponseAnalysisTags() { - // TODO: test BaseResponseAnalysisTags - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseAnalysisUpdateTagsResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseAnalysisUpdateTagsResponseTest.java deleted file mode 100644 index be38020..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseAnalysisUpdateTagsResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisUpdateTagsResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseAnalysisUpdateTagsResponse - */ -public class BaseResponseAnalysisUpdateTagsResponseTest { - private final BaseResponseAnalysisUpdateTagsResponse model = new BaseResponseAnalysisUpdateTagsResponse(); - - /** - * Model tests for BaseResponseAnalysisUpdateTagsResponse - */ - @Test - public void testBaseResponseAnalysisUpdateTagsResponse() { - // TODO: test BaseResponseAnalysisUpdateTagsResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseBasicTest.java b/src/test/java/ai/reveng/model/BaseResponseBasicTest.java deleted file mode 100644 index 75e8c3d..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseBasicTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Basic; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseBasic - */ -public class BaseResponseBasicTest { - private final BaseResponseBasic model = new BaseResponseBasic(); - - /** - * Model tests for BaseResponseBasic - */ - @Test - public void testBaseResponseBasic() { - // TODO: test BaseResponseBasic - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseBinariesRelatedStatusResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseBinariesRelatedStatusResponseTest.java deleted file mode 100644 index 98f1c56..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseBinariesRelatedStatusResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.BinariesRelatedStatusResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseBinariesRelatedStatusResponse - */ -public class BaseResponseBinariesRelatedStatusResponseTest { - private final BaseResponseBinariesRelatedStatusResponse model = new BaseResponseBinariesRelatedStatusResponse(); - - /** - * Model tests for BaseResponseBinariesRelatedStatusResponse - */ - @Test - public void testBaseResponseBinariesRelatedStatusResponse() { - // TODO: test BaseResponseBinariesRelatedStatusResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseBinaryAdditionalResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseBinaryAdditionalResponseTest.java deleted file mode 100644 index cb10a21..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseBinaryAdditionalResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.BinaryAdditionalResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseBinaryAdditionalResponse - */ -public class BaseResponseBinaryAdditionalResponseTest { - private final BaseResponseBinaryAdditionalResponse model = new BaseResponseBinaryAdditionalResponse(); - - /** - * Model tests for BaseResponseBinaryAdditionalResponse - */ - @Test - public void testBaseResponseBinaryAdditionalResponse() { - // TODO: test BaseResponseBinaryAdditionalResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseBinaryDetailsResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseBinaryDetailsResponseTest.java deleted file mode 100644 index 0f936a1..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseBinaryDetailsResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.BinaryDetailsResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseBinaryDetailsResponse - */ -public class BaseResponseBinaryDetailsResponseTest { - private final BaseResponseBinaryDetailsResponse model = new BaseResponseBinaryDetailsResponse(); - - /** - * Model tests for BaseResponseBinaryDetailsResponse - */ - @Test - public void testBaseResponseBinaryDetailsResponse() { - // TODO: test BaseResponseBinaryDetailsResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseBinaryExternalsResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseBinaryExternalsResponseTest.java deleted file mode 100644 index 0879c43..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseBinaryExternalsResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.BinaryExternalsResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseBinaryExternalsResponse - */ -public class BaseResponseBinaryExternalsResponseTest { - private final BaseResponseBinaryExternalsResponse model = new BaseResponseBinaryExternalsResponse(); - - /** - * Model tests for BaseResponseBinaryExternalsResponse - */ - @Test - public void testBaseResponseBinaryExternalsResponse() { - // TODO: test BaseResponseBinaryExternalsResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseBinarySearchResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseBinarySearchResponseTest.java deleted file mode 100644 index b6b2553..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseBinarySearchResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.BinarySearchResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseBinarySearchResponse - */ -public class BaseResponseBinarySearchResponseTest { - private final BaseResponseBinarySearchResponse model = new BaseResponseBinarySearchResponse(); - - /** - * Model tests for BaseResponseBinarySearchResponse - */ - @Test - public void testBaseResponseBinarySearchResponse() { - // TODO: test BaseResponseBinarySearchResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseBlockCommentsGenerationForFunctionResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseBlockCommentsGenerationForFunctionResponseTest.java deleted file mode 100644 index e765b3c..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseBlockCommentsGenerationForFunctionResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.BlockCommentsGenerationForFunctionResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseBlockCommentsGenerationForFunctionResponse - */ -public class BaseResponseBlockCommentsGenerationForFunctionResponseTest { - private final BaseResponseBlockCommentsGenerationForFunctionResponse model = new BaseResponseBlockCommentsGenerationForFunctionResponse(); - - /** - * Model tests for BaseResponseBlockCommentsGenerationForFunctionResponse - */ - @Test - public void testBaseResponseBlockCommentsGenerationForFunctionResponse() { - // TODO: test BaseResponseBlockCommentsGenerationForFunctionResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseBlockCommentsOverviewGenerationResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseBlockCommentsOverviewGenerationResponseTest.java deleted file mode 100644 index 02382b4..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseBlockCommentsOverviewGenerationResponseTest.java +++ /dev/null @@ -1,84 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseBlockCommentsOverviewGenerationResponse - */ -public class BaseResponseBlockCommentsOverviewGenerationResponseTest { - private final BaseResponseBlockCommentsOverviewGenerationResponse model = new BaseResponseBlockCommentsOverviewGenerationResponse(); - - /** - * Model tests for BaseResponseBlockCommentsOverviewGenerationResponse - */ - @Test - public void testBaseResponseBlockCommentsOverviewGenerationResponse() { - // TODO: test BaseResponseBlockCommentsOverviewGenerationResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseBoolTest.java b/src/test/java/ai/reveng/model/BaseResponseBoolTest.java deleted file mode 100644 index d9e3121..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseBoolTest.java +++ /dev/null @@ -1,84 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseBool - */ -public class BaseResponseBoolTest { - private final BaseResponseBool model = new BaseResponseBool(); - - /** - * Model tests for BaseResponseBool - */ - @Test - public void testBaseResponseBool() { - // TODO: test BaseResponseBool - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseCalleesCallerFunctionsResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseCalleesCallerFunctionsResponseTest.java deleted file mode 100644 index 904e684..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseCalleesCallerFunctionsResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CalleesCallerFunctionsResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseCalleesCallerFunctionsResponse - */ -public class BaseResponseCalleesCallerFunctionsResponseTest { - private final BaseResponseCalleesCallerFunctionsResponse model = new BaseResponseCalleesCallerFunctionsResponse(); - - /** - * Model tests for BaseResponseCalleesCallerFunctionsResponse - */ - @Test - public void testBaseResponseCalleesCallerFunctionsResponse() { - // TODO: test BaseResponseCalleesCallerFunctionsResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseCapabilitiesTest.java b/src/test/java/ai/reveng/model/BaseResponseCapabilitiesTest.java deleted file mode 100644 index 104a15b..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseCapabilitiesTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Capabilities; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseCapabilities - */ -public class BaseResponseCapabilitiesTest { - private final BaseResponseCapabilities model = new BaseResponseCapabilities(); - - /** - * Model tests for BaseResponseCapabilities - */ - @Test - public void testBaseResponseCapabilities() { - // TODO: test BaseResponseCapabilities - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseCheckSecurityChecksTaskResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseCheckSecurityChecksTaskResponseTest.java deleted file mode 100644 index 4046580..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseCheckSecurityChecksTaskResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CheckSecurityChecksTaskResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseCheckSecurityChecksTaskResponse - */ -public class BaseResponseCheckSecurityChecksTaskResponseTest { - private final BaseResponseCheckSecurityChecksTaskResponse model = new BaseResponseCheckSecurityChecksTaskResponse(); - - /** - * Model tests for BaseResponseCheckSecurityChecksTaskResponse - */ - @Test - public void testBaseResponseCheckSecurityChecksTaskResponse() { - // TODO: test BaseResponseCheckSecurityChecksTaskResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseChildBinariesResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseChildBinariesResponseTest.java deleted file mode 100644 index eaeeb07..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseChildBinariesResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ChildBinariesResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseChildBinariesResponse - */ -public class BaseResponseChildBinariesResponseTest { - private final BaseResponseChildBinariesResponse model = new BaseResponseChildBinariesResponse(); - - /** - * Model tests for BaseResponseChildBinariesResponse - */ - @Test - public void testBaseResponseChildBinariesResponse() { - // TODO: test BaseResponseChildBinariesResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseCollectionBinariesUpdateResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseCollectionBinariesUpdateResponseTest.java deleted file mode 100644 index 28c1b14..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseCollectionBinariesUpdateResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CollectionBinariesUpdateResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseCollectionBinariesUpdateResponse - */ -public class BaseResponseCollectionBinariesUpdateResponseTest { - private final BaseResponseCollectionBinariesUpdateResponse model = new BaseResponseCollectionBinariesUpdateResponse(); - - /** - * Model tests for BaseResponseCollectionBinariesUpdateResponse - */ - @Test - public void testBaseResponseCollectionBinariesUpdateResponse() { - // TODO: test BaseResponseCollectionBinariesUpdateResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseCollectionResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseCollectionResponseTest.java deleted file mode 100644 index c1ada3b..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseCollectionResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CollectionResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseCollectionResponse - */ -public class BaseResponseCollectionResponseTest { - private final BaseResponseCollectionResponse model = new BaseResponseCollectionResponse(); - - /** - * Model tests for BaseResponseCollectionResponse - */ - @Test - public void testBaseResponseCollectionResponse() { - // TODO: test BaseResponseCollectionResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseCollectionSearchResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseCollectionSearchResponseTest.java deleted file mode 100644 index fc7fc98..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseCollectionSearchResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CollectionSearchResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseCollectionSearchResponse - */ -public class BaseResponseCollectionSearchResponseTest { - private final BaseResponseCollectionSearchResponse model = new BaseResponseCollectionSearchResponse(); - - /** - * Model tests for BaseResponseCollectionSearchResponse - */ - @Test - public void testBaseResponseCollectionSearchResponse() { - // TODO: test BaseResponseCollectionSearchResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseCollectionTagsUpdateResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseCollectionTagsUpdateResponseTest.java deleted file mode 100644 index 17ee359..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseCollectionTagsUpdateResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CollectionTagsUpdateResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseCollectionTagsUpdateResponse - */ -public class BaseResponseCollectionTagsUpdateResponseTest { - private final BaseResponseCollectionTagsUpdateResponse model = new BaseResponseCollectionTagsUpdateResponse(); - - /** - * Model tests for BaseResponseCollectionTagsUpdateResponse - */ - @Test - public void testBaseResponseCollectionTagsUpdateResponse() { - // TODO: test BaseResponseCollectionTagsUpdateResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseCommentResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseCommentResponseTest.java deleted file mode 100644 index 6b62c98..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseCommentResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CommentResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseCommentResponse - */ -public class BaseResponseCommentResponseTest { - private final BaseResponseCommentResponse model = new BaseResponseCommentResponse(); - - /** - * Model tests for BaseResponseCommentResponse - */ - @Test - public void testBaseResponseCommentResponse() { - // TODO: test BaseResponseCommentResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseCommunitiesTest.java b/src/test/java/ai/reveng/model/BaseResponseCommunitiesTest.java deleted file mode 100644 index 12c55c3..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseCommunitiesTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Communities; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseCommunities - */ -public class BaseResponseCommunitiesTest { - private final BaseResponseCommunities model = new BaseResponseCommunities(); - - /** - * Model tests for BaseResponseCommunities - */ - @Test - public void testBaseResponseCommunities() { - // TODO: test BaseResponseCommunities - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseConfigResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseConfigResponseTest.java deleted file mode 100644 index ef13470..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseConfigResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ConfigResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseConfigResponse - */ -public class BaseResponseConfigResponseTest { - private final BaseResponseConfigResponse model = new BaseResponseConfigResponse(); - - /** - * Model tests for BaseResponseConfigResponse - */ - @Test - public void testBaseResponseConfigResponse() { - // TODO: test BaseResponseConfigResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseCreatedTest.java b/src/test/java/ai/reveng/model/BaseResponseCreatedTest.java deleted file mode 100644 index 8319def..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseCreatedTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Created; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseCreated - */ -public class BaseResponseCreatedTest { - private final BaseResponseCreated model = new BaseResponseCreated(); - - /** - * Model tests for BaseResponseCreated - */ - @Test - public void testBaseResponseCreated() { - // TODO: test BaseResponseCreated - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseDictTest.java b/src/test/java/ai/reveng/model/BaseResponseDictTest.java deleted file mode 100644 index ad8fe2b..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseDictTest.java +++ /dev/null @@ -1,86 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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.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 BaseResponseDict - */ -public class BaseResponseDictTest { - private final BaseResponseDict model = new BaseResponseDict(); - - /** - * Model tests for BaseResponseDict - */ - @Test - public void testBaseResponseDict() { - // TODO: test BaseResponseDict - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseDynamicExecutionStatusTest.java b/src/test/java/ai/reveng/model/BaseResponseDynamicExecutionStatusTest.java deleted file mode 100644 index 357a457..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseDynamicExecutionStatusTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AppServicesDynamicExecutionSchemasDynamicExecutionStatus; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseDynamicExecutionStatus - */ -public class BaseResponseDynamicExecutionStatusTest { - private final BaseResponseDynamicExecutionStatus model = new BaseResponseDynamicExecutionStatus(); - - /** - * Model tests for BaseResponseDynamicExecutionStatus - */ - @Test - public void testBaseResponseDynamicExecutionStatus() { - // TODO: test BaseResponseDynamicExecutionStatus - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseExternalResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseExternalResponseTest.java deleted file mode 100644 index 2f0568c..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseExternalResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.ExternalResponse; -import ai.reveng.model.MetaModel; -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 BaseResponseExternalResponse - */ -public class BaseResponseExternalResponseTest { - private final BaseResponseExternalResponse model = new BaseResponseExternalResponse(); - - /** - * Model tests for BaseResponseExternalResponse - */ - @Test - public void testBaseResponseExternalResponse() { - // TODO: test BaseResponseExternalResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseFunctionBlocksResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseFunctionBlocksResponseTest.java deleted file mode 100644 index bdc0880..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseFunctionBlocksResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.FunctionBlocksResponse; -import ai.reveng.model.MetaModel; -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 BaseResponseFunctionBlocksResponse - */ -public class BaseResponseFunctionBlocksResponseTest { - private final BaseResponseFunctionBlocksResponse model = new BaseResponseFunctionBlocksResponse(); - - /** - * Model tests for BaseResponseFunctionBlocksResponse - */ - @Test - public void testBaseResponseFunctionBlocksResponse() { - // TODO: test BaseResponseFunctionBlocksResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseFunctionCapabilityResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseFunctionCapabilityResponseTest.java deleted file mode 100644 index 2be2be7..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseFunctionCapabilityResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.FunctionCapabilityResponse; -import ai.reveng.model.MetaModel; -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 BaseResponseFunctionCapabilityResponse - */ -public class BaseResponseFunctionCapabilityResponseTest { - private final BaseResponseFunctionCapabilityResponse model = new BaseResponseFunctionCapabilityResponse(); - - /** - * Model tests for BaseResponseFunctionCapabilityResponse - */ - @Test - public void testBaseResponseFunctionCapabilityResponse() { - // TODO: test BaseResponseFunctionCapabilityResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseFunctionDataTypesListTest.java b/src/test/java/ai/reveng/model/BaseResponseFunctionDataTypesListTest.java deleted file mode 100644 index a8bd6e4..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseFunctionDataTypesListTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.FunctionDataTypesList; -import ai.reveng.model.MetaModel; -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 BaseResponseFunctionDataTypesList - */ -public class BaseResponseFunctionDataTypesListTest { - private final BaseResponseFunctionDataTypesList model = new BaseResponseFunctionDataTypesList(); - - /** - * Model tests for BaseResponseFunctionDataTypesList - */ - @Test - public void testBaseResponseFunctionDataTypesList() { - // TODO: test BaseResponseFunctionDataTypesList - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseFunctionDataTypesTest.java b/src/test/java/ai/reveng/model/BaseResponseFunctionDataTypesTest.java deleted file mode 100644 index 526d421..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseFunctionDataTypesTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.FunctionDataTypes; -import ai.reveng.model.MetaModel; -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 BaseResponseFunctionDataTypes - */ -public class BaseResponseFunctionDataTypesTest { - private final BaseResponseFunctionDataTypes model = new BaseResponseFunctionDataTypes(); - - /** - * Model tests for BaseResponseFunctionDataTypes - */ - @Test - public void testBaseResponseFunctionDataTypes() { - // TODO: test BaseResponseFunctionDataTypes - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseFunctionSearchResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseFunctionSearchResponseTest.java deleted file mode 100644 index 015c808..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseFunctionSearchResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.FunctionSearchResponse; -import ai.reveng.model.MetaModel; -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 BaseResponseFunctionSearchResponse - */ -public class BaseResponseFunctionSearchResponseTest { - private final BaseResponseFunctionSearchResponse model = new BaseResponseFunctionSearchResponse(); - - /** - * Model tests for BaseResponseFunctionSearchResponse - */ - @Test - public void testBaseResponseFunctionSearchResponse() { - // TODO: test BaseResponseFunctionSearchResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseFunctionStringsResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseFunctionStringsResponseTest.java deleted file mode 100644 index 880a40a..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseFunctionStringsResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.FunctionStringsResponse; -import ai.reveng.model.MetaModel; -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 BaseResponseFunctionStringsResponse - */ -public class BaseResponseFunctionStringsResponseTest { - private final BaseResponseFunctionStringsResponse model = new BaseResponseFunctionStringsResponse(); - - /** - * Model tests for BaseResponseFunctionStringsResponse - */ - @Test - public void testBaseResponseFunctionStringsResponse() { - // TODO: test BaseResponseFunctionStringsResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseFunctionTaskResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseFunctionTaskResponseTest.java deleted file mode 100644 index 369fe04..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseFunctionTaskResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.FunctionTaskResponse; -import ai.reveng.model.MetaModel; -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 BaseResponseFunctionTaskResponse - */ -public class BaseResponseFunctionTaskResponseTest { - private final BaseResponseFunctionTaskResponse model = new BaseResponseFunctionTaskResponse(); - - /** - * Model tests for BaseResponseFunctionTaskResponse - */ - @Test - public void testBaseResponseFunctionTaskResponse() { - // TODO: test BaseResponseFunctionTaskResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseFunctionsDetailResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseFunctionsDetailResponseTest.java deleted file mode 100644 index 04bfc34..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseFunctionsDetailResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.FunctionsDetailResponse; -import ai.reveng.model.MetaModel; -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 BaseResponseFunctionsDetailResponse - */ -public class BaseResponseFunctionsDetailResponseTest { - private final BaseResponseFunctionsDetailResponse model = new BaseResponseFunctionsDetailResponse(); - - /** - * Model tests for BaseResponseFunctionsDetailResponse - */ - @Test - public void testBaseResponseFunctionsDetailResponse() { - // TODO: test BaseResponseFunctionsDetailResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseGenerateFunctionDataTypesTest.java b/src/test/java/ai/reveng/model/BaseResponseGenerateFunctionDataTypesTest.java deleted file mode 100644 index 18b2e62..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseGenerateFunctionDataTypesTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.GenerateFunctionDataTypes; -import ai.reveng.model.MetaModel; -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 BaseResponseGenerateFunctionDataTypes - */ -public class BaseResponseGenerateFunctionDataTypesTest { - private final BaseResponseGenerateFunctionDataTypes model = new BaseResponseGenerateFunctionDataTypes(); - - /** - * Model tests for BaseResponseGenerateFunctionDataTypes - */ - @Test - public void testBaseResponseGenerateFunctionDataTypes() { - // TODO: test BaseResponseGenerateFunctionDataTypes - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseGenerationStatusListTest.java b/src/test/java/ai/reveng/model/BaseResponseGenerationStatusListTest.java deleted file mode 100644 index 99a2843..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseGenerationStatusListTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.GenerationStatusList; -import ai.reveng.model.MetaModel; -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 BaseResponseGenerationStatusList - */ -public class BaseResponseGenerationStatusListTest { - private final BaseResponseGenerationStatusList model = new BaseResponseGenerationStatusList(); - - /** - * Model tests for BaseResponseGenerationStatusList - */ - @Test - public void testBaseResponseGenerationStatusList() { - // TODO: test BaseResponseGenerationStatusList - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseGetAiDecompilationRatingResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseGetAiDecompilationRatingResponseTest.java deleted file mode 100644 index 836e62b..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseGetAiDecompilationRatingResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.GetAiDecompilationRatingResponse; -import ai.reveng.model.MetaModel; -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 BaseResponseGetAiDecompilationRatingResponse - */ -public class BaseResponseGetAiDecompilationRatingResponseTest { - private final BaseResponseGetAiDecompilationRatingResponse model = new BaseResponseGetAiDecompilationRatingResponse(); - - /** - * Model tests for BaseResponseGetAiDecompilationRatingResponse - */ - @Test - public void testBaseResponseGetAiDecompilationRatingResponse() { - // TODO: test BaseResponseGetAiDecompilationRatingResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseGetAiDecompilationTaskTest.java b/src/test/java/ai/reveng/model/BaseResponseGetAiDecompilationTaskTest.java deleted file mode 100644 index 1010310..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseGetAiDecompilationTaskTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.GetAiDecompilationTask; -import ai.reveng.model.MetaModel; -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 BaseResponseGetAiDecompilationTask - */ -public class BaseResponseGetAiDecompilationTaskTest { - private final BaseResponseGetAiDecompilationTask model = new BaseResponseGetAiDecompilationTask(); - - /** - * Model tests for BaseResponseGetAiDecompilationTask - */ - @Test - public void testBaseResponseGetAiDecompilationTask() { - // TODO: test BaseResponseGetAiDecompilationTask - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseGetMeResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseGetMeResponseTest.java deleted file mode 100644 index 76e7e82..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseGetMeResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.GetMeResponse; -import ai.reveng.model.MetaModel; -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 BaseResponseGetMeResponse - */ -public class BaseResponseGetMeResponseTest { - private final BaseResponseGetMeResponse model = new BaseResponseGetMeResponse(); - - /** - * Model tests for BaseResponseGetMeResponse - */ - @Test - public void testBaseResponseGetMeResponse() { - // TODO: test BaseResponseGetMeResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseGetPublicUserResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseGetPublicUserResponseTest.java deleted file mode 100644 index 808efb7..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseGetPublicUserResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.GetPublicUserResponse; -import ai.reveng.model.MetaModel; -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 BaseResponseGetPublicUserResponse - */ -public class BaseResponseGetPublicUserResponseTest { - private final BaseResponseGetPublicUserResponse model = new BaseResponseGetPublicUserResponse(); - - /** - * Model tests for BaseResponseGetPublicUserResponse - */ - @Test - public void testBaseResponseGetPublicUserResponse() { - // TODO: test BaseResponseGetPublicUserResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseListCollectionResultsTest.java b/src/test/java/ai/reveng/model/BaseResponseListCollectionResultsTest.java deleted file mode 100644 index 8830067..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseListCollectionResultsTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.ListCollectionResults; -import ai.reveng.model.MetaModel; -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 BaseResponseListCollectionResults - */ -public class BaseResponseListCollectionResultsTest { - private final BaseResponseListCollectionResults model = new BaseResponseListCollectionResults(); - - /** - * Model tests for BaseResponseListCollectionResults - */ - @Test - public void testBaseResponseListCollectionResults() { - // TODO: test BaseResponseListCollectionResults - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseListCommentResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseListCommentResponseTest.java deleted file mode 100644 index 7a25351..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseListCommentResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CommentResponse; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseListCommentResponse - */ -public class BaseResponseListCommentResponseTest { - private final BaseResponseListCommentResponse model = new BaseResponseListCommentResponse(); - - /** - * Model tests for BaseResponseListCommentResponse - */ - @Test - public void testBaseResponseListCommentResponse() { - // TODO: test BaseResponseListCommentResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseListDieMatchTest.java b/src/test/java/ai/reveng/model/BaseResponseListDieMatchTest.java deleted file mode 100644 index 5eb1076..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseListDieMatchTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.DieMatch; -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseListDieMatch - */ -public class BaseResponseListDieMatchTest { - private final BaseResponseListDieMatch model = new BaseResponseListDieMatch(); - - /** - * Model tests for BaseResponseListDieMatch - */ - @Test - public void testBaseResponseListDieMatch() { - // TODO: test BaseResponseListDieMatch - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseListFunctionNameHistoryTest.java b/src/test/java/ai/reveng/model/BaseResponseListFunctionNameHistoryTest.java deleted file mode 100644 index de3c2f7..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseListFunctionNameHistoryTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.FunctionNameHistory; -import ai.reveng.model.MetaModel; -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 BaseResponseListFunctionNameHistory - */ -public class BaseResponseListFunctionNameHistoryTest { - private final BaseResponseListFunctionNameHistory model = new BaseResponseListFunctionNameHistory(); - - /** - * Model tests for BaseResponseListFunctionNameHistory - */ - @Test - public void testBaseResponseListFunctionNameHistory() { - // TODO: test BaseResponseListFunctionNameHistory - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseListSBOMTest.java b/src/test/java/ai/reveng/model/BaseResponseListSBOMTest.java deleted file mode 100644 index fe9ec7e..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseListSBOMTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.SBOM; -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 BaseResponseListSBOM - */ -public class BaseResponseListSBOMTest { - private final BaseResponseListSBOM model = new BaseResponseListSBOM(); - - /** - * Model tests for BaseResponseListSBOM - */ - @Test - public void testBaseResponseListSBOM() { - // TODO: test BaseResponseListSBOM - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseListUserActivityResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseListUserActivityResponseTest.java deleted file mode 100644 index 8748622..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseListUserActivityResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.UserActivityResponse; -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 BaseResponseListUserActivityResponse - */ -public class BaseResponseListUserActivityResponseTest { - private final BaseResponseListUserActivityResponse model = new BaseResponseListUserActivityResponse(); - - /** - * Model tests for BaseResponseListUserActivityResponse - */ - @Test - public void testBaseResponseListUserActivityResponse() { - // TODO: test BaseResponseListUserActivityResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseLoginResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseLoginResponseTest.java deleted file mode 100644 index 5a0ff04..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseLoginResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.LoginResponse; -import ai.reveng.model.MetaModel; -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 BaseResponseLoginResponse - */ -public class BaseResponseLoginResponseTest { - private final BaseResponseLoginResponse model = new BaseResponseLoginResponse(); - - /** - * Model tests for BaseResponseLoginResponse - */ - @Test - public void testBaseResponseLoginResponse() { - // TODO: test BaseResponseLoginResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseLogsTest.java b/src/test/java/ai/reveng/model/BaseResponseLogsTest.java deleted file mode 100644 index b0dcfd7..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseLogsTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.Logs; -import ai.reveng.model.MetaModel; -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 BaseResponseLogs - */ -public class BaseResponseLogsTest { - private final BaseResponseLogs model = new BaseResponseLogs(); - - /** - * Model tests for BaseResponseLogs - */ - @Test - public void testBaseResponseLogs() { - // TODO: test BaseResponseLogs - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseModelsResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseModelsResponseTest.java deleted file mode 100644 index 81ee753..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseModelsResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.ModelsResponse; -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 BaseResponseModelsResponse - */ -public class BaseResponseModelsResponseTest { - private final BaseResponseModelsResponse model = new BaseResponseModelsResponse(); - - /** - * Model tests for BaseResponseModelsResponse - */ - @Test - public void testBaseResponseModelsResponse() { - // TODO: test BaseResponseModelsResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseNetworkOverviewResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseNetworkOverviewResponseTest.java deleted file mode 100644 index d3a7be4..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseNetworkOverviewResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.NetworkOverviewResponse; -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 BaseResponseNetworkOverviewResponse - */ -public class BaseResponseNetworkOverviewResponseTest { - private final BaseResponseNetworkOverviewResponse model = new BaseResponseNetworkOverviewResponse(); - - /** - * Model tests for BaseResponseNetworkOverviewResponse - */ - @Test - public void testBaseResponseNetworkOverviewResponse() { - // TODO: test BaseResponseNetworkOverviewResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseParamsTest.java b/src/test/java/ai/reveng/model/BaseResponseParamsTest.java deleted file mode 100644 index cea3681..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseParamsTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.Params; -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 BaseResponseParams - */ -public class BaseResponseParamsTest { - private final BaseResponseParams model = new BaseResponseParams(); - - /** - * Model tests for BaseResponseParams - */ - @Test - public void testBaseResponseParams() { - // TODO: test BaseResponseParams - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseProcessDumpsTest.java b/src/test/java/ai/reveng/model/BaseResponseProcessDumpsTest.java deleted file mode 100644 index d8df479..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseProcessDumpsTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.ProcessDumps; -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 BaseResponseProcessDumps - */ -public class BaseResponseProcessDumpsTest { - private final BaseResponseProcessDumps model = new BaseResponseProcessDumps(); - - /** - * Model tests for BaseResponseProcessDumps - */ - @Test - public void testBaseResponseProcessDumps() { - // TODO: test BaseResponseProcessDumps - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseProcessRegistryTest.java b/src/test/java/ai/reveng/model/BaseResponseProcessRegistryTest.java deleted file mode 100644 index 2fc5ded..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseProcessRegistryTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.ProcessRegistry; -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 BaseResponseProcessRegistry - */ -public class BaseResponseProcessRegistryTest { - private final BaseResponseProcessRegistry model = new BaseResponseProcessRegistry(); - - /** - * Model tests for BaseResponseProcessRegistry - */ - @Test - public void testBaseResponseProcessRegistry() { - // TODO: test BaseResponseProcessRegistry - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseProcessTreeTest.java b/src/test/java/ai/reveng/model/BaseResponseProcessTreeTest.java deleted file mode 100644 index 28af739..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseProcessTreeTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.ProcessTree; -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 BaseResponseProcessTree - */ -public class BaseResponseProcessTreeTest { - private final BaseResponseProcessTree model = new BaseResponseProcessTree(); - - /** - * Model tests for BaseResponseProcessTree - */ - @Test - public void testBaseResponseProcessTree() { - // TODO: test BaseResponseProcessTree - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseQueuedSecurityChecksTaskResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseQueuedSecurityChecksTaskResponseTest.java deleted file mode 100644 index e5b9f85..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseQueuedSecurityChecksTaskResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.QueuedSecurityChecksTaskResponse; -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 BaseResponseQueuedSecurityChecksTaskResponse - */ -public class BaseResponseQueuedSecurityChecksTaskResponseTest { - private final BaseResponseQueuedSecurityChecksTaskResponse model = new BaseResponseQueuedSecurityChecksTaskResponse(); - - /** - * Model tests for BaseResponseQueuedSecurityChecksTaskResponse - */ - @Test - public void testBaseResponseQueuedSecurityChecksTaskResponse() { - // TODO: test BaseResponseQueuedSecurityChecksTaskResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseRecentTest.java b/src/test/java/ai/reveng/model/BaseResponseRecentTest.java deleted file mode 100644 index eeb86e5..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseRecentTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.Recent; -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 BaseResponseRecent - */ -public class BaseResponseRecentTest { - private final BaseResponseRecent model = new BaseResponseRecent(); - - /** - * Model tests for BaseResponseRecent - */ - @Test - public void testBaseResponseRecent() { - // TODO: test BaseResponseRecent - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseSecurityChecksResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseSecurityChecksResponseTest.java deleted file mode 100644 index 284fc20..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseSecurityChecksResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.SecurityChecksResponse; -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 BaseResponseSecurityChecksResponse - */ -public class BaseResponseSecurityChecksResponseTest { - private final BaseResponseSecurityChecksResponse model = new BaseResponseSecurityChecksResponse(); - - /** - * Model tests for BaseResponseSecurityChecksResponse - */ - @Test - public void testBaseResponseSecurityChecksResponse() { - // TODO: test BaseResponseSecurityChecksResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseStatusTest.java b/src/test/java/ai/reveng/model/BaseResponseStatusTest.java deleted file mode 100644 index 1013a25..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseStatusTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.StatusOutput; -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 BaseResponseStatus - */ -public class BaseResponseStatusTest { - private final BaseResponseStatus model = new BaseResponseStatus(); - - /** - * Model tests for BaseResponseStatus - */ - @Test - public void testBaseResponseStatus() { - // TODO: test BaseResponseStatus - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseStrTest.java b/src/test/java/ai/reveng/model/BaseResponseStrTest.java deleted file mode 100644 index a75cacf..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseStrTest.java +++ /dev/null @@ -1,84 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponseStr - */ -public class BaseResponseStrTest { - private final BaseResponseStr model = new BaseResponseStr(); - - /** - * Model tests for BaseResponseStr - */ - @Test - public void testBaseResponseStr() { - // TODO: test BaseResponseStr - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseTTPSTest.java b/src/test/java/ai/reveng/model/BaseResponseTTPSTest.java deleted file mode 100644 index fe34334..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseTTPSTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.TTPS; -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 BaseResponseTTPS - */ -public class BaseResponseTTPSTest { - private final BaseResponseTTPS model = new BaseResponseTTPS(); - - /** - * Model tests for BaseResponseTTPS - */ - @Test - public void testBaseResponseTTPS() { - // TODO: test BaseResponseTTPS - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseTagSearchResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseTagSearchResponseTest.java deleted file mode 100644 index 4b151f4..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseTagSearchResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.TagSearchResponse; -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 BaseResponseTagSearchResponse - */ -public class BaseResponseTagSearchResponseTest { - private final BaseResponseTagSearchResponse model = new BaseResponseTagSearchResponse(); - - /** - * Model tests for BaseResponseTagSearchResponse - */ - @Test - public void testBaseResponseTagSearchResponse() { - // TODO: test BaseResponseTagSearchResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseTaskResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseTaskResponseTest.java deleted file mode 100644 index d95e08c..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseTaskResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.TaskResponse; -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 BaseResponseTaskResponse - */ -public class BaseResponseTaskResponseTest { - private final BaseResponseTaskResponse model = new BaseResponseTaskResponse(); - - /** - * Model tests for BaseResponseTaskResponse - */ - @Test - public void testBaseResponseTaskResponse() { - // TODO: test BaseResponseTaskResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseTest.java deleted file mode 100644 index f5bb20d..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseTest.java +++ /dev/null @@ -1,84 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -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 BaseResponse - */ -public class BaseResponseTest { - private final BaseResponse model = new BaseResponse(); - - /** - * Model tests for BaseResponse - */ - @Test - public void testBaseResponse() { - // TODO: test BaseResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseUploadResponseTest.java b/src/test/java/ai/reveng/model/BaseResponseUploadResponseTest.java deleted file mode 100644 index b754b91..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseUploadResponseTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.UploadResponse; -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 BaseResponseUploadResponse - */ -public class BaseResponseUploadResponseTest { - private final BaseResponseUploadResponse model = new BaseResponseUploadResponse(); - - /** - * Model tests for BaseResponseUploadResponse - */ - @Test - public void testBaseResponseUploadResponse() { - // TODO: test BaseResponseUploadResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BaseResponseVulnerabilitiesTest.java b/src/test/java/ai/reveng/model/BaseResponseVulnerabilitiesTest.java deleted file mode 100644 index c8d705a..0000000 --- a/src/test/java/ai/reveng/model/BaseResponseVulnerabilitiesTest.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ErrorModel; -import ai.reveng.model.MetaModel; -import ai.reveng.model.Vulnerabilities; -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 BaseResponseVulnerabilities - */ -public class BaseResponseVulnerabilitiesTest { - private final BaseResponseVulnerabilities model = new BaseResponseVulnerabilities(); - - /** - * Model tests for BaseResponseVulnerabilities - */ - @Test - public void testBaseResponseVulnerabilities() { - // TODO: test BaseResponseVulnerabilities - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'errors' - */ - @Test - public void errorsTest() { - // TODO: test errors - } - - /** - * Test the property 'meta' - */ - @Test - public void metaTest() { - // TODO: test meta - } - -} diff --git a/src/test/java/ai/reveng/model/BasicTest.java b/src/test/java/ai/reveng/model/BasicTest.java deleted file mode 100644 index a8d6755..0000000 --- a/src/test/java/ai/reveng/model/BasicTest.java +++ /dev/null @@ -1,177 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Basic - */ -public class BasicTest { - private final Basic model = new Basic(); - - /** - * Model tests for Basic - */ - @Test - public void testBasic() { - // TODO: test Basic - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'binaryName' - */ - @Test - public void binaryNameTest() { - // TODO: test binaryName - } - - /** - * Test the property 'binarySize' - */ - @Test - public void binarySizeTest() { - // TODO: test binarySize - } - - /** - * Test the property 'creation' - */ - @Test - public void creationTest() { - // TODO: test creation - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'modelName' - */ - @Test - public void modelNameTest() { - // TODO: test modelName - } - - /** - * Test the property 'modelId' - */ - @Test - public void modelIdTest() { - // TODO: test modelId - } - - /** - * Test the property 'ownerUsername' - */ - @Test - public void ownerUsernameTest() { - // TODO: test ownerUsername - } - - /** - * Test the property 'isSystem' - */ - @Test - public void isSystemTest() { - // TODO: test isSystem - } - - /** - * Test the property 'analysisScope' - */ - @Test - public void analysisScopeTest() { - // TODO: test analysisScope - } - - /** - * Test the property 'isOwner' - */ - @Test - public void isOwnerTest() { - // TODO: test isOwner - } - - /** - * Test the property 'debug' - */ - @Test - public void debugTest() { - // TODO: test debug - } - - /** - * Test the property 'functionCount' - */ - @Test - public void functionCountTest() { - // TODO: test functionCount - } - - /** - * Test the property 'isAdvanced' - */ - @Test - public void isAdvancedTest() { - // TODO: test isAdvanced - } - - /** - * Test the property 'baseAddress' - */ - @Test - public void baseAddressTest() { - // TODO: test baseAddress - } - - /** - * Test the property 'binaryUuid' - */ - @Test - public void binaryUuidTest() { - // TODO: test binaryUuid - } - - /** - * Test the property 'sequencerVersion' - */ - @Test - public void sequencerVersionTest() { - // TODO: test sequencerVersion - } - -} diff --git a/src/test/java/ai/reveng/model/BinariesRelatedStatusResponseTest.java b/src/test/java/ai/reveng/model/BinariesRelatedStatusResponseTest.java deleted file mode 100644 index de9aa91..0000000 --- a/src/test/java/ai/reveng/model/BinariesRelatedStatusResponseTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 BinariesRelatedStatusResponse - */ -public class BinariesRelatedStatusResponseTest { - private final BinariesRelatedStatusResponse model = new BinariesRelatedStatusResponse(); - - /** - * Model tests for BinariesRelatedStatusResponse - */ - @Test - public void testBinariesRelatedStatusResponse() { - // TODO: test BinariesRelatedStatusResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/ai/reveng/model/BinariesTaskStatusTest.java b/src/test/java/ai/reveng/model/BinariesTaskStatusTest.java deleted file mode 100644 index e48750c..0000000 --- a/src/test/java/ai/reveng/model/BinariesTaskStatusTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for BinariesTaskStatus - */ -public class BinariesTaskStatusTest { - /** - * Model tests for BinariesTaskStatus - */ - @Test - public void testBinariesTaskStatus() { - // TODO: test BinariesTaskStatus - } - -} diff --git a/src/test/java/ai/reveng/model/BinaryAdditionalDetailsDataResponseTest.java b/src/test/java/ai/reveng/model/BinaryAdditionalDetailsDataResponseTest.java deleted file mode 100644 index 32bc1ca..0000000 --- a/src/test/java/ai/reveng/model/BinaryAdditionalDetailsDataResponseTest.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ELFModel; -import ai.reveng.model.FileMetadata; -import ai.reveng.model.PEModel; -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 BinaryAdditionalDetailsDataResponse - */ -public class BinaryAdditionalDetailsDataResponseTest { - private final BinaryAdditionalDetailsDataResponse model = new BinaryAdditionalDetailsDataResponse(); - - /** - * Model tests for BinaryAdditionalDetailsDataResponse - */ - @Test - public void testBinaryAdditionalDetailsDataResponse() { - // TODO: test BinaryAdditionalDetailsDataResponse - } - - /** - * Test the property '_file' - */ - @Test - public void _fileTest() { - // TODO: test _file - } - - /** - * Test the property 'pe' - */ - @Test - public void peTest() { - // TODO: test pe - } - - /** - * Test the property 'elf' - */ - @Test - public void elfTest() { - // TODO: test elf - } - -} diff --git a/src/test/java/ai/reveng/model/BinaryAdditionalResponseTest.java b/src/test/java/ai/reveng/model/BinaryAdditionalResponseTest.java deleted file mode 100644 index bb20357..0000000 --- a/src/test/java/ai/reveng/model/BinaryAdditionalResponseTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.BinaryAdditionalDetailsDataResponse; -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.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for BinaryAdditionalResponse - */ -public class BinaryAdditionalResponseTest { - private final BinaryAdditionalResponse model = new BinaryAdditionalResponse(); - - /** - * Model tests for BinaryAdditionalResponse - */ - @Test - public void testBinaryAdditionalResponse() { - // TODO: test BinaryAdditionalResponse - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'details' - */ - @Test - public void detailsTest() { - // TODO: test details - } - - /** - * Test the property 'creation' - */ - @Test - public void creationTest() { - // TODO: test creation - } - -} diff --git a/src/test/java/ai/reveng/model/BinaryConfigTest.java b/src/test/java/ai/reveng/model/BinaryConfigTest.java deleted file mode 100644 index 3335294..0000000 --- a/src/test/java/ai/reveng/model/BinaryConfigTest.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FileFormat; -import ai.reveng.model.ISA; -import ai.reveng.model.Platform; -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 BinaryConfig - */ -public class BinaryConfigTest { - private final BinaryConfig model = new BinaryConfig(); - - /** - * Model tests for BinaryConfig - */ - @Test - public void testBinaryConfig() { - // TODO: test BinaryConfig - } - - /** - * Test the property 'isa' - */ - @Test - public void isaTest() { - // TODO: test isa - } - - /** - * Test the property 'platform' - */ - @Test - public void platformTest() { - // TODO: test platform - } - - /** - * Test the property 'fileFormat' - */ - @Test - public void fileFormatTest() { - // TODO: test fileFormat - } - -} diff --git a/src/test/java/ai/reveng/model/BinaryDetailsResponseTest.java b/src/test/java/ai/reveng/model/BinaryDetailsResponseTest.java deleted file mode 100644 index ebc843b..0000000 --- a/src/test/java/ai/reveng/model/BinaryDetailsResponseTest.java +++ /dev/null @@ -1,201 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for BinaryDetailsResponse - */ -public class BinaryDetailsResponseTest { - private final BinaryDetailsResponse model = new BinaryDetailsResponse(); - - /** - * Model tests for BinaryDetailsResponse - */ - @Test - public void testBinaryDetailsResponse() { - // TODO: test BinaryDetailsResponse - } - - /** - * Test the property 'arch' - */ - @Test - public void archTest() { - // TODO: test arch - } - - /** - * Test the property 'bits' - */ - @Test - public void bitsTest() { - // TODO: test bits - } - - /** - * Test the property 'crc32' - */ - @Test - public void crc32Test() { - // TODO: test crc32 - } - - /** - * Test the property 'propertyClass' - */ - @Test - public void propertyClassTest() { - // TODO: test propertyClass - } - - /** - * Test the property 'entropy' - */ - @Test - public void entropyTest() { - // TODO: test entropy - } - - /** - * Test the property 'fileSize' - */ - @Test - public void fileSizeTest() { - // TODO: test fileSize - } - - /** - * Test the property 'language' - */ - @Test - public void languageTest() { - // TODO: test language - } - - /** - * Test the property 'md5' - */ - @Test - public void md5Test() { - // TODO: test md5 - } - - /** - * Test the property 'machine' - */ - @Test - public void machineTest() { - // TODO: test machine - } - - /** - * Test the property 'os' - */ - @Test - public void osTest() { - // TODO: test os - } - - /** - * Test the property 'sha1' - */ - @Test - public void sha1Test() { - // TODO: test sha1 - } - - /** - * Test the property 'sha256' - */ - @Test - public void sha256Test() { - // TODO: test sha256 - } - - /** - * Test the property 'ssdeep' - */ - @Test - public void ssdeepTest() { - // TODO: test ssdeep - } - - /** - * Test the property '_static' - */ - @Test - public void _staticTest() { - // TODO: test _static - } - - /** - * Test the property 'stripped' - */ - @Test - public void strippedTest() { - // TODO: test stripped - } - - /** - * Test the property 'subSys' - */ - @Test - public void subSysTest() { - // TODO: test subSys - } - - /** - * Test the property 'tlsh' - */ - @Test - public void tlshTest() { - // TODO: test tlsh - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'debug' - */ - @Test - public void debugTest() { - // TODO: test debug - } - - /** - * Test the property 'firstSeen' - */ - @Test - public void firstSeenTest() { - // TODO: test firstSeen - } - -} diff --git a/src/test/java/ai/reveng/model/BinaryExternalsResponseTest.java b/src/test/java/ai/reveng/model/BinaryExternalsResponseTest.java deleted file mode 100644 index 4357bb6..0000000 --- a/src/test/java/ai/reveng/model/BinaryExternalsResponseTest.java +++ /dev/null @@ -1,82 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.Arrays; -import java.util.HashMap; -import java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for BinaryExternalsResponse - */ -public class BinaryExternalsResponseTest { - private final BinaryExternalsResponse model = new BinaryExternalsResponse(); - - /** - * Model tests for BinaryExternalsResponse - */ - @Test - public void testBinaryExternalsResponse() { - // TODO: test BinaryExternalsResponse - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'vt' - */ - @Test - public void vtTest() { - // TODO: test vt - } - - /** - * Test the property 'vtLastUpdated' - */ - @Test - public void vtLastUpdatedTest() { - // TODO: test vtLastUpdated - } - - /** - * Test the property 'mb' - */ - @Test - public void mbTest() { - // TODO: test mb - } - - /** - * Test the property 'mbLastUpdated' - */ - @Test - public void mbLastUpdatedTest() { - // TODO: test mbLastUpdated - } - -} diff --git a/src/test/java/ai/reveng/model/BinarySearchResponseTest.java b/src/test/java/ai/reveng/model/BinarySearchResponseTest.java deleted file mode 100644 index 6b1b491..0000000 --- a/src/test/java/ai/reveng/model/BinarySearchResponseTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.BinarySearchResult; -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 BinarySearchResponse - */ -public class BinarySearchResponseTest { - private final BinarySearchResponse model = new BinarySearchResponse(); - - /** - * Model tests for BinarySearchResponse - */ - @Test - public void testBinarySearchResponse() { - // TODO: test BinarySearchResponse - } - - /** - * Test the property 'results' - */ - @Test - public void resultsTest() { - // TODO: test results - } - -} diff --git a/src/test/java/ai/reveng/model/BinarySearchResultTest.java b/src/test/java/ai/reveng/model/BinarySearchResultTest.java deleted file mode 100644 index 1c127a1..0000000 --- a/src/test/java/ai/reveng/model/BinarySearchResultTest.java +++ /dev/null @@ -1,114 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 BinarySearchResult - */ -public class BinarySearchResultTest { - private final BinarySearchResult model = new BinarySearchResult(); - - /** - * Model tests for BinarySearchResult - */ - @Test - public void testBinarySearchResult() { - // TODO: test BinarySearchResult - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'binaryName' - */ - @Test - public void binaryNameTest() { - // TODO: test binaryName - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'modelId' - */ - @Test - public void modelIdTest() { - // TODO: test modelId - } - - /** - * Test the property 'modelName' - */ - @Test - public void modelNameTest() { - // TODO: test modelName - } - - /** - * Test the property 'ownedBy' - */ - @Test - public void ownedByTest() { - // TODO: test ownedBy - } - -} diff --git a/src/test/java/ai/reveng/model/BinaryTaskStatusTest.java b/src/test/java/ai/reveng/model/BinaryTaskStatusTest.java deleted file mode 100644 index b848a18..0000000 --- a/src/test/java/ai/reveng/model/BinaryTaskStatusTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for BinaryTaskStatus - */ -public class BinaryTaskStatusTest { - /** - * Model tests for BinaryTaskStatus - */ - @Test - public void testBinaryTaskStatus() { - // TODO: test BinaryTaskStatus - } - -} diff --git a/src/test/java/ai/reveng/model/BlockCommentsGenerationForFunctionResponseTest.java b/src/test/java/ai/reveng/model/BlockCommentsGenerationForFunctionResponseTest.java deleted file mode 100644 index 6e5a4c7..0000000 --- a/src/test/java/ai/reveng/model/BlockCommentsGenerationForFunctionResponseTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 BlockCommentsGenerationForFunctionResponse - */ -public class BlockCommentsGenerationForFunctionResponseTest { - private final BlockCommentsGenerationForFunctionResponse model = new BlockCommentsGenerationForFunctionResponse(); - - /** - * Model tests for BlockCommentsGenerationForFunctionResponse - */ - @Test - public void testBlockCommentsGenerationForFunctionResponse() { - // TODO: test BlockCommentsGenerationForFunctionResponse - } - - /** - * Test the property 'updatedBlocks' - */ - @Test - public void updatedBlocksTest() { - // TODO: test updatedBlocks - } - -} diff --git a/src/test/java/ai/reveng/model/BlockTest.java b/src/test/java/ai/reveng/model/BlockTest.java deleted file mode 100644 index 7246b8b..0000000 --- a/src/test/java/ai/reveng/model/BlockTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 Block - */ -public class BlockTest { - private final Block model = new Block(); - - /** - * Model tests for Block - */ - @Test - public void testBlock() { - // TODO: test Block - } - - /** - * Test the property 'virtualAddress' - */ - @Test - public void virtualAddressTest() { - // TODO: test virtualAddress - } - -} diff --git a/src/test/java/ai/reveng/model/CalleeFunctionInfoTest.java b/src/test/java/ai/reveng/model/CalleeFunctionInfoTest.java deleted file mode 100644 index 01c6460..0000000 --- a/src/test/java/ai/reveng/model/CalleeFunctionInfoTest.java +++ /dev/null @@ -1,87 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 CalleeFunctionInfo - */ -public class CalleeFunctionInfoTest { - private final CalleeFunctionInfo model = new CalleeFunctionInfo(); - - /** - * Model tests for CalleeFunctionInfo - */ - @Test - public void testCalleeFunctionInfo() { - // TODO: test CalleeFunctionInfo - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'matchedFunctionId' - */ - @Test - public void matchedFunctionIdTest() { - // TODO: test matchedFunctionId - } - - /** - * Test the property 'dashboardUrl' - */ - @Test - public void dashboardUrlTest() { - // TODO: test dashboardUrl - } - - /** - * Test the property 'isExternal' - */ - @Test - public void isExternalTest() { - // TODO: test isExternal - } - - /** - * Test the property 'calleeName' - */ - @Test - public void calleeNameTest() { - // TODO: test calleeName - } - - /** - * Test the property 'calleeVaddr' - */ - @Test - public void calleeVaddrTest() { - // TODO: test calleeVaddr - } - -} diff --git a/src/test/java/ai/reveng/model/CalleesCallerFunctionsResponseTest.java b/src/test/java/ai/reveng/model/CalleesCallerFunctionsResponseTest.java deleted file mode 100644 index f883c63..0000000 --- a/src/test/java/ai/reveng/model/CalleesCallerFunctionsResponseTest.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CalleeFunctionInfo; -import ai.reveng.model.CallerFunctionInfo; -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.BigInteger; -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 CalleesCallerFunctionsResponse - */ -public class CalleesCallerFunctionsResponseTest { - private final CalleesCallerFunctionsResponse model = new CalleesCallerFunctionsResponse(); - - /** - * Model tests for CalleesCallerFunctionsResponse - */ - @Test - public void testCalleesCallerFunctionsResponse() { - // TODO: test CalleesCallerFunctionsResponse - } - - /** - * Test the property 'baseAddress' - */ - @Test - public void baseAddressTest() { - // TODO: test baseAddress - } - - /** - * Test the property 'callees' - */ - @Test - public void calleesTest() { - // TODO: test callees - } - - /** - * Test the property 'callers' - */ - @Test - public void callersTest() { - // TODO: test callers - } - -} diff --git a/src/test/java/ai/reveng/model/CallerFunctionInfoTest.java b/src/test/java/ai/reveng/model/CallerFunctionInfoTest.java deleted file mode 100644 index 6127d66..0000000 --- a/src/test/java/ai/reveng/model/CallerFunctionInfoTest.java +++ /dev/null @@ -1,87 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 CallerFunctionInfo - */ -public class CallerFunctionInfoTest { - private final CallerFunctionInfo model = new CallerFunctionInfo(); - - /** - * Model tests for CallerFunctionInfo - */ - @Test - public void testCallerFunctionInfo() { - // TODO: test CallerFunctionInfo - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'matchedFunctionId' - */ - @Test - public void matchedFunctionIdTest() { - // TODO: test matchedFunctionId - } - - /** - * Test the property 'dashboardUrl' - */ - @Test - public void dashboardUrlTest() { - // TODO: test dashboardUrl - } - - /** - * Test the property 'isExternal' - */ - @Test - public void isExternalTest() { - // TODO: test isExternal - } - - /** - * Test the property 'callerName' - */ - @Test - public void callerNameTest() { - // TODO: test callerName - } - - /** - * Test the property 'callerVaddr' - */ - @Test - public void callerVaddrTest() { - // TODO: test callerVaddr - } - -} diff --git a/src/test/java/ai/reveng/model/CapabilitiesTest.java b/src/test/java/ai/reveng/model/CapabilitiesTest.java deleted file mode 100644 index edf69b6..0000000 --- a/src/test/java/ai/reveng/model/CapabilitiesTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Capability; -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 Capabilities - */ -public class CapabilitiesTest { - private final Capabilities model = new Capabilities(); - - /** - * Model tests for Capabilities - */ - @Test - public void testCapabilities() { - // TODO: test Capabilities - } - - /** - * Test the property 'capabilities' - */ - @Test - public void capabilitiesTest() { - // TODO: test capabilities - } - -} diff --git a/src/test/java/ai/reveng/model/CapabilityTest.java b/src/test/java/ai/reveng/model/CapabilityTest.java deleted file mode 100644 index 2591b78..0000000 --- a/src/test/java/ai/reveng/model/CapabilityTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 Capability - */ -public class CapabilityTest { - private final Capability model = new Capability(); - - /** - * Model tests for Capability - */ - @Test - public void testCapability() { - // TODO: test Capability - } - - /** - * Test the property 'functionName' - */ - @Test - public void functionNameTest() { - // TODO: test functionName - } - - /** - * Test the property 'functionVaddr' - */ - @Test - public void functionVaddrTest() { - // TODO: test functionVaddr - } - - /** - * Test the property 'capabilities' - */ - @Test - public void capabilitiesTest() { - // TODO: test capabilities - } - -} diff --git a/src/test/java/ai/reveng/model/CheckSecurityChecksTaskResponseTest.java b/src/test/java/ai/reveng/model/CheckSecurityChecksTaskResponseTest.java deleted file mode 100644 index e6527a3..0000000 --- a/src/test/java/ai/reveng/model/CheckSecurityChecksTaskResponseTest.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.BinaryTaskStatus; -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 CheckSecurityChecksTaskResponse - */ -public class CheckSecurityChecksTaskResponseTest { - private final CheckSecurityChecksTaskResponse model = new CheckSecurityChecksTaskResponse(); - - /** - * Model tests for CheckSecurityChecksTaskResponse - */ - @Test - public void testCheckSecurityChecksTaskResponse() { - // TODO: test CheckSecurityChecksTaskResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/ai/reveng/model/ChildBinariesResponseTest.java b/src/test/java/ai/reveng/model/ChildBinariesResponseTest.java deleted file mode 100644 index b137286..0000000 --- a/src/test/java/ai/reveng/model/ChildBinariesResponseTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.RelativeBinaryResponse; -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 ChildBinariesResponse - */ -public class ChildBinariesResponseTest { - private final ChildBinariesResponse model = new ChildBinariesResponse(); - - /** - * Model tests for ChildBinariesResponse - */ - @Test - public void testChildBinariesResponse() { - // TODO: test ChildBinariesResponse - } - - /** - * Test the property 'children' - */ - @Test - public void childrenTest() { - // TODO: test children - } - - /** - * Test the property 'parent' - */ - @Test - public void parentTest() { - // TODO: test parent - } - -} diff --git a/src/test/java/ai/reveng/model/CodeSignatureModelTest.java b/src/test/java/ai/reveng/model/CodeSignatureModelTest.java deleted file mode 100644 index b33d018..0000000 --- a/src/test/java/ai/reveng/model/CodeSignatureModelTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.SingleCodeSignatureModel; -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 CodeSignatureModel - */ -public class CodeSignatureModelTest { - private final CodeSignatureModel model = new CodeSignatureModel(); - - /** - * Model tests for CodeSignatureModel - */ - @Test - public void testCodeSignatureModel() { - // TODO: test CodeSignatureModel - } - - /** - * Test the property 'signed' - */ - @Test - public void signedTest() { - // TODO: test signed - } - - /** - * Test the property 'validSignature' - */ - @Test - public void validSignatureTest() { - // TODO: test validSignature - } - - /** - * Test the property 'signatures' - */ - @Test - public void signaturesTest() { - // TODO: test signatures - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionBinariesUpdateRequestTest.java b/src/test/java/ai/reveng/model/CollectionBinariesUpdateRequestTest.java deleted file mode 100644 index 811ff44..0000000 --- a/src/test/java/ai/reveng/model/CollectionBinariesUpdateRequestTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 CollectionBinariesUpdateRequest - */ -public class CollectionBinariesUpdateRequestTest { - private final CollectionBinariesUpdateRequest model = new CollectionBinariesUpdateRequest(); - - /** - * Model tests for CollectionBinariesUpdateRequest - */ - @Test - public void testCollectionBinariesUpdateRequest() { - // TODO: test CollectionBinariesUpdateRequest - } - - /** - * Test the property 'binaries' - */ - @Test - public void binariesTest() { - // TODO: test binaries - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionBinariesUpdateResponseTest.java b/src/test/java/ai/reveng/model/CollectionBinariesUpdateResponseTest.java deleted file mode 100644 index 13a481f..0000000 --- a/src/test/java/ai/reveng/model/CollectionBinariesUpdateResponseTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CollectionBinaryResponse; -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 CollectionBinariesUpdateResponse - */ -public class CollectionBinariesUpdateResponseTest { - private final CollectionBinariesUpdateResponse model = new CollectionBinariesUpdateResponse(); - - /** - * Model tests for CollectionBinariesUpdateResponse - */ - @Test - public void testCollectionBinariesUpdateResponse() { - // TODO: test CollectionBinariesUpdateResponse - } - - /** - * Test the property 'binaries' - */ - @Test - public void binariesTest() { - // TODO: test binaries - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionBinaryResponseTest.java b/src/test/java/ai/reveng/model/CollectionBinaryResponseTest.java deleted file mode 100644 index 248aa10..0000000 --- a/src/test/java/ai/reveng/model/CollectionBinaryResponseTest.java +++ /dev/null @@ -1,96 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for CollectionBinaryResponse - */ -public class CollectionBinaryResponseTest { - private final CollectionBinaryResponse model = new CollectionBinaryResponse(); - - /** - * Model tests for CollectionBinaryResponse - */ - @Test - public void testCollectionBinaryResponse() { - // TODO: test CollectionBinaryResponse - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'binaryName' - */ - @Test - public void binaryNameTest() { - // TODO: test binaryName - } - - /** - * Test the property 'ownerId' - */ - @Test - public void ownerIdTest() { - // TODO: test ownerId - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'isSystemAnalysis' - */ - @Test - public void isSystemAnalysisTest() { - // TODO: test isSystemAnalysis - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionCreateRequestTest.java b/src/test/java/ai/reveng/model/CollectionCreateRequestTest.java deleted file mode 100644 index b5062db..0000000 --- a/src/test/java/ai/reveng/model/CollectionCreateRequestTest.java +++ /dev/null @@ -1,91 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CollectionScope; -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 CollectionCreateRequest - */ -public class CollectionCreateRequestTest { - private final CollectionCreateRequest model = new CollectionCreateRequest(); - - /** - * Model tests for CollectionCreateRequest - */ - @Test - public void testCollectionCreateRequest() { - // TODO: test CollectionCreateRequest - } - - /** - * Test the property 'collectionName' - */ - @Test - public void collectionNameTest() { - // TODO: test collectionName - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'collectionScope' - */ - @Test - public void collectionScopeTest() { - // TODO: test collectionScope - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'binaries' - */ - @Test - public void binariesTest() { - // TODO: test binaries - } - - /** - * Test the property 'modelId' - */ - @Test - public void modelIdTest() { - // TODO: test modelId - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionListItemTest.java b/src/test/java/ai/reveng/model/CollectionListItemTest.java deleted file mode 100644 index cb33a68..0000000 --- a/src/test/java/ai/reveng/model/CollectionListItemTest.java +++ /dev/null @@ -1,131 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for CollectionListItem - */ -public class CollectionListItemTest { - private final CollectionListItem model = new CollectionListItem(); - - /** - * Model tests for CollectionListItem - */ - @Test - public void testCollectionListItem() { - // TODO: test CollectionListItem - } - - /** - * Test the property 'collectionName' - */ - @Test - public void collectionNameTest() { - // TODO: test collectionName - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'collectionScope' - */ - @Test - public void collectionScopeTest() { - // TODO: test collectionScope - } - - /** - * Test the property 'collectionOwner' - */ - @Test - public void collectionOwnerTest() { - // TODO: test collectionOwner - } - - /** - * Test the property 'officialCollection' - */ - @Test - public void officialCollectionTest() { - // TODO: test officialCollection - } - - /** - * Test the property 'collectionTags' - */ - @Test - public void collectionTagsTest() { - // TODO: test collectionTags - } - - /** - * Test the property 'collectionSize' - */ - @Test - public void collectionSizeTest() { - // TODO: test collectionSize - } - - /** - * Test the property 'collectionId' - */ - @Test - public void collectionIdTest() { - // TODO: test collectionId - } - - /** - * Test the property 'creation' - */ - @Test - public void creationTest() { - // TODO: test creation - } - - /** - * Test the property 'modelName' - */ - @Test - public void modelNameTest() { - // TODO: test modelName - } - - /** - * Test the property 'teamId' - */ - @Test - public void teamIdTest() { - // TODO: test teamId - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionResponseBinariesInnerTest.java b/src/test/java/ai/reveng/model/CollectionResponseBinariesInnerTest.java deleted file mode 100644 index ff4cc3a..0000000 --- a/src/test/java/ai/reveng/model/CollectionResponseBinariesInnerTest.java +++ /dev/null @@ -1,97 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CollectionBinaryResponse; -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.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for CollectionResponseBinariesInner - */ -public class CollectionResponseBinariesInnerTest { - private final CollectionResponseBinariesInner model = new CollectionResponseBinariesInner(); - - /** - * Model tests for CollectionResponseBinariesInner - */ - @Test - public void testCollectionResponseBinariesInner() { - // TODO: test CollectionResponseBinariesInner - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'binaryName' - */ - @Test - public void binaryNameTest() { - // TODO: test binaryName - } - - /** - * Test the property 'ownerId' - */ - @Test - public void ownerIdTest() { - // TODO: test ownerId - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'isSystemAnalysis' - */ - @Test - public void isSystemAnalysisTest() { - // TODO: test isSystemAnalysis - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionResponseTest.java b/src/test/java/ai/reveng/model/CollectionResponseTest.java deleted file mode 100644 index 2ad5c1a..0000000 --- a/src/test/java/ai/reveng/model/CollectionResponseTest.java +++ /dev/null @@ -1,133 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CollectionResponseBinariesInner; -import ai.reveng.model.CollectionScope; -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.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for CollectionResponse - */ -public class CollectionResponseTest { - private final CollectionResponse model = new CollectionResponse(); - - /** - * Model tests for CollectionResponse - */ - @Test - public void testCollectionResponse() { - // TODO: test CollectionResponse - } - - /** - * Test the property 'collectionId' - */ - @Test - public void collectionIdTest() { - // TODO: test collectionId - } - - /** - * Test the property 'collectionName' - */ - @Test - public void collectionNameTest() { - // TODO: test collectionName - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'modelId' - */ - @Test - public void modelIdTest() { - // TODO: test modelId - } - - /** - * Test the property 'userId' - */ - @Test - public void userIdTest() { - // TODO: test userId - } - - /** - * Test the property 'teamId' - */ - @Test - public void teamIdTest() { - // TODO: test teamId - } - - /** - * Test the property 'collectionScope' - */ - @Test - public void collectionScopeTest() { - // TODO: test collectionScope - } - - /** - * 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 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'binaries' - */ - @Test - public void binariesTest() { - // TODO: test binaries - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionScopeTest.java b/src/test/java/ai/reveng/model/CollectionScopeTest.java deleted file mode 100644 index a66170d..0000000 --- a/src/test/java/ai/reveng/model/CollectionScopeTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for CollectionScope - */ -public class CollectionScopeTest { - /** - * Model tests for CollectionScope - */ - @Test - public void testCollectionScope() { - // TODO: test CollectionScope - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionSearchResponseTest.java b/src/test/java/ai/reveng/model/CollectionSearchResponseTest.java deleted file mode 100644 index 455891a..0000000 --- a/src/test/java/ai/reveng/model/CollectionSearchResponseTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CollectionSearchResult; -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 CollectionSearchResponse - */ -public class CollectionSearchResponseTest { - private final CollectionSearchResponse model = new CollectionSearchResponse(); - - /** - * Model tests for CollectionSearchResponse - */ - @Test - public void testCollectionSearchResponse() { - // TODO: test CollectionSearchResponse - } - - /** - * Test the property 'results' - */ - @Test - public void resultsTest() { - // TODO: test results - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionSearchResultTest.java b/src/test/java/ai/reveng/model/CollectionSearchResultTest.java deleted file mode 100644 index 862b2b2..0000000 --- a/src/test/java/ai/reveng/model/CollectionSearchResultTest.java +++ /dev/null @@ -1,139 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for CollectionSearchResult - */ -public class CollectionSearchResultTest { - private final CollectionSearchResult model = new CollectionSearchResult(); - - /** - * Model tests for CollectionSearchResult - */ - @Test - public void testCollectionSearchResult() { - // TODO: test CollectionSearchResult - } - - /** - * Test the property 'collectionId' - */ - @Test - public void collectionIdTest() { - // TODO: test collectionId - } - - /** - * Test the property 'collectionName' - */ - @Test - public void collectionNameTest() { - // TODO: test collectionName - } - - /** - * Test the property 'scope' - */ - @Test - public void scopeTest() { - // TODO: test scope - } - - /** - * Test the property 'lastUpdatedAt' - */ - @Test - public void lastUpdatedAtTest() { - // TODO: test lastUpdatedAt - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'modelId' - */ - @Test - public void modelIdTest() { - // TODO: test modelId - } - - /** - * Test the property 'modelName' - */ - @Test - public void modelNameTest() { - // TODO: test modelName - } - - /** - * Test the property 'ownedBy' - */ - @Test - public void ownedByTest() { - // TODO: test ownedBy - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'teamId' - */ - @Test - public void teamIdTest() { - // TODO: test teamId - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionTagsUpdateRequestTest.java b/src/test/java/ai/reveng/model/CollectionTagsUpdateRequestTest.java deleted file mode 100644 index 00ffc19..0000000 --- a/src/test/java/ai/reveng/model/CollectionTagsUpdateRequestTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 CollectionTagsUpdateRequest - */ -public class CollectionTagsUpdateRequestTest { - private final CollectionTagsUpdateRequest model = new CollectionTagsUpdateRequest(); - - /** - * Model tests for CollectionTagsUpdateRequest - */ - @Test - public void testCollectionTagsUpdateRequest() { - // TODO: test CollectionTagsUpdateRequest - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionTagsUpdateResponseTest.java b/src/test/java/ai/reveng/model/CollectionTagsUpdateResponseTest.java deleted file mode 100644 index 3d9ad88..0000000 --- a/src/test/java/ai/reveng/model/CollectionTagsUpdateResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 CollectionTagsUpdateResponse - */ -public class CollectionTagsUpdateResponseTest { - private final CollectionTagsUpdateResponse model = new CollectionTagsUpdateResponse(); - - /** - * Model tests for CollectionTagsUpdateResponse - */ - @Test - public void testCollectionTagsUpdateResponse() { - // TODO: test CollectionTagsUpdateResponse - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - -} diff --git a/src/test/java/ai/reveng/model/CollectionUpdateRequestTest.java b/src/test/java/ai/reveng/model/CollectionUpdateRequestTest.java deleted file mode 100644 index b2cb8dc..0000000 --- a/src/test/java/ai/reveng/model/CollectionUpdateRequestTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CollectionScope; -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 CollectionUpdateRequest - */ -public class CollectionUpdateRequestTest { - private final CollectionUpdateRequest model = new CollectionUpdateRequest(); - - /** - * Model tests for CollectionUpdateRequest - */ - @Test - public void testCollectionUpdateRequest() { - // TODO: test CollectionUpdateRequest - } - - /** - * Test the property 'collectionName' - */ - @Test - public void collectionNameTest() { - // TODO: test collectionName - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'collectionScope' - */ - @Test - public void collectionScopeTest() { - // TODO: test collectionScope - } - -} diff --git a/src/test/java/ai/reveng/model/CommentBaseTest.java b/src/test/java/ai/reveng/model/CommentBaseTest.java deleted file mode 100644 index 0dbcc27..0000000 --- a/src/test/java/ai/reveng/model/CommentBaseTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 CommentBase - */ -public class CommentBaseTest { - private final CommentBase model = new CommentBase(); - - /** - * Model tests for CommentBase - */ - @Test - public void testCommentBase() { - // TODO: test CommentBase - } - - /** - * Test the property 'content' - */ - @Test - public void contentTest() { - // TODO: test content - } - -} diff --git a/src/test/java/ai/reveng/model/CommentResponseTest.java b/src/test/java/ai/reveng/model/CommentResponseTest.java deleted file mode 100644 index 825a91f..0000000 --- a/src/test/java/ai/reveng/model/CommentResponseTest.java +++ /dev/null @@ -1,106 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Context; -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.Arrays; -import org.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for CommentResponse - */ -public class CommentResponseTest { - private final CommentResponse model = new CommentResponse(); - - /** - * Model tests for CommentResponse - */ - @Test - public void testCommentResponse() { - // TODO: test CommentResponse - } - - /** - * Test the property 'content' - */ - @Test - public void contentTest() { - // TODO: test content - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'userId' - */ - @Test - public void userIdTest() { - // TODO: test userId - } - - /** - * Test the property 'resourceType' - */ - @Test - public void resourceTypeTest() { - // TODO: test resourceType - } - - /** - * Test the property 'resourceId' - */ - @Test - public void resourceIdTest() { - // TODO: test resourceId - } - - /** - * Test the property 'context' - */ - @Test - public void contextTest() { - // TODO: test context - } - - /** - * 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/ai/reveng/model/CommentUpdateRequestTest.java b/src/test/java/ai/reveng/model/CommentUpdateRequestTest.java deleted file mode 100644 index 2052e3d..0000000 --- a/src/test/java/ai/reveng/model/CommentUpdateRequestTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 CommentUpdateRequest - */ -public class CommentUpdateRequestTest { - private final CommentUpdateRequest model = new CommentUpdateRequest(); - - /** - * Model tests for CommentUpdateRequest - */ - @Test - public void testCommentUpdateRequest() { - // TODO: test CommentUpdateRequest - } - - /** - * Test the property 'content' - */ - @Test - public void contentTest() { - // TODO: test content - } - -} diff --git a/src/test/java/ai/reveng/model/CommunitiesTest.java b/src/test/java/ai/reveng/model/CommunitiesTest.java deleted file mode 100644 index 25f0b53..0000000 --- a/src/test/java/ai/reveng/model/CommunitiesTest.java +++ /dev/null @@ -1,75 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CommunityMatchPercentages; -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 java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Communities - */ -public class CommunitiesTest { - private final Communities model = new Communities(); - - /** - * Model tests for Communities - */ - @Test - public void testCommunities() { - // TODO: test Communities - } - - /** - * Test the property 'totalFunctions' - */ - @Test - public void totalFunctionsTest() { - // TODO: test totalFunctions - } - - /** - * Test the property 'totalMatchedFunctions' - */ - @Test - public void totalMatchedFunctionsTest() { - // TODO: test totalMatchedFunctions - } - - /** - * Test the property 'directCommunityMatchPercentages' - */ - @Test - public void directCommunityMatchPercentagesTest() { - // TODO: test directCommunityMatchPercentages - } - - /** - * Test the property 'topComponents' - */ - @Test - public void topComponentsTest() { - // TODO: test topComponents - } - -} diff --git a/src/test/java/ai/reveng/model/CommunityMatchPercentagesTest.java b/src/test/java/ai/reveng/model/CommunityMatchPercentagesTest.java deleted file mode 100644 index 4f3a242..0000000 --- a/src/test/java/ai/reveng/model/CommunityMatchPercentagesTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 CommunityMatchPercentages - */ -public class CommunityMatchPercentagesTest { - private final CommunityMatchPercentages model = new CommunityMatchPercentages(); - - /** - * Model tests for CommunityMatchPercentages - */ - @Test - public void testCommunityMatchPercentages() { - // TODO: test CommunityMatchPercentages - } - - /** - * Test the property 'binaryName' - */ - @Test - public void binaryNameTest() { - // TODO: test binaryName - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'matchedCommunitiesPercent' - */ - @Test - public void matchedCommunitiesPercentTest() { - // TODO: test matchedCommunitiesPercent - } - - /** - * Test the property 'unmatchedCommunitiesPercent' - */ - @Test - public void unmatchedCommunitiesPercentTest() { - // TODO: test unmatchedCommunitiesPercent - } - -} diff --git a/src/test/java/ai/reveng/model/ConfidenceTypeTest.java b/src/test/java/ai/reveng/model/ConfidenceTypeTest.java deleted file mode 100644 index 33511ab..0000000 --- a/src/test/java/ai/reveng/model/ConfidenceTypeTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ConfidenceType - */ -public class ConfidenceTypeTest { - /** - * Model tests for ConfidenceType - */ - @Test - public void testConfidenceType() { - // TODO: test ConfidenceType - } - -} diff --git a/src/test/java/ai/reveng/model/ConfigResponseTest.java b/src/test/java/ai/reveng/model/ConfigResponseTest.java deleted file mode 100644 index fda2d72..0000000 --- a/src/test/java/ai/reveng/model/ConfigResponseTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ConfigResponse - */ -public class ConfigResponseTest { - private final ConfigResponse model = new ConfigResponse(); - - /** - * Model tests for ConfigResponse - */ - @Test - public void testConfigResponse() { - // TODO: test ConfigResponse - } - - /** - * Test the property 'dashboardUrl' - */ - @Test - public void dashboardUrlTest() { - // TODO: test dashboardUrl - } - - /** - * Test the property 'maxFileSizeBytes' - */ - @Test - public void maxFileSizeBytesTest() { - // TODO: test maxFileSizeBytes - } - - /** - * Test the property 'aiDecompilerUnsupportedLanguages' - */ - @Test - public void aiDecompilerUnsupportedLanguagesTest() { - // TODO: test aiDecompilerUnsupportedLanguages - } - - /** - * Test the property 'aiDecompilerSupportedModels' - */ - @Test - public void aiDecompilerSupportedModelsTest() { - // TODO: test aiDecompilerSupportedModels - } - -} diff --git a/src/test/java/ai/reveng/model/ContextTest.java b/src/test/java/ai/reveng/model/ContextTest.java deleted file mode 100644 index 335d97f..0000000 --- a/src/test/java/ai/reveng/model/ContextTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.DecompilationCommentContext; -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 Context - */ -public class ContextTest { - private final Context model = new Context(); - - /** - * Model tests for Context - */ - @Test - public void testContext() { - // TODO: test Context - } - - /** - * Test the property 'startLine' - */ - @Test - public void startLineTest() { - // TODO: test startLine - } - - /** - * Test the property 'endLine' - */ - @Test - public void endLineTest() { - // TODO: test endLine - } - -} diff --git a/src/test/java/ai/reveng/model/CreatedTest.java b/src/test/java/ai/reveng/model/CreatedTest.java deleted file mode 100644 index 1ff8e57..0000000 --- a/src/test/java/ai/reveng/model/CreatedTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 Created - */ -public class CreatedTest { - private final Created model = new Created(); - - /** - * Model tests for Created - */ - @Test - public void testCreated() { - // TODO: test Created - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'reference' - */ - @Test - public void referenceTest() { - // TODO: test reference - } - -} diff --git a/src/test/java/ai/reveng/model/DecompilationCommentContextTest.java b/src/test/java/ai/reveng/model/DecompilationCommentContextTest.java deleted file mode 100644 index caf7b84..0000000 --- a/src/test/java/ai/reveng/model/DecompilationCommentContextTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 DecompilationCommentContext - */ -public class DecompilationCommentContextTest { - private final DecompilationCommentContext model = new DecompilationCommentContext(); - - /** - * Model tests for DecompilationCommentContext - */ - @Test - public void testDecompilationCommentContext() { - // TODO: test DecompilationCommentContext - } - - /** - * Test the property 'startLine' - */ - @Test - public void startLineTest() { - // TODO: test startLine - } - - /** - * Test the property 'endLine' - */ - @Test - public void endLineTest() { - // TODO: test endLine - } - -} diff --git a/src/test/java/ai/reveng/model/DieMatchTest.java b/src/test/java/ai/reveng/model/DieMatchTest.java deleted file mode 100644 index ea5aaeb..0000000 --- a/src/test/java/ai/reveng/model/DieMatchTest.java +++ /dev/null @@ -1,71 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 DieMatch - */ -public class DieMatchTest { - private final DieMatch model = new DieMatch(); - - /** - * Model tests for DieMatch - */ - @Test - public void testDieMatch() { - // TODO: test DieMatch - } - - /** - * 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 'display' - */ - @Test - public void displayTest() { - // TODO: test display - } - - /** - * Test the property 'version' - */ - @Test - public void versionTest() { - // TODO: test version - } - -} diff --git a/src/test/java/ai/reveng/model/DynamicExecutionStatusInputTest.java b/src/test/java/ai/reveng/model/DynamicExecutionStatusInputTest.java deleted file mode 100644 index 57594ad..0000000 --- a/src/test/java/ai/reveng/model/DynamicExecutionStatusInputTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for DynamicExecutionStatusInput - */ -public class DynamicExecutionStatusInputTest { - /** - * Model tests for DynamicExecutionStatusInput - */ - @Test - public void testDynamicExecutionStatusInput() { - // TODO: test DynamicExecutionStatusInput - } - -} diff --git a/src/test/java/ai/reveng/model/ELFImportModelTest.java b/src/test/java/ai/reveng/model/ELFImportModelTest.java deleted file mode 100644 index 86cd821..0000000 --- a/src/test/java/ai/reveng/model/ELFImportModelTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ELFImportModel - */ -public class ELFImportModelTest { - private final ELFImportModel model = new ELFImportModel(); - - /** - * Model tests for ELFImportModel - */ - @Test - public void testELFImportModel() { - // TODO: test ELFImportModel - } - - /** - * Test the property 'numberOfImports' - */ - @Test - public void numberOfImportsTest() { - // TODO: test numberOfImports - } - - /** - * Test the property 'imports' - */ - @Test - public void importsTest() { - // TODO: test imports - } - -} diff --git a/src/test/java/ai/reveng/model/ELFModelTest.java b/src/test/java/ai/reveng/model/ELFModelTest.java deleted file mode 100644 index 8ade51f..0000000 --- a/src/test/java/ai/reveng/model/ELFModelTest.java +++ /dev/null @@ -1,210 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ELFImportModel; -import ai.reveng.model.ELFRelocation; -import ai.reveng.model.ELFSection; -import ai.reveng.model.ELFSecurity; -import ai.reveng.model.ELFSegment; -import ai.reveng.model.ELFSymbol; -import ai.reveng.model.ElfDynamicEntry; -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.HashMap; -import java.util.List; -import java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ELFModel - */ -public class ELFModelTest { - private final ELFModel model = new ELFModel(); - - /** - * Model tests for ELFModel - */ - @Test - public void testELFModel() { - // TODO: test ELFModel - } - - /** - * Test the property 'fileType' - */ - @Test - public void fileTypeTest() { - // TODO: test fileType - } - - /** - * Test the property 'architecture' - */ - @Test - public void architectureTest() { - // TODO: test architecture - } - - /** - * Test the property 'endianness' - */ - @Test - public void endiannessTest() { - // TODO: test endianness - } - - /** - * Test the property 'entryPoint' - */ - @Test - public void entryPointTest() { - // TODO: test entryPoint - } - - /** - * Test the property 'entryPointBytes' - */ - @Test - public void entryPointBytesTest() { - // TODO: test entryPointBytes - } - - /** - * Test the property 'importHash' - */ - @Test - public void importHashTest() { - // TODO: test importHash - } - - /** - * Test the property 'exportHash' - */ - @Test - public void exportHashTest() { - // TODO: test exportHash - } - - /** - * Test the property 'buildId' - */ - @Test - public void buildIdTest() { - // TODO: test buildId - } - - /** - * Test the property 'security' - */ - @Test - public void securityTest() { - // TODO: test security - } - - /** - * Test the property 'sections' - */ - @Test - public void sectionsTest() { - // TODO: test sections - } - - /** - * Test the property 'segments' - */ - @Test - public void segmentsTest() { - // TODO: test segments - } - - /** - * Test the property 'symbols' - */ - @Test - public void symbolsTest() { - // TODO: test symbols - } - - /** - * Test the property 'dynamicSymbols' - */ - @Test - public void dynamicSymbolsTest() { - // TODO: test dynamicSymbols - } - - /** - * Test the property 'relocations' - */ - @Test - public void relocationsTest() { - // TODO: test relocations - } - - /** - * Test the property 'imports' - */ - @Test - public void importsTest() { - // TODO: test imports - } - - /** - * Test the property 'exportedFunctions' - */ - @Test - public void exportedFunctionsTest() { - // TODO: test exportedFunctions - } - - /** - * Test the property 'dynamicEntries' - */ - @Test - public void dynamicEntriesTest() { - // TODO: test dynamicEntries - } - - /** - * Test the property 'notes' - */ - @Test - public void notesTest() { - // TODO: test notes - } - - /** - * Test the property 'debugInfo' - */ - @Test - public void debugInfoTest() { - // TODO: test debugInfo - } - - /** - * Test the property 'versionInfo' - */ - @Test - public void versionInfoTest() { - // TODO: test versionInfo - } - -} diff --git a/src/test/java/ai/reveng/model/ELFRelocationTest.java b/src/test/java/ai/reveng/model/ELFRelocationTest.java deleted file mode 100644 index 58b5759..0000000 --- a/src/test/java/ai/reveng/model/ELFRelocationTest.java +++ /dev/null @@ -1,95 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ELFRelocation - */ -public class ELFRelocationTest { - private final ELFRelocation model = new ELFRelocation(); - - /** - * Model tests for ELFRelocation - */ - @Test - public void testELFRelocation() { - // TODO: test ELFRelocation - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'addend' - */ - @Test - public void addendTest() { - // TODO: test addend - } - - /** - * Test the property 'symbolName' - */ - @Test - public void symbolNameTest() { - // TODO: test symbolName - } - - /** - * Test the property 'isDynamic' - */ - @Test - public void isDynamicTest() { - // TODO: test isDynamic - } - - /** - * Test the property 'isPltgot' - */ - @Test - public void isPltgotTest() { - // TODO: test isPltgot - } - -} diff --git a/src/test/java/ai/reveng/model/ELFSectionTest.java b/src/test/java/ai/reveng/model/ELFSectionTest.java deleted file mode 100644 index 7f7c31b..0000000 --- a/src/test/java/ai/reveng/model/ELFSectionTest.java +++ /dev/null @@ -1,120 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ELFSection - */ -public class ELFSectionTest { - private final ELFSection model = new ELFSection(); - - /** - * Model tests for ELFSection - */ - @Test - public void testELFSection() { - // TODO: test ELFSection - } - - /** - * 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 'virtualAddress' - */ - @Test - public void virtualAddressTest() { - // TODO: test virtualAddress - } - - /** - * Test the property 'virtualSize' - */ - @Test - public void virtualSizeTest() { - // TODO: test virtualSize - } - - /** - * Test the property 'rawSize' - */ - @Test - public void rawSizeTest() { - // TODO: test rawSize - } - - /** - * Test the property 'fileOffset' - */ - @Test - public void fileOffsetTest() { - // TODO: test fileOffset - } - - /** - * Test the property 'flags' - */ - @Test - public void flagsTest() { - // TODO: test flags - } - - /** - * Test the property 'flagsRaw' - */ - @Test - public void flagsRawTest() { - // TODO: test flagsRaw - } - - /** - * Test the property 'entropy' - */ - @Test - public void entropyTest() { - // TODO: test entropy - } - - /** - * Test the property 'alignment' - */ - @Test - public void alignmentTest() { - // TODO: test alignment - } - -} diff --git a/src/test/java/ai/reveng/model/ELFSecurityTest.java b/src/test/java/ai/reveng/model/ELFSecurityTest.java deleted file mode 100644 index 8b1b4b3..0000000 --- a/src/test/java/ai/reveng/model/ELFSecurityTest.java +++ /dev/null @@ -1,79 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ELFSecurity - */ -public class ELFSecurityTest { - private final ELFSecurity model = new ELFSecurity(); - - /** - * Model tests for ELFSecurity - */ - @Test - public void testELFSecurity() { - // TODO: test ELFSecurity - } - - /** - * Test the property 'pie' - */ - @Test - public void pieTest() { - // TODO: test pie - } - - /** - * Test the property 'stripped' - */ - @Test - public void strippedTest() { - // TODO: test stripped - } - - /** - * Test the property 'canary' - */ - @Test - public void canaryTest() { - // TODO: test canary - } - - /** - * Test the property 'nx' - */ - @Test - public void nxTest() { - // TODO: test nx - } - - /** - * Test the property 'relo' - */ - @Test - public void reloTest() { - // TODO: test relo - } - -} diff --git a/src/test/java/ai/reveng/model/ELFSegmentTest.java b/src/test/java/ai/reveng/model/ELFSegmentTest.java deleted file mode 100644 index e7103eb..0000000 --- a/src/test/java/ai/reveng/model/ELFSegmentTest.java +++ /dev/null @@ -1,111 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ELFSegment - */ -public class ELFSegmentTest { - private final ELFSegment model = new ELFSegment(); - - /** - * Model tests for ELFSegment - */ - @Test - public void testELFSegment() { - // TODO: test ELFSegment - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'virtualAddress' - */ - @Test - public void virtualAddressTest() { - // TODO: test virtualAddress - } - - /** - * Test the property 'virtualSize' - */ - @Test - public void virtualSizeTest() { - // TODO: test virtualSize - } - - /** - * Test the property 'physicalAddress' - */ - @Test - public void physicalAddressTest() { - // TODO: test physicalAddress - } - - /** - * Test the property 'physicalSize' - */ - @Test - public void physicalSizeTest() { - // TODO: test physicalSize - } - - /** - * Test the property 'fileOffset' - */ - @Test - public void fileOffsetTest() { - // TODO: test fileOffset - } - - /** - * Test the property 'flags' - */ - @Test - public void flagsTest() { - // TODO: test flags - } - - /** - * Test the property 'flagsRaw' - */ - @Test - public void flagsRawTest() { - // TODO: test flagsRaw - } - - /** - * Test the property 'alignment' - */ - @Test - public void alignmentTest() { - // TODO: test alignment - } - -} diff --git a/src/test/java/ai/reveng/model/ELFSymbolTest.java b/src/test/java/ai/reveng/model/ELFSymbolTest.java deleted file mode 100644 index ac319b7..0000000 --- a/src/test/java/ai/reveng/model/ELFSymbolTest.java +++ /dev/null @@ -1,95 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ELFSymbol - */ -public class ELFSymbolTest { - private final ELFSymbol model = new ELFSymbol(); - - /** - * Model tests for ELFSymbol - */ - @Test - public void testELFSymbol() { - // TODO: test ELFSymbol - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'value' - */ - @Test - public void valueTest() { - // TODO: test value - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'binding' - */ - @Test - public void bindingTest() { - // TODO: test binding - } - - /** - * Test the property 'visibility' - */ - @Test - public void visibilityTest() { - // TODO: test visibility - } - - /** - * Test the property 'sectionIndex' - */ - @Test - public void sectionIndexTest() { - // TODO: test sectionIndex - } - -} diff --git a/src/test/java/ai/reveng/model/ElfDynamicEntryTest.java b/src/test/java/ai/reveng/model/ElfDynamicEntryTest.java deleted file mode 100644 index 772ae2c..0000000 --- a/src/test/java/ai/reveng/model/ElfDynamicEntryTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ElfDynamicEntry - */ -public class ElfDynamicEntryTest { - private final ElfDynamicEntry model = new ElfDynamicEntry(); - - /** - * Model tests for ElfDynamicEntry - */ - @Test - public void testElfDynamicEntry() { - // TODO: test ElfDynamicEntry - } - - /** - * Test the property 'tag' - */ - @Test - public void tagTest() { - // TODO: test tag - } - - /** - * Test the property 'value' - */ - @Test - public void valueTest() { - // TODO: test value - } - -} diff --git a/src/test/java/ai/reveng/model/EntrypointModelTest.java b/src/test/java/ai/reveng/model/EntrypointModelTest.java deleted file mode 100644 index 0511a6a..0000000 --- a/src/test/java/ai/reveng/model/EntrypointModelTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 EntrypointModel - */ -public class EntrypointModelTest { - private final EntrypointModel model = new EntrypointModel(); - - /** - * Model tests for EntrypointModel - */ - @Test - public void testEntrypointModel() { - // TODO: test EntrypointModel - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'firstBytes' - */ - @Test - public void firstBytesTest() { - // TODO: test firstBytes - } - -} diff --git a/src/test/java/ai/reveng/model/EnumerationTest.java b/src/test/java/ai/reveng/model/EnumerationTest.java deleted file mode 100644 index f7beb18..0000000 --- a/src/test/java/ai/reveng/model/EnumerationTest.java +++ /dev/null @@ -1,74 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 java.util.HashMap; -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 Enumeration - */ -public class EnumerationTest { - private final Enumeration model = new Enumeration(); - - /** - * Model tests for Enumeration - */ - @Test - public void testEnumeration() { - // TODO: test Enumeration - } - - /** - * Test the property 'lastChange' - */ - @Test - public void lastChangeTest() { - // TODO: test lastChange - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'members' - */ - @Test - public void membersTest() { - // TODO: test members - } - - /** - * Test the property 'artifactType' - */ - @Test - public void artifactTypeTest() { - // TODO: test artifactType - } - -} diff --git a/src/test/java/ai/reveng/model/ErrorModelTest.java b/src/test/java/ai/reveng/model/ErrorModelTest.java deleted file mode 100644 index 4ac0cf4..0000000 --- a/src/test/java/ai/reveng/model/ErrorModelTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ErrorModel - */ -public class ErrorModelTest { - private final ErrorModel model = new ErrorModel(); - - /** - * Model tests for ErrorModel - */ - @Test - public void testErrorModel() { - // TODO: test ErrorModel - } - - /** - * Test the property 'code' - */ - @Test - public void codeTest() { - // TODO: test code - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - -} diff --git a/src/test/java/ai/reveng/model/ExportModelTest.java b/src/test/java/ai/reveng/model/ExportModelTest.java deleted file mode 100644 index c0209a5..0000000 --- a/src/test/java/ai/reveng/model/ExportModelTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ExportModel - */ -public class ExportModelTest { - private final ExportModel model = new ExportModel(); - - /** - * Model tests for ExportModel - */ - @Test - public void testExportModel() { - // TODO: test ExportModel - } - - /** - * Test the property 'numberOfExports' - */ - @Test - public void numberOfExportsTest() { - // TODO: test numberOfExports - } - - /** - * Test the property 'exports' - */ - @Test - public void exportsTest() { - // TODO: test exports - } - -} diff --git a/src/test/java/ai/reveng/model/ExternalResponseTest.java b/src/test/java/ai/reveng/model/ExternalResponseTest.java deleted file mode 100644 index ebbd567..0000000 --- a/src/test/java/ai/reveng/model/ExternalResponseTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.Arrays; -import java.util.HashMap; -import java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ExternalResponse - */ -public class ExternalResponseTest { - private final ExternalResponse model = new ExternalResponse(); - - /** - * Model tests for ExternalResponse - */ - @Test - public void testExternalResponse() { - // TODO: test ExternalResponse - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - - /** - * Test the property 'lastUpdated' - */ - @Test - public void lastUpdatedTest() { - // TODO: test lastUpdated - } - -} diff --git a/src/test/java/ai/reveng/model/FileFormatTest.java b/src/test/java/ai/reveng/model/FileFormatTest.java deleted file mode 100644 index 85319f4..0000000 --- a/src/test/java/ai/reveng/model/FileFormatTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FileFormat - */ -public class FileFormatTest { - /** - * Model tests for FileFormat - */ - @Test - public void testFileFormat() { - // TODO: test FileFormat - } - -} diff --git a/src/test/java/ai/reveng/model/FileHashesTest.java b/src/test/java/ai/reveng/model/FileHashesTest.java deleted file mode 100644 index c77e3d4..0000000 --- a/src/test/java/ai/reveng/model/FileHashesTest.java +++ /dev/null @@ -1,103 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FileHashes - */ -public class FileHashesTest { - private final FileHashes model = new FileHashes(); - - /** - * Model tests for FileHashes - */ - @Test - public void testFileHashes() { - // TODO: test FileHashes - } - - /** - * Test the property 'md5' - */ - @Test - public void md5Test() { - // TODO: test md5 - } - - /** - * Test the property 'sha1' - */ - @Test - public void sha1Test() { - // TODO: test sha1 - } - - /** - * Test the property 'sha256' - */ - @Test - public void sha256Test() { - // TODO: test sha256 - } - - /** - * Test the property 'sha512' - */ - @Test - public void sha512Test() { - // TODO: test sha512 - } - - /** - * Test the property 'sha3224' - */ - @Test - public void sha3224Test() { - // TODO: test sha3224 - } - - /** - * Test the property 'sha3256' - */ - @Test - public void sha3256Test() { - // TODO: test sha3256 - } - - /** - * Test the property 'sha3384' - */ - @Test - public void sha3384Test() { - // TODO: test sha3384 - } - - /** - * Test the property 'sha3512' - */ - @Test - public void sha3512Test() { - // TODO: test sha3512 - } - -} diff --git a/src/test/java/ai/reveng/model/FileMetadataTest.java b/src/test/java/ai/reveng/model/FileMetadataTest.java deleted file mode 100644 index 56b0e69..0000000 --- a/src/test/java/ai/reveng/model/FileMetadataTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FileHashes; -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 FileMetadata - */ -public class FileMetadataTest { - private final FileMetadata model = new FileMetadata(); - - /** - * Model tests for FileMetadata - */ - @Test - public void testFileMetadata() { - // TODO: test FileMetadata - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'friendlySize' - */ - @Test - public void friendlySizeTest() { - // TODO: test friendlySize - } - - /** - * Test the property 'entropy' - */ - @Test - public void entropyTest() { - // TODO: test entropy - } - - /** - * Test the property 'hashes' - */ - @Test - public void hashesTest() { - // TODO: test hashes - } - -} diff --git a/src/test/java/ai/reveng/model/FiltersTest.java b/src/test/java/ai/reveng/model/FiltersTest.java deleted file mode 100644 index 5e3ef52..0000000 --- a/src/test/java/ai/reveng/model/FiltersTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Filters - */ -public class FiltersTest { - /** - * Model tests for Filters - */ - @Test - public void testFilters() { - // TODO: test Filters - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionBlockDestinationResponseTest.java b/src/test/java/ai/reveng/model/FunctionBlockDestinationResponseTest.java deleted file mode 100644 index efadeac..0000000 --- a/src/test/java/ai/reveng/model/FunctionBlockDestinationResponseTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FunctionBlockDestinationResponse - */ -public class FunctionBlockDestinationResponseTest { - private final FunctionBlockDestinationResponse model = new FunctionBlockDestinationResponse(); - - /** - * Model tests for FunctionBlockDestinationResponse - */ - @Test - public void testFunctionBlockDestinationResponse() { - // TODO: test FunctionBlockDestinationResponse - } - - /** - * Test the property 'destinationBlockId' - */ - @Test - public void destinationBlockIdTest() { - // TODO: test destinationBlockId - } - - /** - * Test the property 'flowtype' - */ - @Test - public void flowtypeTest() { - // TODO: test flowtype - } - - /** - * Test the property 'vaddr' - */ - @Test - public void vaddrTest() { - // TODO: test vaddr - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionBlockResponseTest.java b/src/test/java/ai/reveng/model/FunctionBlockResponseTest.java deleted file mode 100644 index 3c90629..0000000 --- a/src/test/java/ai/reveng/model/FunctionBlockResponseTest.java +++ /dev/null @@ -1,91 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionBlockDestinationResponse; -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 FunctionBlockResponse - */ -public class FunctionBlockResponseTest { - private final FunctionBlockResponse model = new FunctionBlockResponse(); - - /** - * Model tests for FunctionBlockResponse - */ - @Test - public void testFunctionBlockResponse() { - // TODO: test FunctionBlockResponse - } - - /** - * Test the property 'asm' - */ - @Test - public void asmTest() { - // TODO: test asm - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'minAddr' - */ - @Test - public void minAddrTest() { - // TODO: test minAddr - } - - /** - * Test the property 'maxAddr' - */ - @Test - public void maxAddrTest() { - // TODO: test maxAddr - } - - /** - * Test the property 'destinations' - */ - @Test - public void destinationsTest() { - // TODO: test destinations - } - - /** - * Test the property 'comment' - */ - @Test - public void commentTest() { - // TODO: test comment - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionBlocksResponseTest.java b/src/test/java/ai/reveng/model/FunctionBlocksResponseTest.java deleted file mode 100644 index b7570d2..0000000 --- a/src/test/java/ai/reveng/model/FunctionBlocksResponseTest.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionBlockResponse; -import ai.reveng.model.FunctionLocalVariableResponse; -import ai.reveng.model.FunctionParamResponse; -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 FunctionBlocksResponse - */ -public class FunctionBlocksResponseTest { - private final FunctionBlocksResponse model = new FunctionBlocksResponse(); - - /** - * Model tests for FunctionBlocksResponse - */ - @Test - public void testFunctionBlocksResponse() { - // TODO: test FunctionBlocksResponse - } - - /** - * Test the property 'blocks' - */ - @Test - public void blocksTest() { - // TODO: test blocks - } - - /** - * Test the property 'localVariables' - */ - @Test - public void localVariablesTest() { - // TODO: test localVariables - } - - /** - * Test the property 'params' - */ - @Test - public void paramsTest() { - // TODO: test params - } - - /** - * Test the property 'overviewComment' - */ - @Test - public void overviewCommentTest() { - // TODO: test overviewComment - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionBoundaryTest.java b/src/test/java/ai/reveng/model/FunctionBoundaryTest.java deleted file mode 100644 index da433af..0000000 --- a/src/test/java/ai/reveng/model/FunctionBoundaryTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FunctionBoundary - */ -public class FunctionBoundaryTest { - private final FunctionBoundary model = new FunctionBoundary(); - - /** - * Model tests for FunctionBoundary - */ - @Test - public void testFunctionBoundary() { - // TODO: test FunctionBoundary - } - - /** - * Test the property 'mangledName' - */ - @Test - public void mangledNameTest() { - // TODO: test mangledName - } - - /** - * Test the property 'startAddress' - */ - @Test - public void startAddressTest() { - // TODO: test startAddress - } - - /** - * Test the property 'endAddress' - */ - @Test - public void endAddressTest() { - // TODO: test endAddress - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionCapabilityResponseTest.java b/src/test/java/ai/reveng/model/FunctionCapabilityResponseTest.java deleted file mode 100644 index a485be5..0000000 --- a/src/test/java/ai/reveng/model/FunctionCapabilityResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FunctionCapabilityResponse - */ -public class FunctionCapabilityResponseTest { - private final FunctionCapabilityResponse model = new FunctionCapabilityResponse(); - - /** - * Model tests for FunctionCapabilityResponse - */ - @Test - public void testFunctionCapabilityResponse() { - // TODO: test FunctionCapabilityResponse - } - - /** - * Test the property 'capabilities' - */ - @Test - public void capabilitiesTest() { - // TODO: test capabilities - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionCommentCreateRequestTest.java b/src/test/java/ai/reveng/model/FunctionCommentCreateRequestTest.java deleted file mode 100644 index f25573e..0000000 --- a/src/test/java/ai/reveng/model/FunctionCommentCreateRequestTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.DecompilationCommentContext; -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 FunctionCommentCreateRequest - */ -public class FunctionCommentCreateRequestTest { - private final FunctionCommentCreateRequest model = new FunctionCommentCreateRequest(); - - /** - * Model tests for FunctionCommentCreateRequest - */ - @Test - public void testFunctionCommentCreateRequest() { - // TODO: test FunctionCommentCreateRequest - } - - /** - * Test the property 'content' - */ - @Test - public void contentTest() { - // TODO: test content - } - - /** - * Test the property 'context' - */ - @Test - public void contextTest() { - // TODO: test context - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionDataTypesListItemTest.java b/src/test/java/ai/reveng/model/FunctionDataTypesListItemTest.java deleted file mode 100644 index deccf8a..0000000 --- a/src/test/java/ai/reveng/model/FunctionDataTypesListItemTest.java +++ /dev/null @@ -1,81 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionInfoOutput; -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 FunctionDataTypesListItem - */ -public class FunctionDataTypesListItemTest { - private final FunctionDataTypesListItem model = new FunctionDataTypesListItem(); - - /** - * Model tests for FunctionDataTypesListItem - */ - @Test - public void testFunctionDataTypesListItem() { - // TODO: test FunctionDataTypesListItem - } - - /** - * Test the property 'completed' - */ - @Test - public void completedTest() { - // TODO: test completed - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'dataTypes' - */ - @Test - public void dataTypesTest() { - // TODO: test dataTypes - } - - /** - * Test the property 'dataTypesVersion' - */ - @Test - public void dataTypesVersionTest() { - // TODO: test dataTypesVersion - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionDataTypesListTest.java b/src/test/java/ai/reveng/model/FunctionDataTypesListTest.java deleted file mode 100644 index 5800c7e..0000000 --- a/src/test/java/ai/reveng/model/FunctionDataTypesListTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionDataTypesListItem; -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 FunctionDataTypesList - */ -public class FunctionDataTypesListTest { - private final FunctionDataTypesList model = new FunctionDataTypesList(); - - /** - * Model tests for FunctionDataTypesList - */ - @Test - public void testFunctionDataTypesList() { - // TODO: test FunctionDataTypesList - } - - /** - * Test the property 'totalCount' - */ - @Test - public void totalCountTest() { - // TODO: test totalCount - } - - /** - * Test the property 'totalDataTypesCount' - */ - @Test - public void totalDataTypesCountTest() { - // TODO: test totalDataTypesCount - } - - /** - * Test the property 'items' - */ - @Test - public void itemsTest() { - // TODO: test items - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionDataTypesParamsTest.java b/src/test/java/ai/reveng/model/FunctionDataTypesParamsTest.java deleted file mode 100644 index 6a964b4..0000000 --- a/src/test/java/ai/reveng/model/FunctionDataTypesParamsTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FunctionDataTypesParams - */ -public class FunctionDataTypesParamsTest { - private final FunctionDataTypesParams model = new FunctionDataTypesParams(); - - /** - * Model tests for FunctionDataTypesParams - */ - @Test - public void testFunctionDataTypesParams() { - // TODO: test FunctionDataTypesParams - } - - /** - * Test the property 'functionIds' - */ - @Test - public void functionIdsTest() { - // TODO: test functionIds - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionDataTypesStatusTest.java b/src/test/java/ai/reveng/model/FunctionDataTypesStatusTest.java deleted file mode 100644 index ca77078..0000000 --- a/src/test/java/ai/reveng/model/FunctionDataTypesStatusTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FunctionDataTypesStatus - */ -public class FunctionDataTypesStatusTest { - private final FunctionDataTypesStatus model = new FunctionDataTypesStatus(); - - /** - * Model tests for FunctionDataTypesStatus - */ - @Test - public void testFunctionDataTypesStatus() { - // TODO: test FunctionDataTypesStatus - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'completed' - */ - @Test - public void completedTest() { - // TODO: test completed - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionDataTypesTest.java b/src/test/java/ai/reveng/model/FunctionDataTypesTest.java deleted file mode 100644 index 4a5ab12..0000000 --- a/src/test/java/ai/reveng/model/FunctionDataTypesTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionInfoOutput; -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 FunctionDataTypes - */ -public class FunctionDataTypesTest { - private final FunctionDataTypes model = new FunctionDataTypes(); - - /** - * Model tests for FunctionDataTypes - */ - @Test - public void testFunctionDataTypes() { - // TODO: test FunctionDataTypes - } - - /** - * Test the property 'completed' - */ - @Test - public void completedTest() { - // TODO: test completed - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'dataTypes' - */ - @Test - public void dataTypesTest() { - // TODO: test dataTypes - } - - /** - * Test the property 'dataTypesVersion' - */ - @Test - public void dataTypesVersionTest() { - // TODO: test dataTypesVersion - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionHeaderTest.java b/src/test/java/ai/reveng/model/FunctionHeaderTest.java deleted file mode 100644 index 3bce549..0000000 --- a/src/test/java/ai/reveng/model/FunctionHeaderTest.java +++ /dev/null @@ -1,83 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Argument; -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 java.util.HashMap; -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 FunctionHeader - */ -public class FunctionHeaderTest { - private final FunctionHeader model = new FunctionHeader(); - - /** - * Model tests for FunctionHeader - */ - @Test - public void testFunctionHeader() { - // TODO: test FunctionHeader - } - - /** - * Test the property 'lastChange' - */ - @Test - public void lastChangeTest() { - // TODO: test lastChange - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'addr' - */ - @Test - public void addrTest() { - // TODO: test addr - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'args' - */ - @Test - public void argsTest() { - // TODO: test args - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionInfoInputFuncDepsInnerTest.java b/src/test/java/ai/reveng/model/FunctionInfoInputFuncDepsInnerTest.java deleted file mode 100644 index 4a72d5a..0000000 --- a/src/test/java/ai/reveng/model/FunctionInfoInputFuncDepsInnerTest.java +++ /dev/null @@ -1,101 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Enumeration; -import ai.reveng.model.GlobalVariable; -import ai.reveng.model.Structure; -import ai.reveng.model.TypeDefinition; -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 java.util.HashMap; -import java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FunctionInfoInputFuncDepsInner - */ -public class FunctionInfoInputFuncDepsInnerTest { - private final FunctionInfoInputFuncDepsInner model = new FunctionInfoInputFuncDepsInner(); - - /** - * Model tests for FunctionInfoInputFuncDepsInner - */ - @Test - public void testFunctionInfoInputFuncDepsInner() { - // TODO: test FunctionInfoInputFuncDepsInner - } - - /** - * Test the property 'lastChange' - */ - @Test - public void lastChangeTest() { - // TODO: test lastChange - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'members' - */ - @Test - public void membersTest() { - // TODO: test members - } - - /** - * Test the property 'artifactType' - */ - @Test - public void artifactTypeTest() { - // TODO: test artifactType - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'addr' - */ - @Test - public void addrTest() { - // TODO: test addr - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionInfoInputTest.java b/src/test/java/ai/reveng/model/FunctionInfoInputTest.java deleted file mode 100644 index 5a5046d..0000000 --- a/src/test/java/ai/reveng/model/FunctionInfoInputTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionInfoInputFuncDepsInner; -import ai.reveng.model.FunctionTypeInput; -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 FunctionInfoInput - */ -public class FunctionInfoInputTest { - private final FunctionInfoInput model = new FunctionInfoInput(); - - /** - * Model tests for FunctionInfoInput - */ - @Test - public void testFunctionInfoInput() { - // TODO: test FunctionInfoInput - } - - /** - * Test the property 'funcTypes' - */ - @Test - public void funcTypesTest() { - // TODO: test funcTypes - } - - /** - * Test the property 'funcDeps' - */ - @Test - public void funcDepsTest() { - // TODO: test funcDeps - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionInfoOutputTest.java b/src/test/java/ai/reveng/model/FunctionInfoOutputTest.java deleted file mode 100644 index cb118ce..0000000 --- a/src/test/java/ai/reveng/model/FunctionInfoOutputTest.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionInfoInputFuncDepsInner; -import ai.reveng.model.FunctionTypeOutput; -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 FunctionInfoOutput - */ -public class FunctionInfoOutputTest { - private final FunctionInfoOutput model = new FunctionInfoOutput(); - - /** - * Model tests for FunctionInfoOutput - */ - @Test - public void testFunctionInfoOutput() { - // TODO: test FunctionInfoOutput - } - - /** - * Test the property 'funcTypes' - */ - @Test - public void funcTypesTest() { - // TODO: test funcTypes - } - - /** - * Test the property 'funcDeps' - */ - @Test - public void funcDepsTest() { - // TODO: test funcDeps - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionListItemTest.java b/src/test/java/ai/reveng/model/FunctionListItemTest.java deleted file mode 100644 index 853b854..0000000 --- a/src/test/java/ai/reveng/model/FunctionListItemTest.java +++ /dev/null @@ -1,104 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.NameSourceType; -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 FunctionListItem - */ -public class FunctionListItemTest { - private final FunctionListItem model = new FunctionListItem(); - - /** - * Model tests for FunctionListItem - */ - @Test - public void testFunctionListItem() { - // TODO: test FunctionListItem - } - - /** - * 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 'nameSourceType' - */ - @Test - public void nameSourceTypeTest() { - // TODO: test nameSourceType - } - - /** - * Test the property 'nameSource' - */ - @Test - public void nameSourceTest() { - // TODO: test nameSource - } - - /** - * Test the property 'mangledName' - */ - @Test - public void mangledNameTest() { - // TODO: test mangledName - } - - /** - * Test the property 'vaddr' - */ - @Test - public void vaddrTest() { - // TODO: test vaddr - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'debug' - */ - @Test - public void debugTest() { - // TODO: test debug - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionLocalVariableResponseTest.java b/src/test/java/ai/reveng/model/FunctionLocalVariableResponseTest.java deleted file mode 100644 index 84c92c0..0000000 --- a/src/test/java/ai/reveng/model/FunctionLocalVariableResponseTest.java +++ /dev/null @@ -1,79 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FunctionLocalVariableResponse - */ -public class FunctionLocalVariableResponseTest { - private final FunctionLocalVariableResponse model = new FunctionLocalVariableResponse(); - - /** - * Model tests for FunctionLocalVariableResponse - */ - @Test - public void testFunctionLocalVariableResponse() { - // TODO: test FunctionLocalVariableResponse - } - - /** - * Test the property 'address' - */ - @Test - public void addressTest() { - // TODO: test address - } - - /** - * Test the property 'dType' - */ - @Test - public void dTypeTest() { - // TODO: test dType - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'loc' - */ - @Test - public void locTest() { - // TODO: test loc - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionMappingFullTest.java b/src/test/java/ai/reveng/model/FunctionMappingFullTest.java deleted file mode 100644 index 9d747f2..0000000 --- a/src/test/java/ai/reveng/model/FunctionMappingFullTest.java +++ /dev/null @@ -1,148 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.InverseFunctionMapItem; -import ai.reveng.model.InverseStringMapItem; -import ai.reveng.model.InverseValue; -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 java.util.HashMap; -import java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FunctionMappingFull - */ -public class FunctionMappingFullTest { - private final FunctionMappingFull model = new FunctionMappingFull(); - - /** - * Model tests for FunctionMappingFull - */ - @Test - public void testFunctionMappingFull() { - // TODO: test FunctionMappingFull - } - - /** - * Test the property 'inverseStringMap' - */ - @Test - public void inverseStringMapTest() { - // TODO: test inverseStringMap - } - - /** - * Test the property 'inverseFunctionMap' - */ - @Test - public void inverseFunctionMapTest() { - // TODO: test inverseFunctionMap - } - - /** - * Test the property 'unmatchedFunctions' - */ - @Test - public void unmatchedFunctionsTest() { - // TODO: test unmatchedFunctions - } - - /** - * Test the property 'unmatchedCustomTypes' - */ - @Test - public void unmatchedCustomTypesTest() { - // TODO: test unmatchedCustomTypes - } - - /** - * Test the property 'unmatchedStrings' - */ - @Test - public void unmatchedStringsTest() { - // TODO: test unmatchedStrings - } - - /** - * Test the property 'unmatchedVars' - */ - @Test - public void unmatchedVarsTest() { - // TODO: test unmatchedVars - } - - /** - * Test the property 'unmatchedGoToLabels' - */ - @Test - public void unmatchedGoToLabelsTest() { - // TODO: test unmatchedGoToLabels - } - - /** - * Test the property 'unmatchedCustomFunctionPointers' - */ - @Test - public void unmatchedCustomFunctionPointersTest() { - // TODO: test unmatchedCustomFunctionPointers - } - - /** - * Test the property 'unmatchedVariadicLists' - */ - @Test - public void unmatchedVariadicListsTest() { - // TODO: test unmatchedVariadicLists - } - - /** - * Test the property 'unmatchedEnums' - */ - @Test - public void unmatchedEnumsTest() { - // TODO: test unmatchedEnums - } - - /** - * Test the property 'unmatchedGlobalVars' - */ - @Test - public void unmatchedGlobalVarsTest() { - // TODO: test unmatchedGlobalVars - } - - /** - * Test the property 'fields' - */ - @Test - public void fieldsTest() { - // TODO: test fields - } - - /** - * Test the property 'unmatchedExternalVars' - */ - @Test - public void unmatchedExternalVarsTest() { - // TODO: test unmatchedExternalVars - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionMappingTest.java b/src/test/java/ai/reveng/model/FunctionMappingTest.java deleted file mode 100644 index 62a09ec..0000000 --- a/src/test/java/ai/reveng/model/FunctionMappingTest.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 java.util.HashMap; -import java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FunctionMapping - */ -public class FunctionMappingTest { - private final FunctionMapping model = new FunctionMapping(); - - /** - * Model tests for FunctionMapping - */ - @Test - public void testFunctionMapping() { - // TODO: test FunctionMapping - } - - /** - * Test the property 'functionMap' - */ - @Test - public void functionMapTest() { - // TODO: test functionMap - } - - /** - * Test the property 'inverseFunctionMap' - */ - @Test - public void inverseFunctionMapTest() { - // TODO: test inverseFunctionMap - } - - /** - * Test the property 'nameMap' - */ - @Test - public void nameMapTest() { - // TODO: test nameMap - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionMatchTest.java b/src/test/java/ai/reveng/model/FunctionMatchTest.java deleted file mode 100644 index 75d8557..0000000 --- a/src/test/java/ai/reveng/model/FunctionMatchTest.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.MatchedFunction; -import ai.reveng.model.NameConfidence; -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 FunctionMatch - */ -public class FunctionMatchTest { - private final FunctionMatch model = new FunctionMatch(); - - /** - * Model tests for FunctionMatch - */ - @Test - public void testFunctionMatch() { - // TODO: test FunctionMatch - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'matchedFunctions' - */ - @Test - public void matchedFunctionsTest() { - // TODO: test matchedFunctions - } - - /** - * Test the property 'confidences' - */ - @Test - public void confidencesTest() { - // TODO: test confidences - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionMatchingFiltersTest.java b/src/test/java/ai/reveng/model/FunctionMatchingFiltersTest.java deleted file mode 100644 index 7772cc6..0000000 --- a/src/test/java/ai/reveng/model/FunctionMatchingFiltersTest.java +++ /dev/null @@ -1,73 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FunctionMatchingFilters - */ -public class FunctionMatchingFiltersTest { - private final FunctionMatchingFilters model = new FunctionMatchingFilters(); - - /** - * Model tests for FunctionMatchingFilters - */ - @Test - public void testFunctionMatchingFilters() { - // TODO: test FunctionMatchingFilters - } - - /** - * Test the property 'binaryIds' - */ - @Test - public void binaryIdsTest() { - // TODO: test binaryIds - } - - /** - * Test the property 'collectionIds' - */ - @Test - public void collectionIdsTest() { - // TODO: test collectionIds - } - - /** - * Test the property 'functionIds' - */ - @Test - public void functionIdsTest() { - // TODO: test functionIds - } - - /** - * Test the property 'debugTypes' - */ - @Test - public void debugTypesTest() { - // TODO: test debugTypes - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionMatchingRequestTest.java b/src/test/java/ai/reveng/model/FunctionMatchingRequestTest.java deleted file mode 100644 index fe1d752..0000000 --- a/src/test/java/ai/reveng/model/FunctionMatchingRequestTest.java +++ /dev/null @@ -1,124 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionMatchingFilters; -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.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 FunctionMatchingRequest - */ -public class FunctionMatchingRequestTest { - private final FunctionMatchingRequest model = new FunctionMatchingRequest(); - - /** - * Model tests for FunctionMatchingRequest - */ - @Test - public void testFunctionMatchingRequest() { - // TODO: test FunctionMatchingRequest - } - - /** - * Test the property 'modelId' - */ - @Test - public void modelIdTest() { - // TODO: test modelId - } - - /** - * Test the property 'functionIds' - */ - @Test - public void functionIdsTest() { - // TODO: test functionIds - } - - /** - * Test the property 'minSimilarity' - */ - @Test - public void minSimilarityTest() { - // TODO: test minSimilarity - } - - /** - * Test the property 'filters' - */ - @Test - public void filtersTest() { - // TODO: test filters - } - - /** - * Test the property 'resultsPerFunction' - */ - @Test - public void resultsPerFunctionTest() { - // TODO: test resultsPerFunction - } - - /** - * Test the property 'page' - */ - @Test - public void pageTest() { - // TODO: test page - } - - /** - * Test the property 'pageSize' - */ - @Test - public void pageSizeTest() { - // TODO: test pageSize - } - - /** - * Test the property 'statusOnly' - */ - @Test - public void statusOnlyTest() { - // TODO: test statusOnly - } - - /** - * Test the property 'noCache' - */ - @Test - public void noCacheTest() { - // TODO: test noCache - } - - /** - * Test the property 'useCanonicalNames' - */ - @Test - public void useCanonicalNamesTest() { - // TODO: test useCanonicalNames - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionMatchingResponseTest.java b/src/test/java/ai/reveng/model/FunctionMatchingResponseTest.java deleted file mode 100644 index 0d16ead..0000000 --- a/src/test/java/ai/reveng/model/FunctionMatchingResponseTest.java +++ /dev/null @@ -1,123 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionMatch; -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 FunctionMatchingResponse - */ -public class FunctionMatchingResponseTest { - private final FunctionMatchingResponse model = new FunctionMatchingResponse(); - - /** - * Model tests for FunctionMatchingResponse - */ - @Test - public void testFunctionMatchingResponse() { - // TODO: test FunctionMatchingResponse - } - - /** - * Test the property 'progress' - */ - @Test - public void progressTest() { - // TODO: test progress - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'totalTime' - */ - @Test - public void totalTimeTest() { - // TODO: test totalTime - } - - /** - * Test the property 'errorMessage' - */ - @Test - public void errorMessageTest() { - // TODO: test errorMessage - } - - /** - * Test the property 'currentPage' - */ - @Test - public void currentPageTest() { - // TODO: test currentPage - } - - /** - * Test the property 'totalPages' - */ - @Test - public void totalPagesTest() { - // TODO: test totalPages - } - - /** - * Test the property 'matches' - */ - @Test - public void matchesTest() { - // TODO: test matches - } - - /** - * Test the property 'numMatches' - */ - @Test - public void numMatchesTest() { - // TODO: test numMatches - } - - /** - * Test the property 'numDebugMatches' - */ - @Test - public void numDebugMatchesTest() { - // TODO: test numDebugMatches - } - - /** - * Test the property 'updatedAt' - */ - @Test - public void updatedAtTest() { - // TODO: test updatedAt - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionNameHistoryTest.java b/src/test/java/ai/reveng/model/FunctionNameHistoryTest.java deleted file mode 100644 index d52a413..0000000 --- a/src/test/java/ai/reveng/model/FunctionNameHistoryTest.java +++ /dev/null @@ -1,96 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionSourceType; -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 FunctionNameHistory - */ -public class FunctionNameHistoryTest { - private final FunctionNameHistory model = new FunctionNameHistory(); - - /** - * Model tests for FunctionNameHistory - */ - @Test - public void testFunctionNameHistory() { - // TODO: test FunctionNameHistory - } - - /** - * Test the property 'historyId' - */ - @Test - public void historyIdTest() { - // TODO: test historyId - } - - /** - * Test the property 'changeMadeBy' - */ - @Test - public void changeMadeByTest() { - // TODO: test changeMadeBy - } - - /** - * Test the property 'functionName' - */ - @Test - public void functionNameTest() { - // TODO: test functionName - } - - /** - * Test the property 'mangledName' - */ - @Test - public void mangledNameTest() { - // TODO: test mangledName - } - - /** - * Test the property 'isDebug' - */ - @Test - public void isDebugTest() { - // TODO: test isDebug - } - - /** - * Test the property 'sourceType' - */ - @Test - public void sourceTypeTest() { - // TODO: test sourceType - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionParamResponseTest.java b/src/test/java/ai/reveng/model/FunctionParamResponseTest.java deleted file mode 100644 index 984158a..0000000 --- a/src/test/java/ai/reveng/model/FunctionParamResponseTest.java +++ /dev/null @@ -1,79 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FunctionParamResponse - */ -public class FunctionParamResponseTest { - private final FunctionParamResponse model = new FunctionParamResponse(); - - /** - * Model tests for FunctionParamResponse - */ - @Test - public void testFunctionParamResponse() { - // TODO: test FunctionParamResponse - } - - /** - * Test the property 'dType' - */ - @Test - public void dTypeTest() { - // TODO: test dType - } - - /** - * Test the property 'loc' - */ - @Test - public void locTest() { - // TODO: test loc - } - - /** - * Test the property 'addr' - */ - @Test - public void addrTest() { - // TODO: test addr - } - - /** - * Test the property 'length' - */ - @Test - public void lengthTest() { - // TODO: test length - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionRenameMapTest.java b/src/test/java/ai/reveng/model/FunctionRenameMapTest.java deleted file mode 100644 index 41a4a96..0000000 --- a/src/test/java/ai/reveng/model/FunctionRenameMapTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FunctionRenameMap - */ -public class FunctionRenameMapTest { - private final FunctionRenameMap model = new FunctionRenameMap(); - - /** - * Model tests for FunctionRenameMap - */ - @Test - public void testFunctionRenameMap() { - // TODO: test FunctionRenameMap - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'newName' - */ - @Test - public void newNameTest() { - // TODO: test newName - } - - /** - * Test the property 'newMangledName' - */ - @Test - public void newMangledNameTest() { - // TODO: test newMangledName - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionRenameTest.java b/src/test/java/ai/reveng/model/FunctionRenameTest.java deleted file mode 100644 index cb9119b..0000000 --- a/src/test/java/ai/reveng/model/FunctionRenameTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FunctionRename - */ -public class FunctionRenameTest { - private final FunctionRename model = new FunctionRename(); - - /** - * Model tests for FunctionRename - */ - @Test - public void testFunctionRename() { - // TODO: test FunctionRename - } - - /** - * Test the property 'newName' - */ - @Test - public void newNameTest() { - // TODO: test newName - } - - /** - * Test the property 'newMangledName' - */ - @Test - public void newMangledNameTest() { - // TODO: test newMangledName - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionSearchResponseTest.java b/src/test/java/ai/reveng/model/FunctionSearchResponseTest.java deleted file mode 100644 index 8bd882a..0000000 --- a/src/test/java/ai/reveng/model/FunctionSearchResponseTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionSearchResult; -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 FunctionSearchResponse - */ -public class FunctionSearchResponseTest { - private final FunctionSearchResponse model = new FunctionSearchResponse(); - - /** - * Model tests for FunctionSearchResponse - */ - @Test - public void testFunctionSearchResponse() { - // TODO: test FunctionSearchResponse - } - - /** - * Test the property 'results' - */ - @Test - public void resultsTest() { - // TODO: test results - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionSearchResultTest.java b/src/test/java/ai/reveng/model/FunctionSearchResultTest.java deleted file mode 100644 index 8d34c11..0000000 --- a/src/test/java/ai/reveng/model/FunctionSearchResultTest.java +++ /dev/null @@ -1,96 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FunctionSearchResult - */ -public class FunctionSearchResultTest { - private final FunctionSearchResult model = new FunctionSearchResult(); - - /** - * Model tests for FunctionSearchResult - */ - @Test - public void testFunctionSearchResult() { - // TODO: test FunctionSearchResult - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'functionName' - */ - @Test - public void functionNameTest() { - // TODO: test functionName - } - - /** - * Test the property 'binaryName' - */ - @Test - public void binaryNameTest() { - // TODO: test binaryName - } - - /** - * Test the property 'createdAt' - */ - @Test - public void createdAtTest() { - // TODO: test createdAt - } - - /** - * Test the property 'modelId' - */ - @Test - public void modelIdTest() { - // TODO: test modelId - } - - /** - * Test the property 'modelName' - */ - @Test - public void modelNameTest() { - // TODO: test modelName - } - - /** - * Test the property 'ownedBy' - */ - @Test - public void ownedByTest() { - // TODO: test ownedBy - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionSourceTypeTest.java b/src/test/java/ai/reveng/model/FunctionSourceTypeTest.java deleted file mode 100644 index fefd9e9..0000000 --- a/src/test/java/ai/reveng/model/FunctionSourceTypeTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FunctionSourceType - */ -public class FunctionSourceTypeTest { - /** - * Model tests for FunctionSourceType - */ - @Test - public void testFunctionSourceType() { - // TODO: test FunctionSourceType - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionStringTest.java b/src/test/java/ai/reveng/model/FunctionStringTest.java deleted file mode 100644 index 955b98c..0000000 --- a/src/test/java/ai/reveng/model/FunctionStringTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 FunctionString - */ -public class FunctionStringTest { - private final FunctionString model = new FunctionString(); - - /** - * Model tests for FunctionString - */ - @Test - public void testFunctionString() { - // TODO: test FunctionString - } - - /** - * Test the property 'value' - */ - @Test - public void valueTest() { - // TODO: test value - } - - /** - * Test the property 'vaddr' - */ - @Test - public void vaddrTest() { - // TODO: test vaddr - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionStringsResponseTest.java b/src/test/java/ai/reveng/model/FunctionStringsResponseTest.java deleted file mode 100644 index c07c83c..0000000 --- a/src/test/java/ai/reveng/model/FunctionStringsResponseTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionString; -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 FunctionStringsResponse - */ -public class FunctionStringsResponseTest { - private final FunctionStringsResponse model = new FunctionStringsResponse(); - - /** - * Model tests for FunctionStringsResponse - */ - @Test - public void testFunctionStringsResponse() { - // TODO: test FunctionStringsResponse - } - - /** - * Test the property 'strings' - */ - @Test - public void stringsTest() { - // TODO: test strings - } - - /** - * Test the property 'totalStrings' - */ - @Test - public void totalStringsTest() { - // TODO: test totalStrings - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionTaskResponseTest.java b/src/test/java/ai/reveng/model/FunctionTaskResponseTest.java deleted file mode 100644 index d54b530..0000000 --- a/src/test/java/ai/reveng/model/FunctionTaskResponseTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionTaskStatus; -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 FunctionTaskResponse - */ -public class FunctionTaskResponseTest { - private final FunctionTaskResponse model = new FunctionTaskResponse(); - - /** - * Model tests for FunctionTaskResponse - */ - @Test - public void testFunctionTaskResponse() { - // TODO: test FunctionTaskResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'errorMessage' - */ - @Test - public void errorMessageTest() { - // TODO: test errorMessage - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionTaskStatusTest.java b/src/test/java/ai/reveng/model/FunctionTaskStatusTest.java deleted file mode 100644 index c86eb7b..0000000 --- a/src/test/java/ai/reveng/model/FunctionTaskStatusTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for FunctionTaskStatus - */ -public class FunctionTaskStatusTest { - /** - * Model tests for FunctionTaskStatus - */ - @Test - public void testFunctionTaskStatus() { - // TODO: test FunctionTaskStatus - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionTypeInputTest.java b/src/test/java/ai/reveng/model/FunctionTypeInputTest.java deleted file mode 100644 index 2d5e37f..0000000 --- a/src/test/java/ai/reveng/model/FunctionTypeInputTest.java +++ /dev/null @@ -1,108 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionHeader; -import ai.reveng.model.StackVariable; -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 java.util.HashMap; -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 FunctionTypeInput - */ -public class FunctionTypeInputTest { - private final FunctionTypeInput model = new FunctionTypeInput(); - - /** - * Model tests for FunctionTypeInput - */ - @Test - public void testFunctionTypeInput() { - // TODO: test FunctionTypeInput - } - - /** - * Test the property 'lastChange' - */ - @Test - public void lastChangeTest() { - // TODO: test lastChange - } - - /** - * Test the property 'addr' - */ - @Test - public void addrTest() { - // TODO: test addr - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'header' - */ - @Test - public void headerTest() { - // TODO: test header - } - - /** - * Test the property 'stackVars' - */ - @Test - public void stackVarsTest() { - // TODO: test stackVars - } - - /** - * 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 'artifactType' - */ - @Test - public void artifactTypeTest() { - // TODO: test artifactType - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionTypeOutputTest.java b/src/test/java/ai/reveng/model/FunctionTypeOutputTest.java deleted file mode 100644 index ae69ad0..0000000 --- a/src/test/java/ai/reveng/model/FunctionTypeOutputTest.java +++ /dev/null @@ -1,108 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionHeader; -import ai.reveng.model.StackVariable; -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 java.util.HashMap; -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 FunctionTypeOutput - */ -public class FunctionTypeOutputTest { - private final FunctionTypeOutput model = new FunctionTypeOutput(); - - /** - * Model tests for FunctionTypeOutput - */ - @Test - public void testFunctionTypeOutput() { - // TODO: test FunctionTypeOutput - } - - /** - * Test the property 'lastChange' - */ - @Test - public void lastChangeTest() { - // TODO: test lastChange - } - - /** - * Test the property 'addr' - */ - @Test - public void addrTest() { - // TODO: test addr - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'header' - */ - @Test - public void headerTest() { - // TODO: test header - } - - /** - * Test the property 'stackVars' - */ - @Test - public void stackVarsTest() { - // TODO: test stackVars - } - - /** - * 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 'artifactType' - */ - @Test - public void artifactTypeTest() { - // TODO: test artifactType - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionsDetailResponseTest.java b/src/test/java/ai/reveng/model/FunctionsDetailResponseTest.java deleted file mode 100644 index 182f0bf..0000000 --- a/src/test/java/ai/reveng/model/FunctionsDetailResponseTest.java +++ /dev/null @@ -1,147 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.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 FunctionsDetailResponse - */ -public class FunctionsDetailResponseTest { - private final FunctionsDetailResponse model = new FunctionsDetailResponse(); - - /** - * Model tests for FunctionsDetailResponse - */ - @Test - public void testFunctionsDetailResponse() { - // TODO: test FunctionsDetailResponse - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'functionName' - */ - @Test - public void functionNameTest() { - // TODO: test functionName - } - - /** - * Test the property 'functionNameMangled' - */ - @Test - public void functionNameMangledTest() { - // TODO: test functionNameMangled - } - - /** - * Test the property 'functionVaddr' - */ - @Test - public void functionVaddrTest() { - // TODO: test functionVaddr - } - - /** - * Test the property 'functionSize' - */ - @Test - public void functionSizeTest() { - // TODO: test functionSize - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'binaryName' - */ - @Test - public void binaryNameTest() { - // TODO: test binaryName - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'debugHash' - */ - @Test - public void debugHashTest() { - // TODO: test debugHash - } - - /** - * Test the property 'debug' - */ - @Test - public void debugTest() { - // TODO: test debug - } - - /** - * Test the property 'embedding3d' - */ - @Test - public void embedding3dTest() { - // TODO: test embedding3d - } - - /** - * Test the property 'embedding1d' - */ - @Test - public void embedding1dTest() { - // TODO: test embedding1d - } - -} diff --git a/src/test/java/ai/reveng/model/FunctionsListRenameTest.java b/src/test/java/ai/reveng/model/FunctionsListRenameTest.java deleted file mode 100644 index 27577d6..0000000 --- a/src/test/java/ai/reveng/model/FunctionsListRenameTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionRenameMap; -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 FunctionsListRename - */ -public class FunctionsListRenameTest { - private final FunctionsListRename model = new FunctionsListRename(); - - /** - * Model tests for FunctionsListRename - */ - @Test - public void testFunctionsListRename() { - // TODO: test FunctionsListRename - } - - /** - * Test the property 'functions' - */ - @Test - public void functionsTest() { - // TODO: test functions - } - -} diff --git a/src/test/java/ai/reveng/model/GenerateFunctionDataTypesTest.java b/src/test/java/ai/reveng/model/GenerateFunctionDataTypesTest.java deleted file mode 100644 index f662adf..0000000 --- a/src/test/java/ai/reveng/model/GenerateFunctionDataTypesTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.GenerationStatusList; -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 GenerateFunctionDataTypes - */ -public class GenerateFunctionDataTypesTest { - private final GenerateFunctionDataTypes model = new GenerateFunctionDataTypes(); - - /** - * Model tests for GenerateFunctionDataTypes - */ - @Test - public void testGenerateFunctionDataTypes() { - // TODO: test GenerateFunctionDataTypes - } - - /** - * Test the property 'queued' - */ - @Test - public void queuedTest() { - // TODO: test queued - } - - /** - * Test the property 'reference' - */ - @Test - public void referenceTest() { - // TODO: test reference - } - - /** - * Test the property 'dataTypesList' - */ - @Test - public void dataTypesListTest() { - // TODO: test dataTypesList - } - -} diff --git a/src/test/java/ai/reveng/model/GenerationStatusListTest.java b/src/test/java/ai/reveng/model/GenerationStatusListTest.java deleted file mode 100644 index 5ac362e..0000000 --- a/src/test/java/ai/reveng/model/GenerationStatusListTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionDataTypesStatus; -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 GenerationStatusList - */ -public class GenerationStatusListTest { - private final GenerationStatusList model = new GenerationStatusList(); - - /** - * Model tests for GenerationStatusList - */ - @Test - public void testGenerationStatusList() { - // TODO: test GenerationStatusList - } - - /** - * Test the property 'totalCount' - */ - @Test - public void totalCountTest() { - // TODO: test totalCount - } - - /** - * Test the property 'totalDataTypesCount' - */ - @Test - public void totalDataTypesCountTest() { - // TODO: test totalDataTypesCount - } - - /** - * Test the property 'items' - */ - @Test - public void itemsTest() { - // TODO: test items - } - -} diff --git a/src/test/java/ai/reveng/model/GetAiDecompilationRatingResponseTest.java b/src/test/java/ai/reveng/model/GetAiDecompilationRatingResponseTest.java deleted file mode 100644 index 6aa9751..0000000 --- a/src/test/java/ai/reveng/model/GetAiDecompilationRatingResponseTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AiDecompilationRating; -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 GetAiDecompilationRatingResponse - */ -public class GetAiDecompilationRatingResponseTest { - private final GetAiDecompilationRatingResponse model = new GetAiDecompilationRatingResponse(); - - /** - * Model tests for GetAiDecompilationRatingResponse - */ - @Test - public void testGetAiDecompilationRatingResponse() { - // TODO: test GetAiDecompilationRatingResponse - } - - /** - * Test the property 'rating' - */ - @Test - public void ratingTest() { - // TODO: test rating - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - -} diff --git a/src/test/java/ai/reveng/model/GetAiDecompilationTaskTest.java b/src/test/java/ai/reveng/model/GetAiDecompilationTaskTest.java deleted file mode 100644 index a6770b0..0000000 --- a/src/test/java/ai/reveng/model/GetAiDecompilationTaskTest.java +++ /dev/null @@ -1,117 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AiDecompilationTaskStatus; -import ai.reveng.model.FunctionMappingFull; -import ai.reveng.model.InverseFunctionMapItem; -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 java.util.HashMap; -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 GetAiDecompilationTask - */ -public class GetAiDecompilationTaskTest { - private final GetAiDecompilationTask model = new GetAiDecompilationTask(); - - /** - * Model tests for GetAiDecompilationTask - */ - @Test - public void testGetAiDecompilationTask() { - // TODO: test GetAiDecompilationTask - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'decompilation' - */ - @Test - public void decompilationTest() { - // TODO: test decompilation - } - - /** - * Test the property 'rawDecompilation' - */ - @Test - public void rawDecompilationTest() { - // TODO: test rawDecompilation - } - - /** - * Test the property 'functionMapping' - */ - @Test - public void functionMappingTest() { - // TODO: test functionMapping - } - - /** - * Test the property 'functionMappingFull' - */ - @Test - public void functionMappingFullTest() { - // TODO: test functionMappingFull - } - - /** - * Test the property 'summary' - */ - @Test - public void summaryTest() { - // TODO: test summary - } - - /** - * Test the property 'aiSummary' - */ - @Test - public void aiSummaryTest() { - // TODO: test aiSummary - } - - /** - * Test the property 'rawAiSummary' - */ - @Test - public void rawAiSummaryTest() { - // TODO: test rawAiSummary - } - - /** - * Test the property 'predictedFunctionName' - */ - @Test - public void predictedFunctionNameTest() { - // TODO: test predictedFunctionName - } - -} diff --git a/src/test/java/ai/reveng/model/GetMeResponseTest.java b/src/test/java/ai/reveng/model/GetMeResponseTest.java index a33487d..b50d3fe 100644 --- a/src/test/java/ai/reveng/model/GetMeResponseTest.java +++ b/src/test/java/ai/reveng/model/GetMeResponseTest.java @@ -1,104 +1,126 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - package ai.reveng.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 static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; + import java.io.IOException; import java.time.OffsetDateTime; -import java.util.Arrays; -import org.junit.jupiter.api.Disabled; +import java.time.ZoneOffset; + import org.junit.jupiter.api.Test; /** - * Model tests for GetMeResponse + * Tests for GetMeResponse deserialization. */ public class GetMeResponseTest { - private final GetMeResponse model = new GetMeResponse(); - /** - * Model tests for GetMeResponse - */ @Test - public void testGetMeResponse() { - // TODO: test GetMeResponse - } + public void testCreationFieldParsesRfc3339WithTimezone() throws IOException { + String json = "{" + + "\"username\": \"testuser\"," + + "\"user_id\": 1," + + "\"first_name\": \"Test\"," + + "\"last_name\": \"User\"," + + "\"email\": \"test@example.com\"," + + "\"creation\": \"2024-06-15T10:30:00+05:30\"," + + "\"tutorial_seen\": true," + + "\"role\": \"USER\"" + + "}"; - /** - * Test the property 'username' - */ - @Test - public void usernameTest() { - // TODO: test username - } + GetMeResponse response = GetMeResponse.fromJson(json); - /** - * Test the property 'userId' - */ - @Test - public void userIdTest() { - // TODO: test userId + assertNotNull(response.getCreation()); + assertEquals( + OffsetDateTime.of(2024, 6, 15, 10, 30, 0, 0, ZoneOffset.ofHoursMinutes(5, 30)), + response.getCreation() + ); } - /** - * Test the property 'firstName' - */ @Test - public void firstNameTest() { - // TODO: test firstName - } + public void testCreationFieldParsesRfc3339WithUtcZ() throws IOException { + String json = "{" + + "\"username\": \"testuser\"," + + "\"user_id\": 1," + + "\"first_name\": \"Test\"," + + "\"last_name\": \"User\"," + + "\"email\": \"test@example.com\"," + + "\"creation\": \"2024-06-15T10:30:00Z\"," + + "\"tutorial_seen\": true," + + "\"role\": \"USER\"" + + "}"; - /** - * Test the property 'lastName' - */ - @Test - public void lastNameTest() { - // TODO: test lastName - } + GetMeResponse response = GetMeResponse.fromJson(json); - /** - * Test the property 'email' - */ - @Test - public void emailTest() { - // TODO: test email + assertNotNull(response.getCreation()); + assertEquals( + OffsetDateTime.of(2024, 6, 15, 10, 30, 0, 0, ZoneOffset.UTC), + response.getCreation() + ); } - /** - * Test the property 'creation' - */ @Test - public void creationTest() { - // TODO: test creation + public void testCreationFieldParsesRfc3339WithNegativeOffset() throws IOException { + String json = "{" + + "\"username\": \"testuser\"," + + "\"user_id\": 1," + + "\"first_name\": \"Test\"," + + "\"last_name\": \"User\"," + + "\"email\": \"test@example.com\"," + + "\"creation\": \"2024-06-15T10:30:00-04:00\"," + + "\"tutorial_seen\": true," + + "\"role\": \"USER\"" + + "}"; + + GetMeResponse response = GetMeResponse.fromJson(json); + + assertNotNull(response.getCreation()); + assertEquals( + OffsetDateTime.of(2024, 6, 15, 10, 30, 0, 0, ZoneOffset.ofHours(-4)), + response.getCreation() + ); } - /** - * Test the property 'tutorialSeen' - */ @Test - public void tutorialSeenTest() { - // TODO: test tutorialSeen + public void testCreationFieldParsesRfc3339WithFractionalSecondsAndTimezone() throws IOException { + String json = "{" + + "\"username\": \"testuser\"," + + "\"user_id\": 1," + + "\"first_name\": \"Test\"," + + "\"last_name\": \"User\"," + + "\"email\": \"test@example.com\"," + + "\"creation\": \"2024-06-15T10:30:00.123456+02:00\"," + + "\"tutorial_seen\": true," + + "\"role\": \"USER\"" + + "}"; + + GetMeResponse response = GetMeResponse.fromJson(json); + + assertNotNull(response.getCreation()); + assertEquals( + OffsetDateTime.of(2024, 6, 15, 10, 30, 0, 123456000, ZoneOffset.ofHours(2)), + response.getCreation() + ); } - /** - * Test the property 'role' - */ @Test - public void roleTest() { - // TODO: test role - } + public void testCreationFieldParsesRfc3339WithNanosecondPrecision() throws IOException { + String json = "{" + + "\"username\": \"testuser\"," + + "\"user_id\": 1," + + "\"first_name\": \"Test\"," + + "\"last_name\": \"User\"," + + "\"email\": \"test@example.com\"," + + "\"creation\": \"2024-06-15T10:30:00.123456789+03:00\"," + + "\"tutorial_seen\": true," + + "\"role\": \"USER\"" + + "}"; + GetMeResponse response = GetMeResponse.fromJson(json); + + assertNotNull(response.getCreation()); + assertEquals( + OffsetDateTime.of(2024, 6, 15, 10, 30, 0, 123456789, ZoneOffset.ofHours(3)), + response.getCreation() + ); + } } diff --git a/src/test/java/ai/reveng/model/GetPublicUserResponseTest.java b/src/test/java/ai/reveng/model/GetPublicUserResponseTest.java deleted file mode 100644 index cb5597c..0000000 --- a/src/test/java/ai/reveng/model/GetPublicUserResponseTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 GetPublicUserResponse - */ -public class GetPublicUserResponseTest { - private final GetPublicUserResponse model = new GetPublicUserResponse(); - - /** - * Model tests for GetPublicUserResponse - */ - @Test - public void testGetPublicUserResponse() { - // TODO: test GetPublicUserResponse - } - - /** - * Test the property 'username' - */ - @Test - public void usernameTest() { - // TODO: test username - } - - /** - * Test the property 'userId' - */ - @Test - public void userIdTest() { - // TODO: test userId - } - -} diff --git a/src/test/java/ai/reveng/model/GlobalVariableTest.java b/src/test/java/ai/reveng/model/GlobalVariableTest.java deleted file mode 100644 index 032a73f..0000000 --- a/src/test/java/ai/reveng/model/GlobalVariableTest.java +++ /dev/null @@ -1,88 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 GlobalVariable - */ -public class GlobalVariableTest { - private final GlobalVariable model = new GlobalVariable(); - - /** - * Model tests for GlobalVariable - */ - @Test - public void testGlobalVariable() { - // TODO: test GlobalVariable - } - - /** - * Test the property 'lastChange' - */ - @Test - public void lastChangeTest() { - // TODO: test lastChange - } - - /** - * Test the property 'addr' - */ - @Test - public void addrTest() { - // TODO: test addr - } - - /** - * 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 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'artifactType' - */ - @Test - public void artifactTypeTest() { - // TODO: test artifactType - } - -} diff --git a/src/test/java/ai/reveng/model/ISATest.java b/src/test/java/ai/reveng/model/ISATest.java deleted file mode 100644 index 860451a..0000000 --- a/src/test/java/ai/reveng/model/ISATest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ISA - */ -public class ISATest { - /** - * Model tests for ISA - */ - @Test - public void testISA() { - // TODO: test ISA - } - -} diff --git a/src/test/java/ai/reveng/model/IconModelTest.java b/src/test/java/ai/reveng/model/IconModelTest.java deleted file mode 100644 index 8421fd9..0000000 --- a/src/test/java/ai/reveng/model/IconModelTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 IconModel - */ -public class IconModelTest { - private final IconModel model = new IconModel(); - - /** - * Model tests for IconModel - */ - @Test - public void testIconModel() { - // TODO: test IconModel - } - - /** - * Test the property 'content' - */ - @Test - public void contentTest() { - // TODO: test content - } - -} diff --git a/src/test/java/ai/reveng/model/ImportModelTest.java b/src/test/java/ai/reveng/model/ImportModelTest.java deleted file mode 100644 index 841c9dc..0000000 --- a/src/test/java/ai/reveng/model/ImportModelTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ImportModel - */ -public class ImportModelTest { - private final ImportModel model = new ImportModel(); - - /** - * Model tests for ImportModel - */ - @Test - public void testImportModel() { - // TODO: test ImportModel - } - - /** - * Test the property 'numberOfImports' - */ - @Test - public void numberOfImportsTest() { - // TODO: test numberOfImports - } - - /** - * Test the property 'imports' - */ - @Test - public void importsTest() { - // TODO: test imports - } - -} diff --git a/src/test/java/ai/reveng/model/InsertAnalysisLogRequestTest.java b/src/test/java/ai/reveng/model/InsertAnalysisLogRequestTest.java deleted file mode 100644 index 3c689f0..0000000 --- a/src/test/java/ai/reveng/model/InsertAnalysisLogRequestTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 InsertAnalysisLogRequest - */ -public class InsertAnalysisLogRequestTest { - private final InsertAnalysisLogRequest model = new InsertAnalysisLogRequest(); - - /** - * Model tests for InsertAnalysisLogRequest - */ - @Test - public void testInsertAnalysisLogRequest() { - // TODO: test InsertAnalysisLogRequest - } - - /** - * Test the property 'log' - */ - @Test - public void logTest() { - // TODO: test log - } - -} diff --git a/src/test/java/ai/reveng/model/InverseFunctionMapItemTest.java b/src/test/java/ai/reveng/model/InverseFunctionMapItemTest.java deleted file mode 100644 index 7508e95..0000000 --- a/src/test/java/ai/reveng/model/InverseFunctionMapItemTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Addr; -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 InverseFunctionMapItem - */ -public class InverseFunctionMapItemTest { - private final InverseFunctionMapItem model = new InverseFunctionMapItem(); - - /** - * Model tests for InverseFunctionMapItem - */ - @Test - public void testInverseFunctionMapItem() { - // TODO: test InverseFunctionMapItem - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'addr' - */ - @Test - public void addrTest() { - // TODO: test addr - } - - /** - * Test the property 'isExternal' - */ - @Test - public void isExternalTest() { - // TODO: test isExternal - } - -} diff --git a/src/test/java/ai/reveng/model/InverseStringMapItemTest.java b/src/test/java/ai/reveng/model/InverseStringMapItemTest.java deleted file mode 100644 index af2f56c..0000000 --- a/src/test/java/ai/reveng/model/InverseStringMapItemTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 InverseStringMapItem - */ -public class InverseStringMapItemTest { - private final InverseStringMapItem model = new InverseStringMapItem(); - - /** - * Model tests for InverseStringMapItem - */ - @Test - public void testInverseStringMapItem() { - // TODO: test InverseStringMapItem - } - - /** - * Test the property 'string' - */ - @Test - public void stringTest() { - // TODO: test string - } - - /** - * Test the property 'addr' - */ - @Test - public void addrTest() { - // TODO: test addr - } - -} diff --git a/src/test/java/ai/reveng/model/InverseValueTest.java b/src/test/java/ai/reveng/model/InverseValueTest.java deleted file mode 100644 index 9a2d3ec..0000000 --- a/src/test/java/ai/reveng/model/InverseValueTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 InverseValue - */ -public class InverseValueTest { - private final InverseValue model = new InverseValue(); - - /** - * Model tests for InverseValue - */ - @Test - public void testInverseValue() { - // TODO: test InverseValue - } - - /** - * Test the property 'value' - */ - @Test - public void valueTest() { - // TODO: test value - } - -} diff --git a/src/test/java/ai/reveng/model/ListCollectionResultsTest.java b/src/test/java/ai/reveng/model/ListCollectionResultsTest.java deleted file mode 100644 index 60f8358..0000000 --- a/src/test/java/ai/reveng/model/ListCollectionResultsTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CollectionListItem; -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 ListCollectionResults - */ -public class ListCollectionResultsTest { - private final ListCollectionResults model = new ListCollectionResults(); - - /** - * Model tests for ListCollectionResults - */ - @Test - public void testListCollectionResults() { - // TODO: test ListCollectionResults - } - - /** - * Test the property 'results' - */ - @Test - public void resultsTest() { - // TODO: test results - } - -} diff --git a/src/test/java/ai/reveng/model/LoginRequestTest.java b/src/test/java/ai/reveng/model/LoginRequestTest.java deleted file mode 100644 index 4f9362f..0000000 --- a/src/test/java/ai/reveng/model/LoginRequestTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 LoginRequest - */ -public class LoginRequestTest { - private final LoginRequest model = new LoginRequest(); - - /** - * Model tests for LoginRequest - */ - @Test - public void testLoginRequest() { - // TODO: test LoginRequest - } - - /** - * Test the property 'username' - */ - @Test - public void usernameTest() { - // TODO: test username - } - - /** - * Test the property 'password' - */ - @Test - public void passwordTest() { - // TODO: test password - } - -} diff --git a/src/test/java/ai/reveng/model/LoginResponseTest.java b/src/test/java/ai/reveng/model/LoginResponseTest.java deleted file mode 100644 index a95ff5a..0000000 --- a/src/test/java/ai/reveng/model/LoginResponseTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 LoginResponse - */ -public class LoginResponseTest { - private final LoginResponse model = new LoginResponse(); - - /** - * Model tests for LoginResponse - */ - @Test - public void testLoginResponse() { - // TODO: test LoginResponse - } - - /** - * Test the property 'token' - */ - @Test - public void tokenTest() { - // TODO: test token - } - -} diff --git a/src/test/java/ai/reveng/model/LogsTest.java b/src/test/java/ai/reveng/model/LogsTest.java deleted file mode 100644 index 3f33206..0000000 --- a/src/test/java/ai/reveng/model/LogsTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 Logs - */ -public class LogsTest { - private final Logs model = new Logs(); - - /** - * Model tests for Logs - */ - @Test - public void testLogs() { - // TODO: test Logs - } - - /** - * Test the property 'logs' - */ - @Test - public void logsTest() { - // TODO: test logs - } - -} diff --git a/src/test/java/ai/reveng/model/MatchedFunctionSuggestionTest.java b/src/test/java/ai/reveng/model/MatchedFunctionSuggestionTest.java deleted file mode 100644 index 77c373a..0000000 --- a/src/test/java/ai/reveng/model/MatchedFunctionSuggestionTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 MatchedFunctionSuggestion - */ -public class MatchedFunctionSuggestionTest { - private final MatchedFunctionSuggestion model = new MatchedFunctionSuggestion(); - - /** - * Model tests for MatchedFunctionSuggestion - */ - @Test - public void testMatchedFunctionSuggestion() { - // TODO: test MatchedFunctionSuggestion - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'functionVaddr' - */ - @Test - public void functionVaddrTest() { - // TODO: test functionVaddr - } - - /** - * Test the property 'suggestedName' - */ - @Test - public void suggestedNameTest() { - // TODO: test suggestedName - } - - /** - * Test the property 'suggestedDemangledName' - */ - @Test - public void suggestedDemangledNameTest() { - // TODO: test suggestedDemangledName - } - -} diff --git a/src/test/java/ai/reveng/model/MatchedFunctionTest.java b/src/test/java/ai/reveng/model/MatchedFunctionTest.java deleted file mode 100644 index 8d23b36..0000000 --- a/src/test/java/ai/reveng/model/MatchedFunctionTest.java +++ /dev/null @@ -1,129 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.openapitools.jackson.nullable.JsonNullable; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for MatchedFunction - */ -public class MatchedFunctionTest { - private final MatchedFunction model = new MatchedFunction(); - - /** - * Model tests for MatchedFunction - */ - @Test - public void testMatchedFunction() { - // TODO: test MatchedFunction - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'functionName' - */ - @Test - public void functionNameTest() { - // TODO: test functionName - } - - /** - * Test the property 'functionVaddr' - */ - @Test - public void functionVaddrTest() { - // TODO: test functionVaddr - } - - /** - * Test the property 'mangledName' - */ - @Test - public void mangledNameTest() { - // TODO: test mangledName - } - - /** - * Test the property 'debug' - */ - @Test - public void debugTest() { - // TODO: test debug - } - - /** - * Test the property 'binaryName' - */ - @Test - public void binaryNameTest() { - // TODO: test binaryName - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'similarity' - */ - @Test - public void similarityTest() { - // TODO: test similarity - } - - /** - * Test the property 'confidence' - */ - @Test - public void confidenceTest() { - // TODO: test confidence - } - -} diff --git a/src/test/java/ai/reveng/model/MetaModelTest.java b/src/test/java/ai/reveng/model/MetaModelTest.java deleted file mode 100644 index 27fdaf1..0000000 --- a/src/test/java/ai/reveng/model/MetaModelTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.PaginationModel; -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 MetaModel - */ -public class MetaModelTest { - private final MetaModel model = new MetaModel(); - - /** - * Model tests for MetaModel - */ - @Test - public void testMetaModel() { - // TODO: test MetaModel - } - - /** - * Test the property 'pagination' - */ - @Test - public void paginationTest() { - // TODO: test pagination - } - -} diff --git a/src/test/java/ai/reveng/model/ModelNameTest.java b/src/test/java/ai/reveng/model/ModelNameTest.java deleted file mode 100644 index e1a4e41..0000000 --- a/src/test/java/ai/reveng/model/ModelNameTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for ModelName - */ -public class ModelNameTest { - /** - * Model tests for ModelName - */ - @Test - public void testModelName() { - // TODO: test ModelName - } - -} diff --git a/src/test/java/ai/reveng/model/ModelsResponseTest.java b/src/test/java/ai/reveng/model/ModelsResponseTest.java deleted file mode 100644 index d5ffc56..0000000 --- a/src/test/java/ai/reveng/model/ModelsResponseTest.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ModelsResponse - */ -public class ModelsResponseTest { - private final ModelsResponse model = new ModelsResponse(); - - /** - * Model tests for ModelsResponse - */ - @Test - public void testModelsResponse() { - // TODO: test ModelsResponse - } - - /** - * Test the property 'models' - */ - @Test - public void modelsTest() { - // TODO: test models - } - -} diff --git a/src/test/java/ai/reveng/model/NameConfidenceTest.java b/src/test/java/ai/reveng/model/NameConfidenceTest.java deleted file mode 100644 index 56995c7..0000000 --- a/src/test/java/ai/reveng/model/NameConfidenceTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 NameConfidence - */ -public class NameConfidenceTest { - private final NameConfidence model = new NameConfidence(); - - /** - * Model tests for NameConfidence - */ - @Test - public void testNameConfidence() { - // TODO: test NameConfidence - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'confidence' - */ - @Test - public void confidenceTest() { - // TODO: test confidence - } - -} diff --git a/src/test/java/ai/reveng/model/NameSourceTypeTest.java b/src/test/java/ai/reveng/model/NameSourceTypeTest.java deleted file mode 100644 index 9d238fc..0000000 --- a/src/test/java/ai/reveng/model/NameSourceTypeTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 NameSourceType - */ -public class NameSourceTypeTest { - private final NameSourceType model = new NameSourceType(); - - /** - * Model tests for NameSourceType - */ - @Test - public void testNameSourceType() { - // TODO: test NameSourceType - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - -} diff --git a/src/test/java/ai/reveng/model/NetworkOverviewDnsAnswerTest.java b/src/test/java/ai/reveng/model/NetworkOverviewDnsAnswerTest.java deleted file mode 100644 index 00f5ad6..0000000 --- a/src/test/java/ai/reveng/model/NetworkOverviewDnsAnswerTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 NetworkOverviewDnsAnswer - */ -public class NetworkOverviewDnsAnswerTest { - private final NetworkOverviewDnsAnswer model = new NetworkOverviewDnsAnswer(); - - /** - * Model tests for NetworkOverviewDnsAnswer - */ - @Test - public void testNetworkOverviewDnsAnswer() { - // TODO: test NetworkOverviewDnsAnswer - } - - /** - * 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/ai/reveng/model/NetworkOverviewDnsTest.java b/src/test/java/ai/reveng/model/NetworkOverviewDnsTest.java deleted file mode 100644 index e5ae682..0000000 --- a/src/test/java/ai/reveng/model/NetworkOverviewDnsTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.NetworkOverviewDnsAnswer; -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 NetworkOverviewDns - */ -public class NetworkOverviewDnsTest { - private final NetworkOverviewDns model = new NetworkOverviewDns(); - - /** - * Model tests for NetworkOverviewDns - */ - @Test - public void testNetworkOverviewDns() { - // TODO: test NetworkOverviewDns - } - - /** - * Test the property 'host' - */ - @Test - public void hostTest() { - // TODO: test host - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'answers' - */ - @Test - public void answersTest() { - // TODO: test answers - } - -} diff --git a/src/test/java/ai/reveng/model/NetworkOverviewMetadataTest.java b/src/test/java/ai/reveng/model/NetworkOverviewMetadataTest.java deleted file mode 100644 index a34d5b0..0000000 --- a/src/test/java/ai/reveng/model/NetworkOverviewMetadataTest.java +++ /dev/null @@ -1,71 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 NetworkOverviewMetadata - */ -public class NetworkOverviewMetadataTest { - private final NetworkOverviewMetadata model = new NetworkOverviewMetadata(); - - /** - * Model tests for NetworkOverviewMetadata - */ - @Test - public void testNetworkOverviewMetadata() { - // TODO: test NetworkOverviewMetadata - } - - /** - * Test the property 'host' - */ - @Test - public void hostTest() { - // TODO: test host - } - - /** - * Test the property 'countryCode' - */ - @Test - public void countryCodeTest() { - // TODO: test countryCode - } - - /** - * Test the property 'ASN' - */ - @Test - public void ASNTest() { - // TODO: test ASN - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - -} diff --git a/src/test/java/ai/reveng/model/NetworkOverviewResponseTest.java b/src/test/java/ai/reveng/model/NetworkOverviewResponseTest.java deleted file mode 100644 index 58de2f9..0000000 --- a/src/test/java/ai/reveng/model/NetworkOverviewResponseTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.NetworkOverviewDns; -import ai.reveng.model.NetworkOverviewMetadata; -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 NetworkOverviewResponse - */ -public class NetworkOverviewResponseTest { - private final NetworkOverviewResponse model = new NetworkOverviewResponse(); - - /** - * Model tests for NetworkOverviewResponse - */ - @Test - public void testNetworkOverviewResponse() { - // TODO: test NetworkOverviewResponse - } - - /** - * Test the property 'dns' - */ - @Test - public void dnsTest() { - // TODO: test dns - } - - /** - * Test the property 'metadata' - */ - @Test - public void metadataTest() { - // TODO: test metadata - } - -} diff --git a/src/test/java/ai/reveng/model/OrderTest.java b/src/test/java/ai/reveng/model/OrderTest.java deleted file mode 100644 index cae0f80..0000000 --- a/src/test/java/ai/reveng/model/OrderTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Order - */ -public class OrderTest { - /** - * Model tests for Order - */ - @Test - public void testOrder() { - // TODO: test Order - } - -} diff --git a/src/test/java/ai/reveng/model/PDBDebugModelTest.java b/src/test/java/ai/reveng/model/PDBDebugModelTest.java deleted file mode 100644 index bb27588..0000000 --- a/src/test/java/ai/reveng/model/PDBDebugModelTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.SinglePDBEntryModel; -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 PDBDebugModel - */ -public class PDBDebugModelTest { - private final PDBDebugModel model = new PDBDebugModel(); - - /** - * Model tests for PDBDebugModel - */ - @Test - public void testPDBDebugModel() { - // TODO: test PDBDebugModel - } - - /** - * Test the property 'debugEntries' - */ - @Test - public void debugEntriesTest() { - // TODO: test debugEntries - } - -} diff --git a/src/test/java/ai/reveng/model/PEModelTest.java b/src/test/java/ai/reveng/model/PEModelTest.java deleted file mode 100644 index 96d6d1d..0000000 --- a/src/test/java/ai/reveng/model/PEModelTest.java +++ /dev/null @@ -1,210 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.CodeSignatureModel; -import ai.reveng.model.EntrypointModel; -import ai.reveng.model.ExportModel; -import ai.reveng.model.IconModel; -import ai.reveng.model.ImportModel; -import ai.reveng.model.PDBDebugModel; -import ai.reveng.model.SectionModel; -import ai.reveng.model.SecurityModel; -import ai.reveng.model.TimestampModel; -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 java.util.HashMap; -import java.util.Map; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for PEModel - */ -public class PEModelTest { - private final PEModel model = new PEModel(); - - /** - * Model tests for PEModel - */ - @Test - public void testPEModel() { - // TODO: test PEModel - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'timestamps' - */ - @Test - public void timestampsTest() { - // TODO: test timestamps - } - - /** - * Test the property 'architecture' - */ - @Test - public void architectureTest() { - // TODO: test architecture - } - - /** - * Test the property 'checksum' - */ - @Test - public void checksumTest() { - // TODO: test checksum - } - - /** - * Test the property 'imageBase' - */ - @Test - public void imageBaseTest() { - // TODO: test imageBase - } - - /** - * Test the property 'security' - */ - @Test - public void securityTest() { - // TODO: test security - } - - /** - * Test the property 'versionInfo' - */ - @Test - public void versionInfoTest() { - // TODO: test versionInfo - } - - /** - * Test the property 'debugInfo' - */ - @Test - public void debugInfoTest() { - // TODO: test debugInfo - } - - /** - * Test the property 'numberOfResources' - */ - @Test - public void numberOfResourcesTest() { - // TODO: test numberOfResources - } - - /** - * Test the property 'entryPoint' - */ - @Test - public void entryPointTest() { - // TODO: test entryPoint - } - - /** - * Test the property 'signature' - */ - @Test - public void signatureTest() { - // TODO: test signature - } - - /** - * Test the property 'dotnet' - */ - @Test - public void dotnetTest() { - // TODO: test dotnet - } - - /** - * Test the property 'debugStripped' - */ - @Test - public void debugStrippedTest() { - // TODO: test debugStripped - } - - /** - * Test the property 'importHash' - */ - @Test - public void importHashTest() { - // TODO: test importHash - } - - /** - * Test the property 'exportHash' - */ - @Test - public void exportHashTest() { - // TODO: test exportHash - } - - /** - * Test the property 'richHeaderHash' - */ - @Test - public void richHeaderHashTest() { - // TODO: test richHeaderHash - } - - /** - * Test the property 'sections' - */ - @Test - public void sectionsTest() { - // TODO: test sections - } - - /** - * Test the property 'imports' - */ - @Test - public void importsTest() { - // TODO: test imports - } - - /** - * Test the property 'exports' - */ - @Test - public void exportsTest() { - // TODO: test exports - } - - /** - * Test the property 'iconData' - */ - @Test - public void iconDataTest() { - // TODO: test iconData - } - -} diff --git a/src/test/java/ai/reveng/model/PaginationModelTest.java b/src/test/java/ai/reveng/model/PaginationModelTest.java deleted file mode 100644 index 84a886e..0000000 --- a/src/test/java/ai/reveng/model/PaginationModelTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 PaginationModel - */ -public class PaginationModelTest { - private final PaginationModel model = new PaginationModel(); - - /** - * Model tests for PaginationModel - */ - @Test - public void testPaginationModel() { - // TODO: test PaginationModel - } - - /** - * Test the property 'pageSize' - */ - @Test - public void pageSizeTest() { - // TODO: test pageSize - } - - /** - * Test the property 'pageNumber' - */ - @Test - public void pageNumberTest() { - // TODO: test pageNumber - } - - /** - * Test the property 'hasNextPage' - */ - @Test - public void hasNextPageTest() { - // TODO: test hasNextPage - } - -} diff --git a/src/test/java/ai/reveng/model/ParamsTest.java b/src/test/java/ai/reveng/model/ParamsTest.java deleted file mode 100644 index 3f228e7..0000000 --- a/src/test/java/ai/reveng/model/ParamsTest.java +++ /dev/null @@ -1,95 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 Params - */ -public class ParamsTest { - private final Params model = new Params(); - - /** - * Model tests for Params - */ - @Test - public void testParams() { - // TODO: test Params - } - - /** - * Test the property 'debugHash' - */ - @Test - public void debugHashTest() { - // TODO: test debugHash - } - - /** - * Test the property 'binarySize' - */ - @Test - public void binarySizeTest() { - // TODO: test binarySize - } - - /** - * Test the property 'architecture' - */ - @Test - public void architectureTest() { - // TODO: test architecture - } - - /** - * Test the property 'binaryType' - */ - @Test - public void binaryTypeTest() { - // TODO: test binaryType - } - - /** - * Test the property 'binaryFormat' - */ - @Test - public void binaryFormatTest() { - // TODO: test binaryFormat - } - - /** - * Test the property 'binaryDynamic' - */ - @Test - public void binaryDynamicTest() { - // TODO: test binaryDynamic - } - - /** - * Test the property 'modelName' - */ - @Test - public void modelNameTest() { - // TODO: test modelName - } - -} diff --git a/src/test/java/ai/reveng/model/PlatformTest.java b/src/test/java/ai/reveng/model/PlatformTest.java deleted file mode 100644 index b8be3cb..0000000 --- a/src/test/java/ai/reveng/model/PlatformTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Platform - */ -public class PlatformTest { - /** - * Model tests for Platform - */ - @Test - public void testPlatform() { - // TODO: test Platform - } - -} diff --git a/src/test/java/ai/reveng/model/ProcessDumpMetadataTest.java b/src/test/java/ai/reveng/model/ProcessDumpMetadataTest.java deleted file mode 100644 index 03f8ecb..0000000 --- a/src/test/java/ai/reveng/model/ProcessDumpMetadataTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ProcessDumpMetadata - */ -public class ProcessDumpMetadataTest { - private final ProcessDumpMetadata model = new ProcessDumpMetadata(); - - /** - * Model tests for ProcessDumpMetadata - */ - @Test - public void testProcessDumpMetadata() { - // TODO: test ProcessDumpMetadata - } - - /** - * Test the property 'sha256' - */ - @Test - public void sha256Test() { - // TODO: test sha256 - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - -} diff --git a/src/test/java/ai/reveng/model/ProcessDumpTest.java b/src/test/java/ai/reveng/model/ProcessDumpTest.java deleted file mode 100644 index 7fbaf71..0000000 --- a/src/test/java/ai/reveng/model/ProcessDumpTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ProcessDumpMetadata; -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 ProcessDump - */ -public class ProcessDumpTest { - private final ProcessDump model = new ProcessDump(); - - /** - * Model tests for ProcessDump - */ - @Test - public void testProcessDump() { - // TODO: test ProcessDump - } - - /** - * Test the property 'baseAddress' - */ - @Test - public void baseAddressTest() { - // TODO: test baseAddress - } - - /** - * Test the property 'actualFilename' - */ - @Test - public void actualFilenameTest() { - // TODO: test actualFilename - } - - /** - * Test the property 'filenameFriendly' - */ - @Test - public void filenameFriendlyTest() { - // TODO: test filenameFriendly - } - - /** - * Test the property 'extendedMetadata' - */ - @Test - public void extendedMetadataTest() { - // TODO: test extendedMetadata - } - -} diff --git a/src/test/java/ai/reveng/model/ProcessDumpsDataTest.java b/src/test/java/ai/reveng/model/ProcessDumpsDataTest.java deleted file mode 100644 index 0a0dc00..0000000 --- a/src/test/java/ai/reveng/model/ProcessDumpsDataTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ProcessDump; -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 ProcessDumpsData - */ -public class ProcessDumpsDataTest { - private final ProcessDumpsData model = new ProcessDumpsData(); - - /** - * Model tests for ProcessDumpsData - */ - @Test - public void testProcessDumpsData() { - // TODO: test ProcessDumpsData - } - - /** - * Test the property 'count' - */ - @Test - public void countTest() { - // TODO: test count - } - - /** - * Test the property 'dumps' - */ - @Test - public void dumpsTest() { - // TODO: test dumps - } - -} diff --git a/src/test/java/ai/reveng/model/ProcessDumpsTest.java b/src/test/java/ai/reveng/model/ProcessDumpsTest.java deleted file mode 100644 index b1f59fd..0000000 --- a/src/test/java/ai/reveng/model/ProcessDumpsTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ProcessDumpsData; -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 ProcessDumps - */ -public class ProcessDumpsTest { - private final ProcessDumps model = new ProcessDumps(); - - /** - * Model tests for ProcessDumps - */ - @Test - public void testProcessDumps() { - // TODO: test ProcessDumps - } - - /** - * Test the property 'success' - */ - @Test - public void successTest() { - // TODO: test success - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/ai/reveng/model/ProcessRegistryTest.java b/src/test/java/ai/reveng/model/ProcessRegistryTest.java deleted file mode 100644 index 9baacec..0000000 --- a/src/test/java/ai/reveng/model/ProcessRegistryTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Registry; -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 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 ProcessRegistry - */ -public class ProcessRegistryTest { - private final ProcessRegistry model = new ProcessRegistry(); - - /** - * Model tests for ProcessRegistry - */ - @Test - public void testProcessRegistry() { - // TODO: test ProcessRegistry - } - - /** - * Test the property 'success' - */ - @Test - public void successTest() { - // TODO: test success - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/ai/reveng/model/ProcessTest.java b/src/test/java/ai/reveng/model/ProcessTest.java deleted file mode 100644 index 7f9326c..0000000 --- a/src/test/java/ai/reveng/model/ProcessTest.java +++ /dev/null @@ -1,98 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.ArrayList; -import java.util.Arrays; -import java.util.List; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Process - */ -public class ProcessTest { - private final Process model = new Process(); - - /** - * Model tests for Process - */ - @Test - public void testProcess() { - // TODO: test Process - } - - /** - * Test the property 'pid' - */ - @Test - public void pidTest() { - // TODO: test pid - } - - /** - * Test the property 'procname' - */ - @Test - public void procnameTest() { - // TODO: test procname - } - - /** - * Test the property 'executableName' - */ - @Test - public void executableNameTest() { - // TODO: test executableName - } - - /** - * Test the property 'args' - */ - @Test - public void argsTest() { - // TODO: test args - } - - /** - * Test the property 'tsFrom' - */ - @Test - public void tsFromTest() { - // TODO: test tsFrom - } - - /** - * Test the property 'tsTo' - */ - @Test - public void tsToTest() { - // TODO: test tsTo - } - - /** - * Test the property 'children' - */ - @Test - public void childrenTest() { - // TODO: test children - } - -} diff --git a/src/test/java/ai/reveng/model/ProcessTreeTest.java b/src/test/java/ai/reveng/model/ProcessTreeTest.java deleted file mode 100644 index d828202..0000000 --- a/src/test/java/ai/reveng/model/ProcessTreeTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Process; -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 ProcessTree - */ -public class ProcessTreeTest { - private final ProcessTree model = new ProcessTree(); - - /** - * Model tests for ProcessTree - */ - @Test - public void testProcessTree() { - // TODO: test ProcessTree - } - - /** - * Test the property 'success' - */ - @Test - public void successTest() { - // TODO: test success - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/ai/reveng/model/QueuedSecurityChecksTaskResponseTest.java b/src/test/java/ai/reveng/model/QueuedSecurityChecksTaskResponseTest.java deleted file mode 100644 index 17da6bd..0000000 --- a/src/test/java/ai/reveng/model/QueuedSecurityChecksTaskResponseTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 QueuedSecurityChecksTaskResponse - */ -public class QueuedSecurityChecksTaskResponseTest { - private final QueuedSecurityChecksTaskResponse model = new QueuedSecurityChecksTaskResponse(); - - /** - * Model tests for QueuedSecurityChecksTaskResponse - */ - @Test - public void testQueuedSecurityChecksTaskResponse() { - // TODO: test QueuedSecurityChecksTaskResponse - } - - /** - * Test the property 'taskId' - */ - @Test - public void taskIdTest() { - // TODO: test taskId - } - -} diff --git a/src/test/java/ai/reveng/model/ReAnalysisFormTest.java b/src/test/java/ai/reveng/model/ReAnalysisFormTest.java deleted file mode 100644 index 728741a..0000000 --- a/src/test/java/ai/reveng/model/ReAnalysisFormTest.java +++ /dev/null @@ -1,90 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ReAnalysisForm - */ -public class ReAnalysisFormTest { - private final ReAnalysisForm model = new ReAnalysisForm(); - - /** - * Model tests for ReAnalysisForm - */ - @Test - public void testReAnalysisForm() { - // TODO: test ReAnalysisForm - } - - /** - * Test the property 'tags' - */ - @Test - public void tagsTest() { - // TODO: test tags - } - - /** - * Test the property 'commandLineArgs' - */ - @Test - public void commandLineArgsTest() { - // TODO: test commandLineArgs - } - - /** - * Test the property 'priority' - */ - @Test - public void priorityTest() { - // TODO: test priority - } - - /** - * Test the property 'essential' - */ - @Test - public void essentialTest() { - // TODO: test essential - } - - /** - * Test the property 'modelName' - */ - @Test - public void modelNameTest() { - // TODO: test modelName - } - - /** - * Test the property 'noCache' - */ - @Test - public void noCacheTest() { - // TODO: test noCache - } - -} diff --git a/src/test/java/ai/reveng/model/RecentTest.java b/src/test/java/ai/reveng/model/RecentTest.java deleted file mode 100644 index fb7767f..0000000 --- a/src/test/java/ai/reveng/model/RecentTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AnalysisRecord; -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 Recent - */ -public class RecentTest { - private final Recent model = new Recent(); - - /** - * Model tests for Recent - */ - @Test - public void testRecent() { - // TODO: test Recent - } - - /** - * Test the property 'results' - */ - @Test - public void resultsTest() { - // TODO: test results - } - -} diff --git a/src/test/java/ai/reveng/model/RegistryTest.java b/src/test/java/ai/reveng/model/RegistryTest.java deleted file mode 100644 index 3909de3..0000000 --- a/src/test/java/ai/reveng/model/RegistryTest.java +++ /dev/null @@ -1,71 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 Registry - */ -public class RegistryTest { - private final Registry model = new Registry(); - - /** - * Model tests for Registry - */ - @Test - public void testRegistry() { - // TODO: test Registry - } - - /** - * Test the property 'method' - */ - @Test - public void methodTest() { - // TODO: test method - } - - /** - * Test the property 'key' - */ - @Test - public void keyTest() { - // TODO: test key - } - - /** - * Test the property 'valueName' - */ - @Test - public void valueNameTest() { - // TODO: test valueName - } - - /** - * Test the property 'value' - */ - @Test - public void valueTest() { - // TODO: test value - } - -} diff --git a/src/test/java/ai/reveng/model/RelativeBinaryResponseTest.java b/src/test/java/ai/reveng/model/RelativeBinaryResponseTest.java deleted file mode 100644 index b993669..0000000 --- a/src/test/java/ai/reveng/model/RelativeBinaryResponseTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 RelativeBinaryResponse - */ -public class RelativeBinaryResponseTest { - private final RelativeBinaryResponse model = new RelativeBinaryResponse(); - - /** - * Model tests for RelativeBinaryResponse - */ - @Test - public void testRelativeBinaryResponse() { - // TODO: test RelativeBinaryResponse - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'sha256' - */ - @Test - public void sha256Test() { - // TODO: test sha256 - } - -} diff --git a/src/test/java/ai/reveng/model/SBOMPackageTest.java b/src/test/java/ai/reveng/model/SBOMPackageTest.java deleted file mode 100644 index eaf5d2f..0000000 --- a/src/test/java/ai/reveng/model/SBOMPackageTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 SBOMPackage - */ -public class SBOMPackageTest { - private final SBOMPackage model = new SBOMPackage(); - - /** - * Model tests for SBOMPackage - */ - @Test - public void testSBOMPackage() { - // TODO: test SBOMPackage - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'version' - */ - @Test - public void versionTest() { - // TODO: test version - } - -} diff --git a/src/test/java/ai/reveng/model/SBOMTest.java b/src/test/java/ai/reveng/model/SBOMTest.java deleted file mode 100644 index 930fe4f..0000000 --- a/src/test/java/ai/reveng/model/SBOMTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.SBOMPackage; -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 SBOM - */ -public class SBOMTest { - private final SBOM model = new SBOM(); - - /** - * Model tests for SBOM - */ - @Test - public void testSBOM() { - // TODO: test SBOM - } - - /** - * Test the property 'packages' - */ - @Test - public void packagesTest() { - // TODO: test packages - } - - /** - * Test the property 'importedLibs' - */ - @Test - public void importedLibsTest() { - // TODO: test importedLibs - } - -} diff --git a/src/test/java/ai/reveng/model/SandboxOptionsTest.java b/src/test/java/ai/reveng/model/SandboxOptionsTest.java deleted file mode 100644 index 5b97aa1..0000000 --- a/src/test/java/ai/reveng/model/SandboxOptionsTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 SandboxOptions - */ -public class SandboxOptionsTest { - private final SandboxOptions model = new SandboxOptions(); - - /** - * Model tests for SandboxOptions - */ - @Test - public void testSandboxOptions() { - // TODO: test SandboxOptions - } - - /** - * Test the property 'enabled' - */ - @Test - public void enabledTest() { - // TODO: test enabled - } - - /** - * Test the property 'commandLineArgs' - */ - @Test - public void commandLineArgsTest() { - // TODO: test commandLineArgs - } - -} diff --git a/src/test/java/ai/reveng/model/ScrapeThirdPartyConfigTest.java b/src/test/java/ai/reveng/model/ScrapeThirdPartyConfigTest.java deleted file mode 100644 index c63aa5a..0000000 --- a/src/test/java/ai/reveng/model/ScrapeThirdPartyConfigTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 ScrapeThirdPartyConfig - */ -public class ScrapeThirdPartyConfigTest { - private final ScrapeThirdPartyConfig model = new ScrapeThirdPartyConfig(); - - /** - * Model tests for ScrapeThirdPartyConfig - */ - @Test - public void testScrapeThirdPartyConfig() { - // TODO: test ScrapeThirdPartyConfig - } - - /** - * Test the property 'enabled' - */ - @Test - public void enabledTest() { - // TODO: test enabled - } - -} diff --git a/src/test/java/ai/reveng/model/SectionModelTest.java b/src/test/java/ai/reveng/model/SectionModelTest.java deleted file mode 100644 index 0385f79..0000000 --- a/src/test/java/ai/reveng/model/SectionModelTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.SingleSectionModel; -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 SectionModel - */ -public class SectionModelTest { - private final SectionModel model = new SectionModel(); - - /** - * Model tests for SectionModel - */ - @Test - public void testSectionModel() { - // TODO: test SectionModel - } - - /** - * Test the property 'numberOfSections' - */ - @Test - public void numberOfSectionsTest() { - // TODO: test numberOfSections - } - - /** - * Test the property 'sections' - */ - @Test - public void sectionsTest() { - // TODO: test sections - } - -} diff --git a/src/test/java/ai/reveng/model/SecurityChecksResponseTest.java b/src/test/java/ai/reveng/model/SecurityChecksResponseTest.java deleted file mode 100644 index 6b6ba6f..0000000 --- a/src/test/java/ai/reveng/model/SecurityChecksResponseTest.java +++ /dev/null @@ -1,66 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.SecurityChecksResult; -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 SecurityChecksResponse - */ -public class SecurityChecksResponseTest { - private final SecurityChecksResponse model = new SecurityChecksResponse(); - - /** - * Model tests for SecurityChecksResponse - */ - @Test - public void testSecurityChecksResponse() { - // TODO: test SecurityChecksResponse - } - - /** - * Test the property 'binaryId' - */ - @Test - public void binaryIdTest() { - // TODO: test binaryId - } - - /** - * Test the property 'totalResults' - */ - @Test - public void totalResultsTest() { - // TODO: test totalResults - } - - /** - * Test the property 'results' - */ - @Test - public void resultsTest() { - // TODO: test results - } - -} diff --git a/src/test/java/ai/reveng/model/SecurityChecksResultTest.java b/src/test/java/ai/reveng/model/SecurityChecksResultTest.java deleted file mode 100644 index 71e9666..0000000 --- a/src/test/java/ai/reveng/model/SecurityChecksResultTest.java +++ /dev/null @@ -1,106 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.ConfidenceType; -import ai.reveng.model.SeverityType; -import ai.reveng.model.VulnerabilityType; -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 SecurityChecksResult - */ -public class SecurityChecksResultTest { - private final SecurityChecksResult model = new SecurityChecksResult(); - - /** - * Model tests for SecurityChecksResult - */ - @Test - public void testSecurityChecksResult() { - // TODO: test SecurityChecksResult - } - - /** - * Test the property 'functionId' - */ - @Test - public void functionIdTest() { - // TODO: test functionId - } - - /** - * Test the property 'functionName' - */ - @Test - public void functionNameTest() { - // TODO: test functionName - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'vulnClass' - */ - @Test - public void vulnClassTest() { - // TODO: test vulnClass - } - - /** - * Test the property 'description' - */ - @Test - public void descriptionTest() { - // TODO: test description - } - - /** - * Test the property 'remediation' - */ - @Test - public void remediationTest() { - // TODO: test remediation - } - - /** - * Test the property 'confidence' - */ - @Test - public void confidenceTest() { - // TODO: test confidence - } - - /** - * Test the property 'severity' - */ - @Test - public void severityTest() { - // TODO: test severity - } - -} diff --git a/src/test/java/ai/reveng/model/SecurityModelTest.java b/src/test/java/ai/reveng/model/SecurityModelTest.java deleted file mode 100644 index 217d77e..0000000 --- a/src/test/java/ai/reveng/model/SecurityModelTest.java +++ /dev/null @@ -1,127 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 SecurityModel - */ -public class SecurityModelTest { - private final SecurityModel model = new SecurityModel(); - - /** - * Model tests for SecurityModel - */ - @Test - public void testSecurityModel() { - // TODO: test SecurityModel - } - - /** - * Test the property 'aslr' - */ - @Test - public void aslrTest() { - // TODO: test aslr - } - - /** - * Test the property 'dep' - */ - @Test - public void depTest() { - // TODO: test dep - } - - /** - * Test the property 'cfg' - */ - @Test - public void cfgTest() { - // TODO: test cfg - } - - /** - * Test the property 'driverModel' - */ - @Test - public void driverModelTest() { - // TODO: test driverModel - } - - /** - * Test the property 'appContainer' - */ - @Test - public void appContainerTest() { - // TODO: test appContainer - } - - /** - * Test the property 'terminalServerAware' - */ - @Test - public void terminalServerAwareTest() { - // TODO: test terminalServerAware - } - - /** - * Test the property 'imageIsolation' - */ - @Test - public void imageIsolationTest() { - // TODO: test imageIsolation - } - - /** - * Test the property 'codeIntegrity' - */ - @Test - public void codeIntegrityTest() { - // TODO: test codeIntegrity - } - - /** - * Test the property 'highEntropy' - */ - @Test - public void highEntropyTest() { - // TODO: test highEntropy - } - - /** - * Test the property 'seh' - */ - @Test - public void sehTest() { - // TODO: test seh - } - - /** - * Test the property 'boundImage' - */ - @Test - public void boundImageTest() { - // TODO: test boundImage - } - -} diff --git a/src/test/java/ai/reveng/model/SeverityTypeTest.java b/src/test/java/ai/reveng/model/SeverityTypeTest.java deleted file mode 100644 index 3edc1ad..0000000 --- a/src/test/java/ai/reveng/model/SeverityTypeTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for SeverityType - */ -public class SeverityTypeTest { - /** - * Model tests for SeverityType - */ - @Test - public void testSeverityType() { - // TODO: test SeverityType - } - -} diff --git a/src/test/java/ai/reveng/model/SingleCodeCertificateModelTest.java b/src/test/java/ai/reveng/model/SingleCodeCertificateModelTest.java deleted file mode 100644 index 722815c..0000000 --- a/src/test/java/ai/reveng/model/SingleCodeCertificateModelTest.java +++ /dev/null @@ -1,87 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 SingleCodeCertificateModel - */ -public class SingleCodeCertificateModelTest { - private final SingleCodeCertificateModel model = new SingleCodeCertificateModel(); - - /** - * Model tests for SingleCodeCertificateModel - */ - @Test - public void testSingleCodeCertificateModel() { - // TODO: test SingleCodeCertificateModel - } - - /** - * Test the property 'version' - */ - @Test - public void versionTest() { - // TODO: test version - } - - /** - * Test the property 'issuedOn' - */ - @Test - public void issuedOnTest() { - // TODO: test issuedOn - } - - /** - * Test the property 'expiresOn' - */ - @Test - public void expiresOnTest() { - // TODO: test expiresOn - } - - /** - * Test the property 'issuerName' - */ - @Test - public void issuerNameTest() { - // TODO: test issuerName - } - - /** - * Test the property 'serialNumber' - */ - @Test - public void serialNumberTest() { - // TODO: test serialNumber - } - - /** - * Test the property 'subjectName' - */ - @Test - public void subjectNameTest() { - // TODO: test subjectName - } - -} diff --git a/src/test/java/ai/reveng/model/SingleCodeSignatureModelTest.java b/src/test/java/ai/reveng/model/SingleCodeSignatureModelTest.java deleted file mode 100644 index 25a399e..0000000 --- a/src/test/java/ai/reveng/model/SingleCodeSignatureModelTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.SingleCodeCertificateModel; -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 SingleCodeSignatureModel - */ -public class SingleCodeSignatureModelTest { - private final SingleCodeSignatureModel model = new SingleCodeSignatureModel(); - - /** - * Model tests for SingleCodeSignatureModel - */ - @Test - public void testSingleCodeSignatureModel() { - // TODO: test SingleCodeSignatureModel - } - - /** - * Test the property 'certificates' - */ - @Test - public void certificatesTest() { - // TODO: test certificates - } - - /** - * Test the property 'authenticodeDigest' - */ - @Test - public void authenticodeDigestTest() { - // TODO: test authenticodeDigest - } - -} diff --git a/src/test/java/ai/reveng/model/SinglePDBEntryModelTest.java b/src/test/java/ai/reveng/model/SinglePDBEntryModelTest.java deleted file mode 100644 index 388a3e3..0000000 --- a/src/test/java/ai/reveng/model/SinglePDBEntryModelTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 SinglePDBEntryModel - */ -public class SinglePDBEntryModelTest { - private final SinglePDBEntryModel model = new SinglePDBEntryModel(); - - /** - * Model tests for SinglePDBEntryModel - */ - @Test - public void testSinglePDBEntryModel() { - // TODO: test SinglePDBEntryModel - } - - /** - * Test the property 'guid' - */ - @Test - public void guidTest() { - // TODO: test guid - } - - /** - * Test the property 'age' - */ - @Test - public void ageTest() { - // TODO: test age - } - - /** - * Test the property 'path' - */ - @Test - public void pathTest() { - // TODO: test path - } - -} diff --git a/src/test/java/ai/reveng/model/SingleSectionModelTest.java b/src/test/java/ai/reveng/model/SingleSectionModelTest.java deleted file mode 100644 index 20ef8a5..0000000 --- a/src/test/java/ai/reveng/model/SingleSectionModelTest.java +++ /dev/null @@ -1,96 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 SingleSectionModel - */ -public class SingleSectionModelTest { - private final SingleSectionModel model = new SingleSectionModel(); - - /** - * Model tests for SingleSectionModel - */ - @Test - public void testSingleSectionModel() { - // TODO: test SingleSectionModel - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'virtualAddress' - */ - @Test - public void virtualAddressTest() { - // TODO: test virtualAddress - } - - /** - * Test the property 'virtualSize' - */ - @Test - public void virtualSizeTest() { - // TODO: test virtualSize - } - - /** - * Test the property 'characteristics' - */ - @Test - public void characteristicsTest() { - // TODO: test characteristics - } - - /** - * Test the property 'rawSize' - */ - @Test - public void rawSizeTest() { - // TODO: test rawSize - } - - /** - * Test the property 'entropy' - */ - @Test - public void entropyTest() { - // TODO: test entropy - } - - /** - * Test the property 'sha3256' - */ - @Test - public void sha3256Test() { - // TODO: test sha3256 - } - -} diff --git a/src/test/java/ai/reveng/model/StackVariableTest.java b/src/test/java/ai/reveng/model/StackVariableTest.java deleted file mode 100644 index f4a9bf6..0000000 --- a/src/test/java/ai/reveng/model/StackVariableTest.java +++ /dev/null @@ -1,88 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 StackVariable - */ -public class StackVariableTest { - private final StackVariable model = new StackVariable(); - - /** - * Model tests for StackVariable - */ - @Test - public void testStackVariable() { - // TODO: test StackVariable - } - - /** - * Test the property 'lastChange' - */ - @Test - public void lastChangeTest() { - // TODO: test lastChange - } - - /** - * Test the property 'offset' - */ - @Test - public void offsetTest() { - // TODO: test offset - } - - /** - * 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 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'addr' - */ - @Test - public void addrTest() { - // TODO: test addr - } - -} diff --git a/src/test/java/ai/reveng/model/StatusInputTest.java b/src/test/java/ai/reveng/model/StatusInputTest.java deleted file mode 100644 index dc251b7..0000000 --- a/src/test/java/ai/reveng/model/StatusInputTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for StatusInput - */ -public class StatusInputTest { - /** - * Model tests for StatusInput - */ - @Test - public void testStatusInput() { - // TODO: test StatusInput - } - -} diff --git a/src/test/java/ai/reveng/model/StatusOutputTest.java b/src/test/java/ai/reveng/model/StatusOutputTest.java deleted file mode 100644 index f7f7cbe..0000000 --- a/src/test/java/ai/reveng/model/StatusOutputTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 StatusOutput - */ -public class StatusOutputTest { - private final StatusOutput model = new StatusOutput(); - - /** - * Model tests for StatusOutput - */ - @Test - public void testStatusOutput() { - // TODO: test StatusOutput - } - - /** - * Test the property 'analysisId' - */ - @Test - public void analysisIdTest() { - // TODO: test analysisId - } - - /** - * Test the property 'analysisStatus' - */ - @Test - public void analysisStatusTest() { - // TODO: test analysisStatus - } - -} diff --git a/src/test/java/ai/reveng/model/StringFunctionsTest.java b/src/test/java/ai/reveng/model/StringFunctionsTest.java deleted file mode 100644 index 335756d..0000000 --- a/src/test/java/ai/reveng/model/StringFunctionsTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AppApiRestV2FunctionsResponsesFunction; -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 StringFunctions - */ -public class StringFunctionsTest { - private final StringFunctions model = new StringFunctions(); - - /** - * Model tests for StringFunctions - */ - @Test - public void testStringFunctions() { - // TODO: test StringFunctions - } - - /** - * Test the property 'value' - */ - @Test - public void valueTest() { - // TODO: test value - } - - /** - * Test the property 'functions' - */ - @Test - public void functionsTest() { - // TODO: test functions - } - -} diff --git a/src/test/java/ai/reveng/model/StructureMemberTest.java b/src/test/java/ai/reveng/model/StructureMemberTest.java deleted file mode 100644 index 17418dc..0000000 --- a/src/test/java/ai/reveng/model/StructureMemberTest.java +++ /dev/null @@ -1,80 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 StructureMember - */ -public class StructureMemberTest { - private final StructureMember model = new StructureMember(); - - /** - * Model tests for StructureMember - */ - @Test - public void testStructureMember() { - // TODO: test StructureMember - } - - /** - * Test the property 'lastChange' - */ - @Test - public void lastChangeTest() { - // TODO: test lastChange - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'offset' - */ - @Test - public void offsetTest() { - // TODO: test offset - } - - /** - * Test the property 'type' - */ - @Test - public void typeTest() { - // TODO: test type - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - -} diff --git a/src/test/java/ai/reveng/model/StructureTest.java b/src/test/java/ai/reveng/model/StructureTest.java deleted file mode 100644 index f830508..0000000 --- a/src/test/java/ai/reveng/model/StructureTest.java +++ /dev/null @@ -1,83 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.StructureMember; -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 java.util.HashMap; -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 Structure - */ -public class StructureTest { - private final Structure model = new Structure(); - - /** - * Model tests for Structure - */ - @Test - public void testStructure() { - // TODO: test Structure - } - - /** - * Test the property 'lastChange' - */ - @Test - public void lastChangeTest() { - // TODO: test lastChange - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'size' - */ - @Test - public void sizeTest() { - // TODO: test size - } - - /** - * Test the property 'members' - */ - @Test - public void membersTest() { - // TODO: test members - } - - /** - * Test the property 'artifactType' - */ - @Test - public void artifactTypeTest() { - // TODO: test artifactType - } - -} diff --git a/src/test/java/ai/reveng/model/SymbolsTest.java b/src/test/java/ai/reveng/model/SymbolsTest.java deleted file mode 100644 index 7dde8e4..0000000 --- a/src/test/java/ai/reveng/model/SymbolsTest.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionBoundary; -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.BigInteger; -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 Symbols - */ -public class SymbolsTest { - private final Symbols model = new Symbols(); - - /** - * Model tests for Symbols - */ - @Test - public void testSymbols() { - // TODO: test Symbols - } - - /** - * Test the property 'baseAddress' - */ - @Test - public void baseAddressTest() { - // TODO: test baseAddress - } - - /** - * Test the property 'functionBoundaries' - */ - @Test - public void functionBoundariesTest() { - // TODO: test functionBoundaries - } - -} diff --git a/src/test/java/ai/reveng/model/TTPSAttackTest.java b/src/test/java/ai/reveng/model/TTPSAttackTest.java deleted file mode 100644 index 34ffd7c..0000000 --- a/src/test/java/ai/reveng/model/TTPSAttackTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 TTPSAttack - */ -public class TTPSAttackTest { - private final TTPSAttack model = new TTPSAttack(); - - /** - * Model tests for TTPSAttack - */ - @Test - public void testTTPSAttack() { - // TODO: test TTPSAttack - } - - /** - * Test the property 'id' - */ - @Test - public void idTest() { - // TODO: test id - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/ai/reveng/model/TTPSDataTest.java b/src/test/java/ai/reveng/model/TTPSDataTest.java deleted file mode 100644 index b054ea9..0000000 --- a/src/test/java/ai/reveng/model/TTPSDataTest.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.TTPSElement; -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 TTPSData - */ -public class TTPSDataTest { - private final TTPSData model = new TTPSData(); - - /** - * Model tests for TTPSData - */ - @Test - public void testTTPSData() { - // TODO: test TTPSData - } - - /** - * Test the property 'score' - */ - @Test - public void scoreTest() { - // TODO: test score - } - - /** - * Test the property 'ttps' - */ - @Test - public void ttpsTest() { - // TODO: test ttps - } - -} diff --git a/src/test/java/ai/reveng/model/TTPSElementTest.java b/src/test/java/ai/reveng/model/TTPSElementTest.java deleted file mode 100644 index e5dbe74..0000000 --- a/src/test/java/ai/reveng/model/TTPSElementTest.java +++ /dev/null @@ -1,75 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.TTPSAttack; -import ai.reveng.model.TTPSOccurance; -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 TTPSElement - */ -public class TTPSElementTest { - private final TTPSElement model = new TTPSElement(); - - /** - * Model tests for TTPSElement - */ - @Test - public void testTTPSElement() { - // TODO: test TTPSElement - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'attack' - */ - @Test - public void attackTest() { - // TODO: test attack - } - - /** - * Test the property 'occurrences' - */ - @Test - public void occurrencesTest() { - // TODO: test occurrences - } - - /** - * Test the property 'score' - */ - @Test - public void scoreTest() { - // TODO: test score - } - -} diff --git a/src/test/java/ai/reveng/model/TTPSOccuranceTest.java b/src/test/java/ai/reveng/model/TTPSOccuranceTest.java deleted file mode 100644 index 7b218e8..0000000 --- a/src/test/java/ai/reveng/model/TTPSOccuranceTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 TTPSOccurance - */ -public class TTPSOccuranceTest { - private final TTPSOccurance model = new TTPSOccurance(); - - /** - * Model tests for TTPSOccurance - */ - @Test - public void testTTPSOccurance() { - // TODO: test TTPSOccurance - } - - /** - * Test the property 'ppid' - */ - @Test - public void ppidTest() { - // TODO: test ppid - } - - /** - * Test the property 'pid' - */ - @Test - public void pidTest() { - // TODO: test pid - } - -} diff --git a/src/test/java/ai/reveng/model/TTPSTest.java b/src/test/java/ai/reveng/model/TTPSTest.java deleted file mode 100644 index dab6e46..0000000 --- a/src/test/java/ai/reveng/model/TTPSTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.TTPSData; -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 TTPS - */ -public class TTPSTest { - private final TTPS model = new TTPS(); - - /** - * Model tests for TTPS - */ - @Test - public void testTTPS() { - // TODO: test TTPS - } - - /** - * Test the property 'success' - */ - @Test - public void successTest() { - // TODO: test success - } - - /** - * Test the property 'data' - */ - @Test - public void dataTest() { - // TODO: test data - } - -} diff --git a/src/test/java/ai/reveng/model/TagItemTest.java b/src/test/java/ai/reveng/model/TagItemTest.java deleted file mode 100644 index 810f4a2..0000000 --- a/src/test/java/ai/reveng/model/TagItemTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 TagItem - */ -public class TagItemTest { - private final TagItem model = new TagItem(); - - /** - * Model tests for TagItem - */ - @Test - public void testTagItem() { - // TODO: test TagItem - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'origin' - */ - @Test - public void originTest() { - // TODO: test origin - } - - /** - * Test the property 'collectionId' - */ - @Test - public void collectionIdTest() { - // TODO: test collectionId - } - -} diff --git a/src/test/java/ai/reveng/model/TagResponseTest.java b/src/test/java/ai/reveng/model/TagResponseTest.java deleted file mode 100644 index df8ee4b..0000000 --- a/src/test/java/ai/reveng/model/TagResponseTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 TagResponse - */ -public class TagResponseTest { - private final TagResponse model = new TagResponse(); - - /** - * Model tests for TagResponse - */ - @Test - public void testTagResponse() { - // TODO: test TagResponse - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - - /** - * Test the property 'origin' - */ - @Test - public void originTest() { - // TODO: test origin - } - -} diff --git a/src/test/java/ai/reveng/model/TagSearchResponseTest.java b/src/test/java/ai/reveng/model/TagSearchResponseTest.java deleted file mode 100644 index 8a330e2..0000000 --- a/src/test/java/ai/reveng/model/TagSearchResponseTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.TagSearchResult; -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 TagSearchResponse - */ -public class TagSearchResponseTest { - private final TagSearchResponse model = new TagSearchResponse(); - - /** - * Model tests for TagSearchResponse - */ - @Test - public void testTagSearchResponse() { - // TODO: test TagSearchResponse - } - - /** - * Test the property 'results' - */ - @Test - public void resultsTest() { - // TODO: test results - } - -} diff --git a/src/test/java/ai/reveng/model/TagSearchResultTest.java b/src/test/java/ai/reveng/model/TagSearchResultTest.java deleted file mode 100644 index b1d88a0..0000000 --- a/src/test/java/ai/reveng/model/TagSearchResultTest.java +++ /dev/null @@ -1,55 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 TagSearchResult - */ -public class TagSearchResultTest { - private final TagSearchResult model = new TagSearchResult(); - - /** - * Model tests for TagSearchResult - */ - @Test - public void testTagSearchResult() { - // TODO: test TagSearchResult - } - - /** - * Test the property 'tagId' - */ - @Test - public void tagIdTest() { - // TODO: test tagId - } - - /** - * Test the property 'tag' - */ - @Test - public void tagTest() { - // TODO: test tag - } - -} diff --git a/src/test/java/ai/reveng/model/TagTest.java b/src/test/java/ai/reveng/model/TagTest.java deleted file mode 100644 index 7052e74..0000000 --- a/src/test/java/ai/reveng/model/TagTest.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 Tag - */ -public class TagTest { - private final Tag model = new Tag(); - - /** - * Model tests for Tag - */ - @Test - public void testTag() { - // TODO: test Tag - } - - /** - * Test the property 'name' - */ - @Test - public void nameTest() { - // TODO: test name - } - -} diff --git a/src/test/java/ai/reveng/model/TaskResponseTest.java b/src/test/java/ai/reveng/model/TaskResponseTest.java deleted file mode 100644 index 9a90529..0000000 --- a/src/test/java/ai/reveng/model/TaskResponseTest.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.TaskStatus; -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 TaskResponse - */ -public class TaskResponseTest { - private final TaskResponse model = new TaskResponse(); - - /** - * Model tests for TaskResponse - */ - @Test - public void testTaskResponse() { - // TODO: test TaskResponse - } - - /** - * Test the property 'status' - */ - @Test - public void statusTest() { - // TODO: test status - } - - /** - * Test the property 'errorMessage' - */ - @Test - public void errorMessageTest() { - // TODO: test errorMessage - } - -} diff --git a/src/test/java/ai/reveng/model/TaskStatusTest.java b/src/test/java/ai/reveng/model/TaskStatusTest.java deleted file mode 100644 index 8e567f3..0000000 --- a/src/test/java/ai/reveng/model/TaskStatusTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for TaskStatus - */ -public class TaskStatusTest { - /** - * Model tests for TaskStatus - */ - @Test - public void testTaskStatus() { - // TODO: test TaskStatus - } - -} diff --git a/src/test/java/ai/reveng/model/TimestampModelTest.java b/src/test/java/ai/reveng/model/TimestampModelTest.java deleted file mode 100644 index 180fa3c..0000000 --- a/src/test/java/ai/reveng/model/TimestampModelTest.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 TimestampModel - */ -public class TimestampModelTest { - private final TimestampModel model = new TimestampModel(); - - /** - * Model tests for TimestampModel - */ - @Test - public void testTimestampModel() { - // TODO: test TimestampModel - } - - /** - * Test the property 'peTimestamp' - */ - @Test - public void peTimestampTest() { - // TODO: test peTimestamp - } - - /** - * Test the property 'exportTimestamp' - */ - @Test - public void exportTimestampTest() { - // TODO: test exportTimestamp - } - - /** - * Test the property 'debugTimestamp' - */ - @Test - public void debugTimestampTest() { - // TODO: test debugTimestamp - } - -} diff --git a/src/test/java/ai/reveng/model/TypeDefinitionTest.java b/src/test/java/ai/reveng/model/TypeDefinitionTest.java deleted file mode 100644 index 9b91fa3..0000000 --- a/src/test/java/ai/reveng/model/TypeDefinitionTest.java +++ /dev/null @@ -1,72 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 TypeDefinition - */ -public class TypeDefinitionTest { - private final TypeDefinition model = new TypeDefinition(); - - /** - * Model tests for TypeDefinition - */ - @Test - public void testTypeDefinition() { - // TODO: test TypeDefinition - } - - /** - * Test the property 'lastChange' - */ - @Test - public void lastChangeTest() { - // TODO: test lastChange - } - - /** - * 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 'artifactType' - */ - @Test - public void artifactTypeTest() { - // TODO: test artifactType - } - -} diff --git a/src/test/java/ai/reveng/model/UpdateFunctionDataTypesTest.java b/src/test/java/ai/reveng/model/UpdateFunctionDataTypesTest.java deleted file mode 100644 index 955dad1..0000000 --- a/src/test/java/ai/reveng/model/UpdateFunctionDataTypesTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.FunctionInfoInput; -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 UpdateFunctionDataTypes - */ -public class UpdateFunctionDataTypesTest { - private final UpdateFunctionDataTypes model = new UpdateFunctionDataTypes(); - - /** - * Model tests for UpdateFunctionDataTypes - */ - @Test - public void testUpdateFunctionDataTypes() { - // TODO: test UpdateFunctionDataTypes - } - - /** - * Test the property 'dataTypesVersion' - */ - @Test - public void dataTypesVersionTest() { - // TODO: test dataTypesVersion - } - - /** - * Test the property 'dataTypes' - */ - @Test - public void dataTypesTest() { - // TODO: test dataTypes - } - -} diff --git a/src/test/java/ai/reveng/model/UploadFileTypeTest.java b/src/test/java/ai/reveng/model/UploadFileTypeTest.java deleted file mode 100644 index 3c69dbd..0000000 --- a/src/test/java/ai/reveng/model/UploadFileTypeTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UploadFileType - */ -public class UploadFileTypeTest { - /** - * Model tests for UploadFileType - */ - @Test - public void testUploadFileType() { - // TODO: test UploadFileType - } - -} diff --git a/src/test/java/ai/reveng/model/UploadResponseTest.java b/src/test/java/ai/reveng/model/UploadResponseTest.java deleted file mode 100644 index 6aff705..0000000 --- a/src/test/java/ai/reveng/model/UploadResponseTest.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.UploadFileType; -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 UploadResponse - */ -public class UploadResponseTest { - private final UploadResponse model = new UploadResponse(); - - /** - * Model tests for UploadResponse - */ - @Test - public void testUploadResponse() { - // TODO: test UploadResponse - } - - /** - * Test the property 'sha256Hash' - */ - @Test - public void sha256HashTest() { - // TODO: test sha256Hash - } - - /** - * Test the property 'fileType' - */ - @Test - public void fileTypeTest() { - // TODO: test fileType - } - - /** - * Test the property 'filename' - */ - @Test - public void filenameTest() { - // TODO: test filename - } - -} diff --git a/src/test/java/ai/reveng/model/UpsertAiDecomplationRatingRequestTest.java b/src/test/java/ai/reveng/model/UpsertAiDecomplationRatingRequestTest.java deleted file mode 100644 index 657abfa..0000000 --- a/src/test/java/ai/reveng/model/UpsertAiDecomplationRatingRequestTest.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.AiDecompilationRating; -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 UpsertAiDecomplationRatingRequest - */ -public class UpsertAiDecomplationRatingRequestTest { - private final UpsertAiDecomplationRatingRequest model = new UpsertAiDecomplationRatingRequest(); - - /** - * Model tests for UpsertAiDecomplationRatingRequest - */ - @Test - public void testUpsertAiDecomplationRatingRequest() { - // TODO: test UpsertAiDecomplationRatingRequest - } - - /** - * Test the property 'rating' - */ - @Test - public void ratingTest() { - // TODO: test rating - } - - /** - * Test the property 'reason' - */ - @Test - public void reasonTest() { - // TODO: test reason - } - -} diff --git a/src/test/java/ai/reveng/model/UserActivityResponseTest.java b/src/test/java/ai/reveng/model/UserActivityResponseTest.java deleted file mode 100644 index 3051182..0000000 --- a/src/test/java/ai/reveng/model/UserActivityResponseTest.java +++ /dev/null @@ -1,88 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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.Arrays; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for UserActivityResponse - */ -public class UserActivityResponseTest { - private final UserActivityResponse model = new UserActivityResponse(); - - /** - * Model tests for UserActivityResponse - */ - @Test - public void testUserActivityResponse() { - // TODO: test UserActivityResponse - } - - /** - * Test the property 'actions' - */ - @Test - public void actionsTest() { - // TODO: test actions - } - - /** - * Test the property 'activityScope' - */ - @Test - public void activityScopeTest() { - // TODO: test activityScope - } - - /** - * Test the property 'creation' - */ - @Test - public void creationTest() { - // TODO: test creation - } - - /** - * Test the property 'message' - */ - @Test - public void messageTest() { - // TODO: test message - } - - /** - * Test the property 'sources' - */ - @Test - public void sourcesTest() { - // TODO: test sources - } - - /** - * Test the property 'username' - */ - @Test - public void usernameTest() { - // TODO: test username - } - -} diff --git a/src/test/java/ai/reveng/model/VulnerabilitiesTest.java b/src/test/java/ai/reveng/model/VulnerabilitiesTest.java deleted file mode 100644 index c6b9c6d..0000000 --- a/src/test/java/ai/reveng/model/VulnerabilitiesTest.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import ai.reveng.model.Vulnerability; -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 Vulnerabilities - */ -public class VulnerabilitiesTest { - private final Vulnerabilities model = new Vulnerabilities(); - - /** - * Model tests for Vulnerabilities - */ - @Test - public void testVulnerabilities() { - // TODO: test Vulnerabilities - } - - /** - * Test the property 'vulnerabilities' - */ - @Test - public void vulnerabilitiesTest() { - // TODO: test vulnerabilities - } - -} diff --git a/src/test/java/ai/reveng/model/VulnerabilityTest.java b/src/test/java/ai/reveng/model/VulnerabilityTest.java deleted file mode 100644 index 12d3ff2..0000000 --- a/src/test/java/ai/reveng/model/VulnerabilityTest.java +++ /dev/null @@ -1,128 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.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 Vulnerability - */ -public class VulnerabilityTest { - private final Vulnerability model = new Vulnerability(); - - /** - * Model tests for Vulnerability - */ - @Test - public void testVulnerability() { - // TODO: test Vulnerability - } - - /** - * Test the property 'vendor' - */ - @Test - public void vendorTest() { - // TODO: test vendor - } - - /** - * Test the property 'product' - */ - @Test - public void productTest() { - // TODO: test product - } - - /** - * Test the property 'version' - */ - @Test - public void versionTest() { - // TODO: test version - } - - /** - * Test the property 'cveNumber' - */ - @Test - public void cveNumberTest() { - // TODO: test cveNumber - } - - /** - * Test the property 'severity' - */ - @Test - public void severityTest() { - // TODO: test severity - } - - /** - * Test the property 'source' - */ - @Test - public void sourceTest() { - // TODO: test source - } - - /** - * Test the property 'cvssVersion' - */ - @Test - public void cvssVersionTest() { - // TODO: test cvssVersion - } - - /** - * Test the property 'cvssVector' - */ - @Test - public void cvssVectorTest() { - // TODO: test cvssVector - } - - /** - * Test the property 'remarks' - */ - @Test - public void remarksTest() { - // TODO: test remarks - } - - /** - * Test the property 'score' - */ - @Test - public void scoreTest() { - // TODO: test score - } - - /** - * Test the property 'isUnknown' - */ - @Test - public void isUnknownTest() { - // TODO: test isUnknown - } - -} diff --git a/src/test/java/ai/reveng/model/VulnerabilityTypeTest.java b/src/test/java/ai/reveng/model/VulnerabilityTypeTest.java deleted file mode 100644 index 65ed0bc..0000000 --- a/src/test/java/ai/reveng/model/VulnerabilityTypeTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for VulnerabilityType - */ -public class VulnerabilityTypeTest { - /** - * Model tests for VulnerabilityType - */ - @Test - public void testVulnerabilityType() { - // TODO: test VulnerabilityType - } - -} diff --git a/src/test/java/ai/reveng/model/WorkspaceTest.java b/src/test/java/ai/reveng/model/WorkspaceTest.java deleted file mode 100644 index 009aa89..0000000 --- a/src/test/java/ai/reveng/model/WorkspaceTest.java +++ /dev/null @@ -1,31 +0,0 @@ -/* - * RevEng.AI API - * RevEng.AI is Similarity Search Engine for executable binaries - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package ai.reveng.model; - -import com.google.gson.annotations.SerializedName; -import org.junit.jupiter.api.Disabled; -import org.junit.jupiter.api.Test; - -/** - * Model tests for Workspace - */ -public class WorkspaceTest { - /** - * Model tests for Workspace - */ - @Test - public void testWorkspace() { - // TODO: test Workspace - } - -}