All classes and methods are missing tests. Entities should have unit tests that accurately represent the data we intend for them to hold. Use cases should have integration tests to check that the core of the program is functioning properly. And the front end should also be tested once it has been implemented
Hi, id like to create unit tests for the entities. Im going to create an entity_test package for that. However ill have to also add getters to budget class to do that, because they re missing
All classes and methods are missing tests. Entities should have unit tests that accurately represent the data we intend for them to hold. Use cases should have integration tests to check that the core of the program is functioning properly. And the front end should also be tested once it has been implemented