Decouple TXT Report file writing and formatting logic (2/6) 67/109367/3
authorFrancis Toth <francis.toth@yoppworks.com>
Thu, 18 Jun 2020 19:23:12 +0000 (15:23 -0400)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Sun, 21 Jun 2020 07:05:18 +0000 (07:05 +0000)
commit9c414d7dbbe337c365b52f708ccd1c4ccf36021c
treebffb9aa71fd0d3d3cac4a9ea722ef0d9a13677dc
parent8a44c78d37e82363cf572b6d9578e1cc6f6860bd
Decouple TXT Report file writing and formatting logic (2/6)

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

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