Decouple TXT Report file writing and formatting logic (3/6) 87/109387/1
authorFrancis Toth <francis.toth@yoppworks.com>
Thu, 18 Jun 2020 19:30:26 +0000 (15:30 -0400)
committerFrancis Toth <francis.toth@yoppworks.com>
Sun, 21 Jun 2020 11:34:43 +0000 (07:34 -0400)
commit051fcebef77e7f8c4536ef717a78f05ab1a002ff
tree1c735113663946c6f12dde81ed1f468dd365b0d0
parent194c4a67301b88783ff7d2587feb66912de5ff94
Decouple TXT Report file writing and formatting logic (3/6)

This commit aims to move the printValidationTaskStatus function's logic from ReportManager (deprecated) to ReportFile.

Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: Ic33a519f4c70276d404a83bf7de8a27f0007b285
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