You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authorization class is not currently easily testable as the majority of the logic is contained in a single method. The communication logic needs to be separated from path checks and made testable.
Acceptance
Header class for the cpp authorization class is created
separate methods are created for testing the different parts of the logic i.e.
ftp scheme
path manipulation and checks
sending the actual message
creation of the communicator -> probably needs to be moved into the constructor
The text was updated successfully, but these errors were encountered:
Description
The authorization class is not currently easily testable as the majority of the logic is contained in a single method. The communication logic needs to be separated from path checks and made testable.
Acceptance
Header class for the cpp authorization class is created
separate methods are created for testing the different parts of the logic i.e.
The text was updated successfully, but these errors were encountered: