Persistence layer testing incl CpsModulePersistenceService testing 37/116037/10
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Tue, 24 Nov 2020 09:13:43 +0000 (11:13 +0200)
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Tue, 8 Dec 2020 09:01:31 +0000 (11:01 +0200)
commit7cca0296e855bbfaff7d14769db2fc76c5c06892
tree4758811c99748c082b8496e05263c2c84674e926
parent0cd5910ca2c949bab95ec73591729c4b7230fdd1
Persistence layer testing incl CpsModulePersistenceService testing

Issue-ID: CPS-95
Change-Id: I5eba5f6953f483304ff3864914e7a6c9b2bb3f56
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
cps-dependencies/pom.xml
cps-parent/pom.xml
cps-ri/pom.xml
cps-ri/src/test/java/org/onap/cps/DatabaseTestContainer.java [new file with mode: 0644]
cps-ri/src/test/java/org/onap/cps/TestApplication.java [new file with mode: 0644]
cps-ri/src/test/java/org/onap/cps/spi/impl/CpsModulePersistenceServiceTest.java [new file with mode: 0644]
cps-ri/src/test/resources/application.yml [new file with mode: 0644]
cps-ri/src/test/resources/data/clear-all.sql [new file with mode: 0644]
cps-ri/src/test/resources/data/schemaset.sql [new file with mode: 0644]