Added arcitecture tests for CPS (REST and service and RI) 19/139219/7
authorleventecsanyi <levente.csanyi@est.tech>
Thu, 17 Oct 2024 12:59:49 +0000 (14:59 +0200)
committerLevente Csanyi <levente.csanyi@est.tech>
Thu, 24 Oct 2024 11:38:14 +0000 (11:38 +0000)
commit2a4e96f23458e0ff56cc9ed4487b5339b809d388
treef3b8ce3f7bcf6fe8607375b247f7ed5349297c39
parente0c537f4463b6664e108e12962e1f4b34544776c
Added arcitecture tests for CPS (REST and service and RI)

  - added Base class and extracted common method for 3pp checks
  - added ArchTests for cps REST and cps service

Issue-ID: CPS-2423
Change-Id: Icf70b79d1397b002d75ec5c8761775dfd7a6c6d9
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
cps-application/src/test/java/org/onap/cps/architecture/ArchitectureTestBase.java [new file with mode: 0644]
cps-application/src/test/java/org/onap/cps/architecture/CpsArchitectureTest.java [new file with mode: 0644]
cps-application/src/test/java/org/onap/cps/architecture/NcmpArchitectureTest.java