Updates the following classes to implement UserTestConstants
PermissionsAPITests
UserRoleMapeServiceImplTests
Testing:
all tests run successfully
mvn clean test runs successfully
Per a recent discussion in Discord TribeAppDev, I intended to add user role constants to the UserTestConstants. I ran into several complications while doing this and felt it was antithetical to the goal of simplifying the tests through use of constants. I will bring my findings to the next meeting, and I can open up a separate ticket to tackle the user roles, if we determine we want anything changed, or I can make any requested changes to this ticket.
(branched off develop)
Updates the following classes to implement UserTestConstants
Testing: all tests run successfully mvn clean test runs successfully
Per a recent discussion in Discord TribeAppDev, I intended to add user role constants to the UserTestConstants. I ran into several complications while doing this and felt it was antithetical to the goal of simplifying the tests through use of constants. I will bring my findings to the next meeting, and I can open up a separate ticket to tackle the user roles, if we determine we want anything changed, or I can make any requested changes to this ticket.