Go to file
Teriuihi 917965a33d Add TestForm class and set up related unit tests
The changes add a new TestForm class to implement unit tests for form handling in the application. The included tests verify the storing, retrieving, and verification of forms from a database, as well as form object creation and confirmation of form data. This is a step towards improving the code's reliability and making it easier to catch potential bugs or issues.
2024-01-14 11:09:35 +01:00
.idea Initial commit for site for forms 2024-01-13 16:24:54 +01:00
gradle/wrapper Initial commit for site for forms 2024-01-13 16:24:54 +01:00
src Add TestForm class and set up related unit tests 2024-01-14 11:09:35 +01:00
.gitignore Initial commit for site for forms 2024-01-13 16:24:54 +01:00
build.gradle Initial commit for site for forms 2024-01-13 16:24:54 +01:00
gradlew Initial commit for site for forms 2024-01-13 16:24:54 +01:00
gradlew.bat Initial commit for site for forms 2024-01-13 16:24:54 +01:00
settings.gradle Initial commit for site for forms 2024-01-13 16:24:54 +01:00