Avtansh Tripathi created FINERACT-2554:
------------------------------------------
Summary: Modernize PaymentTypeHelper in Integration Tests
Key: FINERACT-2554
URL: https://issues.apache.org/jira/browse/FINERACT-2554
Project: Apache Fineract
Issue Type: Improvement
Components: Test
Reporter: Avtansh Tripathi
The current implementation of the PaymentTypeHelper within the Fineract
integration test suite relies heavily on legacy RestAssured configurations.
This involves manual construction of JSON strings and the use of
Map<String,Object>{{{}{}}}for payload delivery. This approach is increasingly
difficult to maintain because it lacks compile-time validation. Any changes in
the core API models often go unnoticed in the test suite until runtime, leading
to brittle tests and increased debugging time
--
This message was sent by Atlassian Jira
(v8.20.10#820010)