From b80c872428ad8aac4cd3f70f726d7a61f0e04e7c Mon Sep 17 00:00:00 2001 From: Andrei Kakhanouski Date: Fri, 20 Dec 2024 16:42:25 +0100 Subject: [PATCH] Move tests to a separated folder --- .../main/default/classes/{ => tests}/libak_TestErrorResponse.cls | 0 .../classes/{ => tests}/libak_TestErrorResponse.cls-meta.xml | 0 .../classes/{ => tests}/libak_TestErrorResponseFactory.cls | 0 .../{ => tests}/libak_TestErrorResponseFactory.cls-meta.xml | 0 .../main/default/classes/{ => tests}/libak_TestJsonResponse.cls | 0 .../classes/{ => tests}/libak_TestJsonResponse.cls-meta.xml | 0 .../main/default/classes/{ => tests}/libak_TestRestFramework.cls | 0 .../classes/{ => tests}/libak_TestRestFramework.cls-meta.xml | 0 .../main/default/classes/{ => tests}/libak_TestRestProcessor.cls | 0 .../classes/{ => tests}/libak_TestRestProcessor.cls-meta.xml | 0 .../main/default/classes/{ => tests}/libak_TestRestRouter.cls | 0 .../default/classes/{ => tests}/libak_TestRestRouter.cls-meta.xml | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename force-app/main/default/classes/{ => tests}/libak_TestErrorResponse.cls (100%) rename force-app/main/default/classes/{ => tests}/libak_TestErrorResponse.cls-meta.xml (100%) rename force-app/main/default/classes/{ => tests}/libak_TestErrorResponseFactory.cls (100%) rename force-app/main/default/classes/{ => tests}/libak_TestErrorResponseFactory.cls-meta.xml (100%) rename force-app/main/default/classes/{ => tests}/libak_TestJsonResponse.cls (100%) rename force-app/main/default/classes/{ => tests}/libak_TestJsonResponse.cls-meta.xml (100%) rename force-app/main/default/classes/{ => tests}/libak_TestRestFramework.cls (100%) rename force-app/main/default/classes/{ => tests}/libak_TestRestFramework.cls-meta.xml (100%) rename force-app/main/default/classes/{ => tests}/libak_TestRestProcessor.cls (100%) rename force-app/main/default/classes/{ => tests}/libak_TestRestProcessor.cls-meta.xml (100%) rename force-app/main/default/classes/{ => tests}/libak_TestRestRouter.cls (100%) rename force-app/main/default/classes/{ => tests}/libak_TestRestRouter.cls-meta.xml (100%) diff --git a/force-app/main/default/classes/libak_TestErrorResponse.cls b/force-app/main/default/classes/tests/libak_TestErrorResponse.cls similarity index 100% rename from force-app/main/default/classes/libak_TestErrorResponse.cls rename to force-app/main/default/classes/tests/libak_TestErrorResponse.cls diff --git a/force-app/main/default/classes/libak_TestErrorResponse.cls-meta.xml b/force-app/main/default/classes/tests/libak_TestErrorResponse.cls-meta.xml similarity index 100% rename from force-app/main/default/classes/libak_TestErrorResponse.cls-meta.xml rename to force-app/main/default/classes/tests/libak_TestErrorResponse.cls-meta.xml diff --git a/force-app/main/default/classes/libak_TestErrorResponseFactory.cls b/force-app/main/default/classes/tests/libak_TestErrorResponseFactory.cls similarity index 100% rename from force-app/main/default/classes/libak_TestErrorResponseFactory.cls rename to force-app/main/default/classes/tests/libak_TestErrorResponseFactory.cls diff --git a/force-app/main/default/classes/libak_TestErrorResponseFactory.cls-meta.xml b/force-app/main/default/classes/tests/libak_TestErrorResponseFactory.cls-meta.xml similarity index 100% rename from force-app/main/default/classes/libak_TestErrorResponseFactory.cls-meta.xml rename to force-app/main/default/classes/tests/libak_TestErrorResponseFactory.cls-meta.xml diff --git a/force-app/main/default/classes/libak_TestJsonResponse.cls b/force-app/main/default/classes/tests/libak_TestJsonResponse.cls similarity index 100% rename from force-app/main/default/classes/libak_TestJsonResponse.cls rename to force-app/main/default/classes/tests/libak_TestJsonResponse.cls diff --git a/force-app/main/default/classes/libak_TestJsonResponse.cls-meta.xml b/force-app/main/default/classes/tests/libak_TestJsonResponse.cls-meta.xml similarity index 100% rename from force-app/main/default/classes/libak_TestJsonResponse.cls-meta.xml rename to force-app/main/default/classes/tests/libak_TestJsonResponse.cls-meta.xml diff --git a/force-app/main/default/classes/libak_TestRestFramework.cls b/force-app/main/default/classes/tests/libak_TestRestFramework.cls similarity index 100% rename from force-app/main/default/classes/libak_TestRestFramework.cls rename to force-app/main/default/classes/tests/libak_TestRestFramework.cls diff --git a/force-app/main/default/classes/libak_TestRestFramework.cls-meta.xml b/force-app/main/default/classes/tests/libak_TestRestFramework.cls-meta.xml similarity index 100% rename from force-app/main/default/classes/libak_TestRestFramework.cls-meta.xml rename to force-app/main/default/classes/tests/libak_TestRestFramework.cls-meta.xml diff --git a/force-app/main/default/classes/libak_TestRestProcessor.cls b/force-app/main/default/classes/tests/libak_TestRestProcessor.cls similarity index 100% rename from force-app/main/default/classes/libak_TestRestProcessor.cls rename to force-app/main/default/classes/tests/libak_TestRestProcessor.cls diff --git a/force-app/main/default/classes/libak_TestRestProcessor.cls-meta.xml b/force-app/main/default/classes/tests/libak_TestRestProcessor.cls-meta.xml similarity index 100% rename from force-app/main/default/classes/libak_TestRestProcessor.cls-meta.xml rename to force-app/main/default/classes/tests/libak_TestRestProcessor.cls-meta.xml diff --git a/force-app/main/default/classes/libak_TestRestRouter.cls b/force-app/main/default/classes/tests/libak_TestRestRouter.cls similarity index 100% rename from force-app/main/default/classes/libak_TestRestRouter.cls rename to force-app/main/default/classes/tests/libak_TestRestRouter.cls diff --git a/force-app/main/default/classes/libak_TestRestRouter.cls-meta.xml b/force-app/main/default/classes/tests/libak_TestRestRouter.cls-meta.xml similarity index 100% rename from force-app/main/default/classes/libak_TestRestRouter.cls-meta.xml rename to force-app/main/default/classes/tests/libak_TestRestRouter.cls-meta.xml