diff --git a/src/index.js b/src/index.js index bd08e6748..5d63267d3 100644 --- a/src/index.js +++ b/src/index.js @@ -2,7 +2,7 @@ import Url from 'url'; import Http, { makeHttp, serializeRes, serializeHeaders } from './http/index.js'; import Resolver from './resolver/index.js'; -import { clearCache } from './resolver/strategies/openapi-2--3-0.js'; +import { clearCache } from './resolver/strategies/openapi-2--3-0/index.js'; import resolveSubtree from './subtree-resolver/index.js'; import { makeApisTagOperation } from './interfaces.js'; import { execute, buildRequest, baseUrl } from './execute/index.js'; diff --git a/src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/errors/index.js b/src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/errors/index.js similarity index 100% rename from src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/errors/index.js rename to src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/errors/index.js diff --git a/src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js b/src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js similarity index 100% rename from src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js rename to src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js diff --git a/src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/compose.js b/src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/compose.js similarity index 100% rename from src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/compose.js rename to src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/compose.js diff --git a/src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/get-root-cause.js b/src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/get-root-cause.js similarity index 100% rename from src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/get-root-cause.js rename to src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/get-root-cause.js diff --git a/src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/to-path.js b/src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/to-path.js similarity index 100% rename from src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/to-path.js rename to src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/utils/to-path.js diff --git a/src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/all-of.js b/src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/all-of.js similarity index 100% rename from src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/all-of.js rename to src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/all-of.js diff --git a/src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/dereference.js b/src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/dereference.js similarity index 100% rename from src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/dereference.js rename to src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/dereference.js diff --git a/src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/parameters.js b/src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/parameters.js similarity index 100% rename from src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/parameters.js rename to src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/parameters.js diff --git a/src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/properties.js b/src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/properties.js similarity index 100% rename from src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/properties.js rename to src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/properties.js diff --git a/src/helpers/apidom/reference/parse/parsers/json/index.js b/src/resolver/apidom/reference/parse/parsers/json/index.js similarity index 100% rename from src/helpers/apidom/reference/parse/parsers/json/index.js rename to src/resolver/apidom/reference/parse/parsers/json/index.js diff --git a/src/helpers/apidom/reference/parse/parsers/openapi-json-3-1/index.js b/src/resolver/apidom/reference/parse/parsers/openapi-json-3-1/index.js similarity index 100% rename from src/helpers/apidom/reference/parse/parsers/openapi-json-3-1/index.js rename to src/resolver/apidom/reference/parse/parsers/openapi-json-3-1/index.js diff --git a/src/helpers/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js b/src/resolver/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js similarity index 100% rename from src/helpers/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js rename to src/resolver/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js diff --git a/src/helpers/apidom/reference/parse/parsers/yaml-1-2/index.js b/src/resolver/apidom/reference/parse/parsers/yaml-1-2/index.js similarity index 100% rename from src/helpers/apidom/reference/parse/parsers/yaml-1-2/index.js rename to src/resolver/apidom/reference/parse/parsers/yaml-1-2/index.js diff --git a/src/helpers/apidom/reference/resolve/resolvers/http-swagger-client/index.js b/src/resolver/apidom/reference/resolve/resolvers/http-swagger-client/index.js similarity index 100% rename from src/helpers/apidom/reference/resolve/resolvers/http-swagger-client/index.js rename to src/resolver/apidom/reference/resolve/resolvers/http-swagger-client/index.js diff --git a/src/resolver/index.js b/src/resolver/index.js index 7e6399172..9c85776a0 100644 --- a/src/resolver/index.js +++ b/src/resolver/index.js @@ -1,6 +1,6 @@ // eslint-disable-next-line camelcase -import resolveOpenAPI2_30Strategy from './strategies/openapi-2--3-0.js'; -import resolveOpenAPI31Strategy from './strategies/openapi-3-1.js'; +import resolveOpenAPI2_30Strategy from './strategies/openapi-2--3-0/index.js'; +import resolveOpenAPI31Strategy from './strategies/openapi-3-1/index.js'; import { makeFetchJSON } from './utils/index.js'; import * as optionsUtil from './utils/options.js'; import { isOpenAPI31 } from '../helpers/openapi-predicates.js'; diff --git a/src/resolver/strategies/openapi-2--3-0.js b/src/resolver/strategies/openapi-2--3-0/index.js similarity index 83% rename from src/resolver/strategies/openapi-2--3-0.js rename to src/resolver/strategies/openapi-2--3-0/index.js index 8cd3867ba..34015919f 100644 --- a/src/resolver/strategies/openapi-2--3-0.js +++ b/src/resolver/strategies/openapi-2--3-0/index.js @@ -1,8 +1,8 @@ -import mapSpec, { plugins } from '../../specmap/index.js'; +import mapSpec, { plugins } from '../../../specmap/index.js'; // eslint-disable-next-line camelcase -import normalizeOpenAPI2__30 from '../../helpers/normalize/openapi-2--3-0.js'; -import { makeFetchJSON } from '../utils/index.js'; -import * as optionsUtil from '../utils/options.js'; +import normalize from './normalize.js'; +import { makeFetchJSON } from '../../utils/index.js'; +import * as optionsUtil from '../../utils/options.js'; // Wipe out the http cache export function clearCache() { @@ -62,6 +62,6 @@ export default function resolveOpenAPI2_30Strategy(obj) { modelPropertyMacro, useCircularStructures, // eslint-disable-next-line camelcase - }).then(skipNormalization ? async (a) => a : normalizeOpenAPI2__30); + }).then(skipNormalization ? async (a) => a : normalize); } } diff --git a/src/helpers/normalize/openapi-2--3-0.js b/src/resolver/strategies/openapi-2--3-0/normalize.js similarity index 98% rename from src/helpers/normalize/openapi-2--3-0.js rename to src/resolver/strategies/openapi-2--3-0/normalize.js index a54986e1f..78ab69d0f 100644 --- a/src/helpers/normalize/openapi-2--3-0.js +++ b/src/resolver/strategies/openapi-2--3-0/normalize.js @@ -1,4 +1,4 @@ -import opId from '../op-id.js'; +import opId from '../../../helpers/op-id.js'; export default function normalize(parsedSpec) { const { spec } = parsedSpec; diff --git a/src/resolver/strategies/openapi-3-1.js b/src/resolver/strategies/openapi-3-1/index.js similarity index 83% rename from src/resolver/strategies/openapi-3-1.js rename to src/resolver/strategies/openapi-3-1/index.js index f72c0c2eb..2c7b57eef 100644 --- a/src/resolver/strategies/openapi-3-1.js +++ b/src/resolver/strategies/openapi-3-1/index.js @@ -16,14 +16,14 @@ import { import BinaryParser from '@swagger-api/apidom-reference/parse/parsers/binary'; import OpenApi3_1ResolveStrategy from '@swagger-api/apidom-reference/resolve/strategies/openapi-3-1'; -import * as optionsUtil from '../utils/options.js'; -import normalizeOpenAPI31 from '../../helpers/normalize/openapi-3-1.js'; -import HttpResolverSwaggerClient from '../../helpers/apidom/reference/resolve/resolvers/http-swagger-client/index.js'; -import JsonParser from '../../helpers/apidom/reference/parse/parsers/json/index.js'; -import YamlParser from '../../helpers/apidom/reference/parse/parsers/yaml-1-2/index.js'; -import OpenApiJson3_1Parser from '../../helpers/apidom/reference/parse/parsers/openapi-json-3-1/index.js'; -import OpenApiYaml3_1Parser from '../../helpers/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js'; -import OpenApi3_1SwaggerClientDereferenceStrategy from '../../helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; +import * as optionsUtil from '../../utils/options.js'; +import normalize from './normalize.js'; +import HttpResolverSwaggerClient from '../../apidom/reference/resolve/resolvers/http-swagger-client/index.js'; +import JsonParser from '../../apidom/reference/parse/parsers/json/index.js'; +import YamlParser from '../../apidom/reference/parse/parsers/yaml-1-2/index.js'; +import OpenApiJson3_1Parser from '../../apidom/reference/parse/parsers/openapi-json-3-1/index.js'; +import OpenApiYaml3_1Parser from '../../apidom/reference/parse/parsers/openapi-yaml-3-1/index.js'; +import OpenApi3_1SwaggerClientDereferenceStrategy from '../../apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; const resolveOpenAPI31Strategy = async (options) => { const { @@ -111,7 +111,7 @@ const resolveOpenAPI31Strategy = async (options) => { }, }); const transcluded = transclude(fragmentElement, dereferenced, openApiElement); - const normalized = skipNormalization ? transcluded : normalizeOpenAPI31(transcluded); + const normalized = skipNormalization ? transcluded : normalize(transcluded); return { spec: toValue(normalized), errors }; } catch (error) { diff --git a/src/helpers/normalize/openapi-3-1.js b/src/resolver/strategies/openapi-3-1/normalize.js similarity index 97% rename from src/helpers/normalize/openapi-3-1.js rename to src/resolver/strategies/openapi-3-1/normalize.js index 1f088ece0..7caa613b9 100644 --- a/src/helpers/normalize/openapi-3-1.js +++ b/src/resolver/strategies/openapi-3-1/normalize.js @@ -13,7 +13,7 @@ import { OpenApi3_1Element, } from '@swagger-api/apidom-ns-openapi-3-1'; -import opId from '../op-id.js'; +import opId from '../../../helpers/op-id.js'; const normalize = (element) => { if (!isObjectElement(element)) return element; diff --git a/src/subtree-resolver/index.js b/src/subtree-resolver/index.js index c085fb9f7..bfbc46b37 100644 --- a/src/subtree-resolver/index.js +++ b/src/subtree-resolver/index.js @@ -24,8 +24,8 @@ import get from 'lodash/get'; import { isOpenAPI31 } from '../helpers/openapi-predicates.js'; import resolve from '../resolver/index.js'; -import normalizeOpenAPI2__30 from '../helpers/normalize/openapi-2--3-0.js'; // eslint-disable-line camelcase -import normalizeOpenAPI31, { pojoAdapter } from '../helpers/normalize/openapi-3-1.js'; +import normalizeOpenAPI2__30 from '../resolver/strategies/openapi-2--3-0/normalize.js'; // eslint-disable-line camelcase +import normalizeOpenAPI31, { pojoAdapter } from '../resolver/strategies/openapi-3-1/normalize.js'; export default async function resolveSubtree(obj, path, opts = {}) { const { diff --git a/test/execute/main.js b/test/execute/main.js index ae770d116..94944b604 100644 --- a/test/execute/main.js +++ b/test/execute/main.js @@ -3,7 +3,7 @@ import AbortController from 'abort-controller'; import { execute, buildRequest, self as stubs } from '../../src/execute/index.js'; // eslint-disable-next-line camelcase -import normalizeOpenAPI2__30 from '../../src/helpers/normalize/openapi-2--3-0.js'; +import normalizeOpenAPI2__30 from '../../src/resolver/strategies/openapi-2--3-0/normalize.js'; // Supported shape... { spec, operationId, parameters, securities, fetch } // One can use operationId or pathItem + method diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/__utils__/jest.local.setup.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/__utils__/jest.local.setup.js similarity index 69% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/__utils__/jest.local.setup.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/__utils__/jest.local.setup.js index 5924ad748..bf5bcbdb0 100644 --- a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/__utils__/jest.local.setup.js +++ b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/__utils__/jest.local.setup.js @@ -4,12 +4,12 @@ import FileResolver from '@swagger-api/apidom-reference/resolve/resolvers/file'; import BinaryParser from '@swagger-api/apidom-reference/parse/parsers/binary'; import OpenApi3_1ResolveStrategy from '@swagger-api/apidom-reference/resolve/strategies/openapi-3-1'; -import JsonParser from '../../../../../../../../src/helpers/apidom/reference/parse/parsers/json/index.js'; -import YamlParser from '../../../../../../../../src/helpers/apidom/reference/parse/parsers/yaml-1-2/index.js'; -import OpenApiJson3_1Parser from '../../../../../../../../src/helpers/apidom/reference/parse/parsers/openapi-json-3-1/index.js'; -import OpenApiYaml3_1Parser from '../../../../../../../../src/helpers/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js'; -import HttpResolverSwaggerClient from '../../../../../../../../src/helpers/apidom/reference/resolve/resolvers/http-swagger-client/index.js'; -import OpenApi3_1SwaggerClientDereferenceStrategy from '../../../../../../../../src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; +import JsonParser from '../../../../../../../../src/resolver/apidom/reference/parse/parsers/json/index.js'; +import YamlParser from '../../../../../../../../src/resolver/apidom/reference/parse/parsers/yaml-1-2/index.js'; +import OpenApiJson3_1Parser from '../../../../../../../../src/resolver/apidom/reference/parse/parsers/openapi-json-3-1/index.js'; +import OpenApiYaml3_1Parser from '../../../../../../../../src/resolver/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js'; +import HttpResolverSwaggerClient from '../../../../../../../../src/resolver/apidom/reference/resolve/resolvers/http-swagger-client/index.js'; +import OpenApi3_1SwaggerClientDereferenceStrategy from '../../../../../../../../src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; export const beforeAll = () => { // configure custom parser plugins globally diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/components-callbacks/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/components-callbacks/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/components-callbacks/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/components-callbacks/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/components-callbacks/root.yaml b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/components-callbacks/root.yaml similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/components-callbacks/root.yaml rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/components-callbacks/root.yaml diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/operation-object/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/operation-object/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/operation-object/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/operation-object/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/operation-object/root.yaml b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/operation-object/root.yaml similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/operation-object/root.yaml rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/__fixtures__/operation-object/root.yaml diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/index.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/index.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/index.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/callback-object/index.js diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/components-examples/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/components-examples/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/components-examples/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/components-examples/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/components-examples/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/components-examples/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/components-examples/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/components-examples/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/favicon.ico b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/favicon.ico similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/favicon.ico rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/favicon.ico diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-binary/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-ignore-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-json/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-pointer/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/ex.csv b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/ex.csv similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/ex.csv rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/ex.csv diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-text/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-unresolvable/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-unresolvable/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-unresolvable/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-unresolvable/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-unresolvable/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-unresolvable/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-unresolvable/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-unresolvable/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-value-both-defined/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/ex.yaml b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/ex.yaml similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/ex.yaml rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/ex.yaml diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/external-value-yaml/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/media-type-object/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/media-type-object/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/media-type-object/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/media-type-object/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/media-type-object/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/media-type-object/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/media-type-object/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/media-type-object/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/parameter-object/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/parameter-object/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/parameter-object/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/parameter-object/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/parameter-object/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/parameter-object/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/parameter-object/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/__fixtures__/parameter-object/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/dereference-apidom.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/dereference-apidom.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/dereference-apidom.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/dereference-apidom.js diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/index.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/index.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/index.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/example-object/index.js diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/components-headers/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/components-headers/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/components-headers/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/components-headers/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/components-headers/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/components-headers/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/components-headers/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/components-headers/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/encoding-object/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/encoding-object/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/encoding-object/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/encoding-object/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/encoding-object/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/encoding-object/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/encoding-object/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/encoding-object/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/response-object/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/response-object/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/response-object/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/response-object/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/response-object/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/response-object/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/response-object/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/__fixtures__/response-object/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/index.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/index.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/index.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/header-object/index.js diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/components-links/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/components-links/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/components-links/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/components-links/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/components-links/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/components-links/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/components-links/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/components-links/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/response-object/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/response-object/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/response-object/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/response-object/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/response-object/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/response-object/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/response-object/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/__fixtures__/response-object/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/index.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/index.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/index.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/link-object/index.js diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/components-parameters/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/components-parameters/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/components-parameters/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/components-parameters/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/components-parameters/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/components-parameters/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/components-parameters/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/components-parameters/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/operation-object/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/operation-object/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/operation-object/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/operation-object/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/operation-object/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/operation-object/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/operation-object/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/operation-object/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/path-item-object/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/path-item-object/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/path-item-object/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/path-item-object/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/path-item-object/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/path-item-object/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/path-item-object/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/__fixtures__/path-item-object/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/index.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/index.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/index.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/parameter-object/index.js diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/additional-fields/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/additional-fields/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/additional-fields/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/additional-fields/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/additional-fields/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/additional-fields/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/additional-fields/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/additional-fields/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/callback-object/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/callback-object/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/callback-object/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/callback-object/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/callback-object/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/callback-object/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/callback-object/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/callback-object/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/components-path-items/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/components-path-items/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/components-path-items/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/components-path-items/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/components-path-items/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/components-path-items/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/components-path-items/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/components-path-items/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-external-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-internal-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-internal-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-internal-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-internal-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-internal-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-internal-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-internal-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/direct-internal-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-indirections/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/external-only/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/ignore-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-external-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-internal-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-internal-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-internal-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-internal-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-internal-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-internal-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-internal-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/indirect-internal-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-indirections/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-indirections/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-indirections/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-indirections/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-indirections/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-indirections/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-indirections/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-indirections/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-only/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-only/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-only/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-only/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-only/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-only/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-only/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/internal-only/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/invalid-pointer/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/invalid-pointer/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/invalid-pointer/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/invalid-pointer/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/invalid-pointer/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/invalid-pointer/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/invalid-pointer/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/invalid-pointer/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/max-depth/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex3.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex3.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex3.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/ex3.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-internal/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-internal/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-internal/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-internal/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-internal/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-internal/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-internal/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/meta-patches-internal/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/unresolvable-path-item/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/unresolvable-path-item/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/unresolvable-path-item/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/unresolvable-path-item/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/unresolvable-path-item/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/unresolvable-path-item/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/unresolvable-path-item/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/unresolvable-path-item/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/webhooks/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/webhooks/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/webhooks/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/webhooks/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/webhooks/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/webhooks/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/webhooks/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/__fixtures__/webhooks/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/dereference-apidom.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/dereference-apidom.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/dereference-apidom.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/dereference-apidom.js diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/index.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/index.js similarity index 99% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/index.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/index.js index 2f057d13f..dbb0e215a 100644 --- a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/index.js +++ b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/path-item-object/index.js @@ -4,7 +4,7 @@ import { mediaTypes } from '@swagger-api/apidom-ns-openapi-3-1'; import { dereference } from '@swagger-api/apidom-reference/configuration/empty'; // eslint-disable-next-line camelcase -import OpenApi3_1SwaggerClientDereferenceStrategy from '../../../../../../../../src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; +import OpenApi3_1SwaggerClientDereferenceStrategy from '../../../../../../../../src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; import * as jestSetup from '../__utils__/jest.local.setup.js'; const rootFixturePath = path.join(__dirname, '__fixtures__'); diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-fields/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/additional-ignored-fields/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/cycle-internal/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/cycle-internal/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/cycle-internal/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/cycle-internal/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-external-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-internal-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-internal-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-internal-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-internal-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-internal-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-internal-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-internal-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/direct-internal-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-circular-dependency/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex3.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex3.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex3.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/ex3.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-indirections/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only-absolute-url/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/external-only/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-arbitrary-$refs/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/ignore-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex3.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex3.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex3.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/ex3.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-external-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-internal-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-internal-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-internal-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-internal-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-internal-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-internal-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-internal-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/indirect-internal-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-only/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-only/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-only/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-only/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-only/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-only/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-only/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/internal-only/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/invalid-pointer/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/invalid-pointer/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/invalid-pointer/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/invalid-pointer/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/invalid-pointer/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/invalid-pointer/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/invalid-pointer/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/invalid-pointer/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex3.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex3.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex3.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/ex3.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/max-depth/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex3.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex3.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex3.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/ex3.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-internal/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-internal/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-internal/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-internal/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-internal/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-internal/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-internal/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/meta-patches-internal/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex3.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex3.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex3.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/ex3.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/path-encoding/path with spaces/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex3.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex3.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex3.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/ex3.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/refset-as-option/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/unresolvable-reference/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/unresolvable-reference/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/unresolvable-reference/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/unresolvable-reference/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/unresolvable-reference/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/unresolvable-reference/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/unresolvable-reference/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/__fixtures__/unresolvable-reference/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/dereference-apidom.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/dereference-apidom.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/dereference-apidom.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/dereference-apidom.js diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/index.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/index.js similarity index 99% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/index.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/index.js index 9a69e0a90..295e9470a 100644 --- a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/index.js +++ b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/reference-object/index.js @@ -12,7 +12,7 @@ import { } from '@swagger-api/apidom-reference/configuration/empty'; // eslint-disable-next-line camelcase -import OpenApi3_1SwaggerClientDereferenceStrategy from '../../../../../../../../src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; +import OpenApi3_1SwaggerClientDereferenceStrategy from '../../../../../../../../src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; import * as jestSetup from '../__utils__/jest.local.setup.js'; const rootFixturePath = path.join(__dirname, '__fixtures__'); diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/components-request-bodies/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/components-request-bodies/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/components-request-bodies/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/components-request-bodies/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/components-request-bodies/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/components-request-bodies/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/components-request-bodies/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/components-request-bodies/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/operation-object/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/operation-object/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/operation-object/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/operation-object/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/operation-object/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/operation-object/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/operation-object/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/__fixtures__/operation-object/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/index.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/index.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/index.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/request-body-object/index.js diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/components-responses/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/components-responses/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/components-responses/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/components-responses/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/components-responses/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/components-responses/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/components-responses/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/components-responses/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/responses-object/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/responses-object/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/responses-object/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/responses-object/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/responses-object/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/responses-object/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/responses-object/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/__fixtures__/responses-object/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/index.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/index.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/index.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/response-object/index.js diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-internal/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-not-found/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-not-found/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-not-found/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-not-found/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-not-found/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-not-found/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-not-found/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$anchor-not-found/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-unresolvable/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-unresolvable/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-unresolvable/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-unresolvable/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-unresolvable/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-unresolvable/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-unresolvable/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-unresolvable/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-direct/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-enclosing/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/nested/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/nested/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/nested/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/nested/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/nested/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/nested/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/nested/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/nested/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/nested/nested/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/nested/nested/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/nested/nested/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/nested/nested/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$id-uri-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-$anchor/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-pointer/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-relative-reference/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-resolvable/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-unresolvable/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-unresolvable/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-unresolvable/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-unresolvable/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-unresolvable/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-unresolvable/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-unresolvable/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url-unresolvable/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-url/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-$anchor/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-$anchor/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-$anchor/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-$anchor/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-$anchor/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-$anchor/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-$anchor/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-$anchor/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer-meta-patches/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer-meta-patches/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer-meta-patches/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer-meta-patches/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer-meta-patches/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer-meta-patches/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer-meta-patches/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer-meta-patches/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-pointer/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-unresolvable/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-unresolvable/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-unresolvable/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-unresolvable/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-unresolvable/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-unresolvable/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-unresolvable/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn-unresolvable/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$ref-urn/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-defined/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-defined/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-defined/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-defined/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-defined/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-defined/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-defined/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-defined/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-enclosing/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-enclosing/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-enclosing/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-enclosing/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-enclosing/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-enclosing/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-enclosing/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-enclosing/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-mixed/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-mixed/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-mixed/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-mixed/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-mixed/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-mixed/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-mixed/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-mixed/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-undefined/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-undefined/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-undefined/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-undefined/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-undefined/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-undefined/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-undefined/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-undefined/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-unrecognized/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-unrecognized/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-unrecognized/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-unrecognized/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-unrecognized/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-unrecognized/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-unrecognized/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/$schema-unrecognized/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/boolean-json-schema/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/boolean-json-schema/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/boolean-json-schema/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/boolean-json-schema/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/boolean-json-schema/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/boolean-json-schema/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/boolean-json-schema/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/boolean-json-schema/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external-http-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-external/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-external/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-external/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-external/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-http-circular-structures/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-http-circular-structures/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-http-circular-structures/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-http-circular-structures/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-http-circular-structures/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-http-circular-structures/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-http-circular-structures/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal-http-circular-structures/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/cycle-internal/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-external-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-internal-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-internal-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-internal-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-internal-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-internal-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-internal-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-internal-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/direct-internal-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def.yml b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def.yml similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def.yml rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def.yml diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def2.yml b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def2.yml similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def2.yml rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def2.yml diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def3.yml b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def3.yml similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def3.yml rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/def3.yml diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/pets.yml b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/pets.yml similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/pets.yml rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/pets.yml diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/response.yml b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/response.yml similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/response.yml rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/pets/response.yml diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/root.yml b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/root.yml similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/root.yml rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/document-boundaries/root.yml diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-circular-dependency/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex3.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex3.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex3.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/ex3.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-indirections/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/external-only/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/ignore-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex3.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex3.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex3.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/ex3.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-external-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal-circular/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal-circular/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal-circular/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal-circular/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal-circular/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal-circular/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal-circular/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal-circular/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/indirect-internal/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/infinite-recursion/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/infinite-recursion/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/infinite-recursion/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/infinite-recursion/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/infinite-recursion/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/infinite-recursion/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/infinite-recursion/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/infinite-recursion/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-only/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-only/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-only/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-only/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-only/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-only/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-only/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/internal-only/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/invalid-pointer/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/invalid-pointer/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/invalid-pointer/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/invalid-pointer/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/invalid-pointer/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/invalid-pointer/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/invalid-pointer/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/invalid-pointer/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex3.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex3.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex3.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/ex3.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/max-depth/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/ex.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/ex.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/ex.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/ex.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/merging-keywords/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex1.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex1.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex1.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex1.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex2.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex2.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex2.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex2.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex3.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex3.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex3.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/ex3.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-external/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-internal/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-internal/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-internal/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-internal/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-internal/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-internal/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-internal/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/meta-patches-internal/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/unresolvable-reference/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/unresolvable-reference/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/unresolvable-reference/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/unresolvable-reference/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/unresolvable-reference/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/unresolvable-reference/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/unresolvable-reference/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/__fixtures__/unresolvable-reference/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/all-of.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/all-of.js similarity index 99% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/all-of.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/all-of.js index f9e40990e..98c55cf5f 100644 --- a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/all-of.js +++ b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/all-of.js @@ -4,7 +4,7 @@ import { mediaTypes, OpenApi3_1Element } from '@swagger-api/apidom-ns-openapi-3- import { dereferenceApiDOM } from '@swagger-api/apidom-reference/configuration/empty'; import * as jestSetup from '../__utils__/jest.local.setup.js'; -import OpenApi3_1SwaggerClientDereferenceStrategy from '../../../../../../../../src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; +import OpenApi3_1SwaggerClientDereferenceStrategy from '../../../../../../../../src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; describe('dereference', () => { beforeAll(() => { diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/dereference-apidom.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/dereference-apidom.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/dereference-apidom.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/dereference-apidom.js diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/index.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/index.js similarity index 99% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/index.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/index.js index c4e1820a2..7ad6ea71b 100644 --- a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/index.js +++ b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/schema-object/index.js @@ -5,7 +5,7 @@ import { evaluate } from '@swagger-api/apidom-json-pointer'; import { dereference, resolve } from '@swagger-api/apidom-reference/configuration/empty'; // eslint-disable-next-line camelcase -import OpenApi3_1SwaggerClientDereferenceStrategy from '../../../../../../../../src/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; +import OpenApi3_1SwaggerClientDereferenceStrategy from '../../../../../../../../src/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/index.js'; import * as jestSetup from '../__utils__/jest.local.setup.js'; const rootFixturePath = path.join(__dirname, '__fixtures__'); diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/__fixtures__/components-security-schemes/dereferenced.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/__fixtures__/components-security-schemes/dereferenced.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/__fixtures__/components-security-schemes/dereferenced.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/__fixtures__/components-security-schemes/dereferenced.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/__fixtures__/components-security-schemes/root.json b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/__fixtures__/components-security-schemes/root.json similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/__fixtures__/components-security-schemes/root.json rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/__fixtures__/components-security-schemes/root.json diff --git a/test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/index.js b/test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/index.js similarity index 100% rename from test/helpers/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/index.js rename to test/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/security-schemes-object/index.js diff --git a/test/helpers/apidom/reference/parse/parsers/json/index.js b/test/resolver/apidom/reference/parse/parsers/json/index.js similarity index 97% rename from test/helpers/apidom/reference/parse/parsers/json/index.js rename to test/resolver/apidom/reference/parse/parsers/json/index.js index 7a8a639c8..0596cdea4 100644 --- a/test/helpers/apidom/reference/parse/parsers/json/index.js +++ b/test/resolver/apidom/reference/parse/parsers/json/index.js @@ -2,7 +2,7 @@ import { Buffer } from 'node:buffer'; import { isParseResultElement } from '@swagger-api/apidom-core'; import { File, ParserError } from '@swagger-api/apidom-reference/configuration/empty'; -import JsonParser from '../../../../../../../src/helpers/apidom/reference/parse/parsers/json/index.js'; +import JsonParser from '../../../../../../../src/resolver/apidom/reference/parse/parsers/json/index.js'; describe('JsonParser', () => { describe('canParse', () => { diff --git a/test/helpers/apidom/reference/parse/parsers/openapi-json-3-1/__fixtures__/sample-api.json b/test/resolver/apidom/reference/parse/parsers/openapi-json-3-1/__fixtures__/sample-api.json similarity index 100% rename from test/helpers/apidom/reference/parse/parsers/openapi-json-3-1/__fixtures__/sample-api.json rename to test/resolver/apidom/reference/parse/parsers/openapi-json-3-1/__fixtures__/sample-api.json diff --git a/test/helpers/apidom/reference/parse/parsers/openapi-json-3-1/index.js b/test/resolver/apidom/reference/parse/parsers/openapi-json-3-1/index.js similarity index 98% rename from test/helpers/apidom/reference/parse/parsers/openapi-json-3-1/index.js rename to test/resolver/apidom/reference/parse/parsers/openapi-json-3-1/index.js index 70da05d9e..ea6b67457 100644 --- a/test/helpers/apidom/reference/parse/parsers/openapi-json-3-1/index.js +++ b/test/resolver/apidom/reference/parse/parsers/openapi-json-3-1/index.js @@ -5,7 +5,7 @@ import { File, ParserError } from '@swagger-api/apidom-reference/configuration/e import { mediaTypes } from '@swagger-api/apidom-ns-openapi-3-1'; // eslint-disable-next-line camelcase -import OpenApiJson3_1Parser from '../../../../../../../src/helpers/apidom/reference/parse/parsers/openapi-json-3-1/index.js'; +import OpenApiJson3_1Parser from '../../../../../../../src/resolver/apidom/reference/parse/parsers/openapi-json-3-1/index.js'; describe('OpenApiJson3_1Parser', () => { describe('canParser', () => { diff --git a/test/helpers/apidom/reference/parse/parsers/openapi-yaml-3-1/__fixtures__/sample-api.yaml b/test/resolver/apidom/reference/parse/parsers/openapi-yaml-3-1/__fixtures__/sample-api.yaml similarity index 100% rename from test/helpers/apidom/reference/parse/parsers/openapi-yaml-3-1/__fixtures__/sample-api.yaml rename to test/resolver/apidom/reference/parse/parsers/openapi-yaml-3-1/__fixtures__/sample-api.yaml diff --git a/test/helpers/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js b/test/resolver/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js similarity index 98% rename from test/helpers/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js rename to test/resolver/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js index 586849a50..e82354c76 100644 --- a/test/helpers/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js +++ b/test/resolver/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js @@ -5,7 +5,7 @@ import { File, ParserError } from '@swagger-api/apidom-reference/configuration/e import { mediaTypes } from '@swagger-api/apidom-ns-openapi-3-1'; // eslint-disable-next-line camelcase -import OpenApiYaml3_1Parser from '../../../../../../../src/helpers/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js'; +import OpenApiYaml3_1Parser from '../../../../../../../src/resolver/apidom/reference/parse/parsers/openapi-yaml-3-1/index.js'; describe('OpenApiYaml3_1Parser', () => { describe('canParser', () => { diff --git a/test/helpers/apidom/reference/parse/parsers/yaml-1-2/index.js b/test/resolver/apidom/reference/parse/parsers/yaml-1-2/index.js similarity index 97% rename from test/helpers/apidom/reference/parse/parsers/yaml-1-2/index.js rename to test/resolver/apidom/reference/parse/parsers/yaml-1-2/index.js index ada3bf9f7..a75246b92 100644 --- a/test/helpers/apidom/reference/parse/parsers/yaml-1-2/index.js +++ b/test/resolver/apidom/reference/parse/parsers/yaml-1-2/index.js @@ -2,7 +2,7 @@ import { Buffer } from 'node:buffer'; import { isParseResultElement } from '@swagger-api/apidom-core'; import { File, ParserError } from '@swagger-api/apidom-reference/configuration/empty'; -import YamlParser from '../../../../../../../src/helpers/apidom/reference/parse/parsers/yaml-1-2/index.js'; +import YamlParser from '../../../../../../../src/resolver/apidom/reference/parse/parsers/yaml-1-2/index.js'; describe('YamlParser', () => { describe('canParse', () => { diff --git a/test/helpers/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/empty-openapi-3-1-api.json b/test/resolver/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/empty-openapi-3-1-api.json similarity index 100% rename from test/helpers/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/empty-openapi-3-1-api.json rename to test/resolver/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/empty-openapi-3-1-api.json diff --git a/test/helpers/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/sample-openapi-3-1-api.json b/test/resolver/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/sample-openapi-3-1-api.json similarity index 100% rename from test/helpers/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/sample-openapi-3-1-api.json rename to test/resolver/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/sample-openapi-3-1-api.json diff --git a/test/helpers/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/unknown-extension.ext b/test/resolver/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/unknown-extension.ext similarity index 100% rename from test/helpers/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/unknown-extension.ext rename to test/resolver/apidom/reference/resolve/resolvers/http-swagger-client/__fixtures__/unknown-extension.ext diff --git a/test/helpers/apidom/reference/resolve/resolvers/http-swagger-client/index.js b/test/resolver/apidom/reference/resolve/resolvers/http-swagger-client/index.js similarity index 98% rename from test/helpers/apidom/reference/resolve/resolvers/http-swagger-client/index.js rename to test/resolver/apidom/reference/resolve/resolvers/http-swagger-client/index.js index c2ed875ae..b08144c76 100644 --- a/test/helpers/apidom/reference/resolve/resolvers/http-swagger-client/index.js +++ b/test/resolver/apidom/reference/resolve/resolvers/http-swagger-client/index.js @@ -5,7 +5,7 @@ import fetchMock from 'fetch-mock'; import { File, ResolverError } from '@swagger-api/apidom-reference/configuration/empty'; import Http from '../../../../../../../src/http/index.js'; -import HttpResolverSwaggerClient from '../../../../../../../src/helpers/apidom/reference/resolve/resolvers/http-swagger-client/index.js'; +import HttpResolverSwaggerClient from '../../../../../../../src/resolver/apidom/reference/resolve/resolvers/http-swagger-client/index.js'; describe('HttpResolverSwaggerClient', () => { let resolver; diff --git a/test/resolver/strategies/openapi-2--3-0.js b/test/resolver/strategies/openapi-2--3-0/index.js similarity index 99% rename from test/resolver/strategies/openapi-2--3-0.js rename to test/resolver/strategies/openapi-2--3-0/index.js index f42a4df50..90215b8db 100644 --- a/test/resolver/strategies/openapi-2--3-0.js +++ b/test/resolver/strategies/openapi-2--3-0/index.js @@ -3,7 +3,7 @@ import path from 'path'; import fs from 'fs'; import jsYaml from 'js-yaml'; -import Swagger from '../../../src/index.js'; +import Swagger from '../../../../src/index.js'; describe('resolver', () => { afterEach(() => { @@ -721,7 +721,7 @@ describe('resolver', () => { test('should not throw errors on resvered-keywords in freely-named-fields', () => { // Given const ReservedKeywordSpec = jsYaml.load( - fs.readFileSync(path.resolve(__dirname, '../../data/reserved-keywords.yaml'), 'utf8') + fs.readFileSync(path.resolve(__dirname, '../../../data/reserved-keywords.yaml'), 'utf8') ); // When diff --git a/test/helpers/normalize/openapi-2--3-0.js b/test/resolver/strategies/openapi-2--3-0/normalize.js similarity index 93% rename from test/helpers/normalize/openapi-2--3-0.js rename to test/resolver/strategies/openapi-2--3-0/normalize.js index cfab16518..6dc97baea 100644 --- a/test/helpers/normalize/openapi-2--3-0.js +++ b/test/resolver/strategies/openapi-2--3-0/normalize.js @@ -1,5 +1,5 @@ // eslint-disable-next-line camelcase -import normalizeOpenAPI2__30 from '../../../src/helpers/normalize/openapi-2--3-0.js'; +import normalize from '../../../../src/resolver/strategies/openapi-2--3-0/normalize.js'; describe('helpers', () => { describe('normalize', () => { @@ -28,7 +28,7 @@ describe('helpers', () => { }, }; - const res = normalizeOpenAPI2__30(input); + const res = normalize(input); const fooRes = res.spec.paths['/foo'].get; const barRes = res.spec.paths['/bar'].get; const bazRes = res.spec.paths['/baz'].get; @@ -57,7 +57,7 @@ describe('helpers', () => { }; // When - const normalizedSpec = normalizeOpenAPI2__30(spec); + const normalizedSpec = normalize(spec); const id = normalizedSpec.spec.paths['/foo'].get.operationId; // Then @@ -89,7 +89,7 @@ describe('helpers', () => { }; // When - normalizeOpenAPI2__30(input); + normalize(input); const fooOperation = input.spec.paths['/foo'].get; const barOperation = input.spec.paths['/bar'].get; const bazOperation = input.spec.paths['/baz'].get; @@ -130,7 +130,7 @@ describe('helpers', () => { }; // When - normalizeOpenAPI2__30(input); + normalize(input); const fooOperation = input.spec.paths['/foo'].get; const barOperation = input.spec.paths['/bar'].get; const bazOperation = input.spec.paths['/baz'].get; @@ -161,7 +161,7 @@ describe('helpers', () => { }; // When - const normalizedSpec = normalizeOpenAPI2__30(spec); + const normalizedSpec = normalize(spec); const originalId = normalizedSpec.spec.paths['/foo'].get.__originalOperationId; // Then @@ -184,7 +184,7 @@ describe('helpers', () => { }; // When - const normalizedSpec = normalizeOpenAPI2__30(spec); + const normalizedSpec = normalize(spec); const fooGet = normalizedSpec.spec.paths['/foo'].get; const fooPost = normalizedSpec.spec.paths['/foo'].post; @@ -216,7 +216,7 @@ describe('helpers', () => { }, }; - const id = normalizeOpenAPI2__30(spec); + const id = normalize(spec); const id1 = id.spec.paths['/foo'].get.operationId; const id2 = id.spec.paths['/bar'].get.operationId; const id3 = id.spec.paths['/bat'].get.operationId; @@ -242,7 +242,7 @@ describe('helpers', () => { }, }; - const resultSpec = normalizeOpenAPI2__30(spec); + const resultSpec = normalize(spec); expect(resultSpec).toEqual({ spec: { @@ -271,7 +271,7 @@ describe('helpers', () => { }, }; - const resultSpec = normalizeOpenAPI2__30(spec); + const resultSpec = normalize(spec); expect(resultSpec).toEqual({ spec: { @@ -304,7 +304,7 @@ describe('helpers', () => { }, }; - const resultSpec = normalizeOpenAPI2__30(spec); + const resultSpec = normalize(spec); expect(resultSpec).toEqual({ spec: { @@ -333,7 +333,7 @@ describe('helpers', () => { }, }; - const resultSpec = normalizeOpenAPI2__30(spec); + const resultSpec = normalize(spec); expect(resultSpec).toEqual({ spec: { @@ -366,7 +366,7 @@ describe('helpers', () => { }, }; - const resultSpec = normalizeOpenAPI2__30(spec); + const resultSpec = normalize(spec); expect(resultSpec).toEqual({ spec: { @@ -395,7 +395,7 @@ describe('helpers', () => { }, }; - const resultSpec = normalizeOpenAPI2__30(spec); + const resultSpec = normalize(spec); expect(resultSpec).toEqual({ spec: { @@ -426,7 +426,7 @@ describe('helpers', () => { }, }; - const resultSpec = normalizeOpenAPI2__30(spec); + const resultSpec = normalize(spec); expect(resultSpec).toEqual({ spec: { @@ -463,7 +463,7 @@ describe('helpers', () => { }, }; - const resultSpec = normalizeOpenAPI2__30(spec); + const resultSpec = normalize(spec); expect(resultSpec).toEqual({ spec: { diff --git a/test/helpers/normalize/openapi-3-1/__fixtures__/header-examples.json b/test/resolver/strategies/openapi-3-1/normalize/__fixtures__/header-examples.json similarity index 100% rename from test/helpers/normalize/openapi-3-1/__fixtures__/header-examples.json rename to test/resolver/strategies/openapi-3-1/normalize/__fixtures__/header-examples.json diff --git a/test/helpers/normalize/openapi-3-1/__fixtures__/operation-ids.json b/test/resolver/strategies/openapi-3-1/normalize/__fixtures__/operation-ids.json similarity index 100% rename from test/helpers/normalize/openapi-3-1/__fixtures__/operation-ids.json rename to test/resolver/strategies/openapi-3-1/normalize/__fixtures__/operation-ids.json diff --git a/test/helpers/normalize/openapi-3-1/__fixtures__/parameter-examples.json b/test/resolver/strategies/openapi-3-1/normalize/__fixtures__/parameter-examples.json similarity index 100% rename from test/helpers/normalize/openapi-3-1/__fixtures__/parameter-examples.json rename to test/resolver/strategies/openapi-3-1/normalize/__fixtures__/parameter-examples.json diff --git a/test/helpers/normalize/openapi-3-1/__fixtures__/parameters.json b/test/resolver/strategies/openapi-3-1/normalize/__fixtures__/parameters.json similarity index 100% rename from test/helpers/normalize/openapi-3-1/__fixtures__/parameters.json rename to test/resolver/strategies/openapi-3-1/normalize/__fixtures__/parameters.json diff --git a/test/helpers/normalize/openapi-3-1/__fixtures__/security-requirements.json b/test/resolver/strategies/openapi-3-1/normalize/__fixtures__/security-requirements.json similarity index 100% rename from test/helpers/normalize/openapi-3-1/__fixtures__/security-requirements.json rename to test/resolver/strategies/openapi-3-1/normalize/__fixtures__/security-requirements.json diff --git a/test/helpers/normalize/openapi-3-1/__fixtures__/servers.json b/test/resolver/strategies/openapi-3-1/normalize/__fixtures__/servers.json similarity index 100% rename from test/helpers/normalize/openapi-3-1/__fixtures__/servers.json rename to test/resolver/strategies/openapi-3-1/normalize/__fixtures__/servers.json diff --git a/test/helpers/normalize/openapi-3-1/__snapshots__/index.js.snap b/test/resolver/strategies/openapi-3-1/normalize/__snapshots__/index.js.snap similarity index 100% rename from test/helpers/normalize/openapi-3-1/__snapshots__/index.js.snap rename to test/resolver/strategies/openapi-3-1/normalize/__snapshots__/index.js.snap diff --git a/test/helpers/normalize/openapi-3-1/index.js b/test/resolver/strategies/openapi-3-1/normalize/index.js similarity index 83% rename from test/helpers/normalize/openapi-3-1/index.js rename to test/resolver/strategies/openapi-3-1/normalize/index.js index 31e36ea81..bfb7650be 100644 --- a/test/helpers/normalize/openapi-3-1/index.js +++ b/test/resolver/strategies/openapi-3-1/normalize/index.js @@ -3,7 +3,7 @@ import path from 'node:path'; import { toValue, StringElement } from '@swagger-api/apidom-core'; import { OpenApi3_1Element } from '@swagger-api/apidom-ns-openapi-3-1'; -import normalizeOpenAPI31 from '../../../../src/helpers/normalize/openapi-3-1.js'; +import normalize from '../../../../../src/resolver/strategies/openapi-3-1/normalize.js'; const fixturesPath = path.join(__dirname, '__fixtures__'); @@ -20,7 +20,7 @@ describe('helpers', () => { test('should normalize', () => { const spec = globalThis.loadJsonFile(path.join(fixturesPath, 'header-examples.json')); const openApiElement = OpenApi3_1Element.refract(spec); - const normalized = normalizeOpenAPI31(openApiElement); + const normalized = normalize(openApiElement); expect(toValue(normalized)).toMatchSnapshot(); }); @@ -30,7 +30,7 @@ describe('helpers', () => { test('should normalize', () => { const spec = globalThis.loadJsonFile(path.join(fixturesPath, 'parameter-examples.json')); const openApiElement = OpenApi3_1Element.refract(spec); - const normalized = normalizeOpenAPI31(openApiElement); + const normalized = normalize(openApiElement); expect(toValue(normalized)).toMatchSnapshot(); }); @@ -40,7 +40,7 @@ describe('helpers', () => { test('should normalize', () => { const spec = globalThis.loadJsonFile(path.join(fixturesPath, 'operation-ids.json')); const openApiElement = OpenApi3_1Element.refract(spec); - const normalized = normalizeOpenAPI31(openApiElement); + const normalized = normalize(openApiElement); expect(toValue(normalized)).toMatchSnapshot(); }); @@ -50,7 +50,7 @@ describe('helpers', () => { test('should normalize', () => { const spec = globalThis.loadJsonFile(path.join(fixturesPath, 'parameters.json')); const openApiElement = OpenApi3_1Element.refract(spec); - const normalized = normalizeOpenAPI31(openApiElement); + const normalized = normalize(openApiElement); expect(toValue(normalized)).toMatchSnapshot(); }); @@ -62,7 +62,7 @@ describe('helpers', () => { path.join(fixturesPath, 'security-requirements.json') ); const openApiElement = OpenApi3_1Element.refract(spec); - const normalized = normalizeOpenAPI31(openApiElement); + const normalized = normalize(openApiElement); expect(toValue(normalized)).toMatchSnapshot(); }); @@ -72,7 +72,7 @@ describe('helpers', () => { test('should normalize', () => { const spec = globalThis.loadJsonFile(path.join(fixturesPath, 'servers.json')); const openApiElement = OpenApi3_1Element.refract(spec); - const normalized = normalizeOpenAPI31(openApiElement); + const normalized = normalize(openApiElement); expect(toValue(normalized)).toMatchSnapshot(); }); @@ -81,7 +81,7 @@ describe('helpers', () => { describe('given element non compatible with ObjectElement', () => { test('should skip normalization', () => { const element = new StringElement('test'); - const normalized = normalizeOpenAPI31(element); + const normalized = normalize(element); expect(normalized).toEqual(element); }); @@ -91,8 +91,8 @@ describe('helpers', () => { test('should skip normalization', () => { const spec = globalThis.loadJsonFile(path.join(fixturesPath, 'servers.json')); const openApiElement = OpenApi3_1Element.refract(spec); - const normalized = normalizeOpenAPI31(openApiElement); - const doubleNormalized = normalizeOpenAPI31(openApiElement); + const normalized = normalize(openApiElement); + const doubleNormalized = normalize(openApiElement); expect(normalized).toEqual(doubleNormalized); });