Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

TASK : Build 'receivesList'/'responseList' using getIOSet as part of cache #99

Closed orubel closed 11 months ago

orubel commented 11 months ago

we are using getIOSet in RequestInitializationFolter to BUILD the requestList/responseList with each endpoint call

This should be built at runtime as part of ApiDescriptor as a finished list able to be reference by:

orubel commented 11 months ago

apparently this is the way it was working but I was looking at redudancy checks in other classes. Fixed. Tested. closing