[AAI] Improve test coverage for A&AI component aai-resources 44/141444/2
authorakshay.khairnar@t-systems.com <akshay.khairnar@t-systems.com>
Wed, 16 Jul 2025 09:19:02 +0000 (11:19 +0200)
committerakshay.khairnar@t-systems.com <akshay.khairnar@t-systems.com>
Tue, 22 Jul 2025 11:41:24 +0000 (13:41 +0200)
commitf8cdf39bf2efd493966ebb7ea5b7e20682be34ec
treeffeec8f8b5f06f53c3e6deba4d77ed8ea28eea76
parent76601a466a229583fa296ad8df9a315876a3e609
[AAI] Improve test coverage for A&AI component aai-resources

"- to Improve test coverage for A&AI component aai-resources <=80%
Issue-ID: AAI-4185
Change-Id: I38d79d48d19a9fb4a465461b81d638fa5c0f62a3
Signed-off-by: akshay.khairnar@t-systems.com <akshay.khairnar@t-systems.com>
aai-resources/pom.xml
aai-resources/src/main/java/org/onap/aai/interceptors/pre/VersionInterceptor.java
aai-resources/src/main/java/org/onap/aai/tenantisolation/DataImportTasks.java [moved from aai-resources/src/main/java/org/onap/aai/TenantIsolation/DataImportTasks.java with 97% similarity]
aai-resources/src/test/java/org/onap/aai/interceptors/AAIContainerFilterTest.java [new file with mode: 0644]
aai-resources/src/test/java/org/onap/aai/interceptors/pre/HeaderValidationTest.java [new file with mode: 0644]
aai-resources/src/test/java/org/onap/aai/interceptors/pre/VersionInterceptorTest.java [new file with mode: 0644]
aai-resources/src/test/java/org/onap/aai/interceptors/pre/VersionLatestInterceptorTest.java [new file with mode: 0644]
aai-resources/src/test/java/org/onap/aai/tenantisolation/DataImportTasksTest.java [new file with mode: 0644]