Decouple TXT Report file writing and formatting logic (4/6) 04/109404/2
authorFrancis Toth <francis.toth@yoppworks.com>
Thu, 18 Jun 2020 19:35:05 +0000 (15:35 -0400)
committerFrancis Toth <francis.toth@yoppworks.com>
Mon, 22 Jun 2020 11:25:25 +0000 (11:25 +0000)
commitb29518ad6136fe628d7aff79d5fc607c5e890729
treef38a2771f34628c1ca023246587aea2c872f48f0
parent051fcebef77e7f8c4536ef717a78f05ab1a002ff
Decouple TXT Report file writing and formatting logic (4/6)

This commit aims to move the reportValidatorTypeSummary function from ReportManager (deprecated) to ReportFile.

Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: I30898d69bbcdb129a2dac917c4dee3c276556e91
Issue-ID: SDC-2499
asdctool/src/main/java/org/openecomp/sdc/asdctool/impl/validator/executers/TopologyTemplateValidatorExecuter.java
asdctool/src/main/java/org/openecomp/sdc/asdctool/impl/validator/report/ReportFile.java
asdctool/src/main/java/org/openecomp/sdc/asdctool/impl/validator/utils/ReportManager.java
asdctool/src/test/java/org/openecomp/sdc/asdctool/impl/validator/utils/ReportManagerTest.java