summaryrefslogtreecommitdiffstats
path: root/ms/gra/gra-app/src/test/java
AgeCommit message (Collapse)AuthorFilesLines
2021-12-02Add test cases for gra microserviceDan Timoney4-1/+1176
Add test cases for GRA microservice to address test coverage being under target Issue-ID: SDNC-1638 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If9422cdb577ef3984f17f4ef7aa2cd7e362e2fd4
2021-11-01Sync local changes to support GRA microserviceTimoney, Dan (dt5972)2-23/+6
Sync changes made downstream to support GRA microservice Change-Id: If3bf5d879f7d61ab91209c63b0344d78128246a8 Issue-ID: CCSDK-3504 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-05-11Improve test coverage for sdnc/appsDan Timoney6-2/+336
Added test cases for 2 data object classes previously uncovered. Change-Id: I371fae43c0425534e8300af5e85a39086afa0b63 Issue-ID: SDNC-1543 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-23Refactor GRA to separate docker creation from application codeDan Timoney4-0/+2037
Refactor GRA so that application jar is created in a separate maven module from the docker build. Issue-ID: SDNC-1527 Change-Id: I4a9af7fe4df14faaf683588bc2567fcc3346886e Signed-off-by: Dan Timoney <dtimoney@att.com>