Make Authz tests parameterized
Description
Environment
None
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Unassigned
UnassignedReporter

Components
Fix versions
Affects versions
Priority
Zoom
Open Zoom
Created May 5, 2019 at 1:58 PM
Updated May 17, 2019 at 12:39 PM
Resolved May 17, 2019 at 12:39 PM
Zoom
Current each authz test is its own test resulting in duplication of code. Within the Server codebase this was updated to use
@ParameterizedTest
and this greatly improved the readability of the test code.The same steps should be taken to improve the Cloud Authz tests.