saayam-for-all / request

GNU General Public License v3.0
1 stars 0 forks source link

Add Unit Tests for org.sfa.request.dto #22

Open lydiaplu opened 3 weeks ago

lydiaplu commented 3 weeks ago

The current test coverage for the org.sfa.request.dto package is 0%. This means no lines or branches are currently covered by unit tests. We need to:

•   Add tests to cover key DTO classes.
•   Focus on increasing both line and branch coverage (currently 0%).

The goal is to achieve 80% or higher coverage for this package.