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
I have verified that I am running the latest version of the COMET-SDK
I have searched open and closed issues to ensure it has not already been reported
Description
Creating tests for classes using CopyPermissionHelper is quite cumbersome, because there is a lot of logic in the CopyPermissionHelper that needs correct setup for each test. For example CopyCreator that has versions in in CDP4-COMET-IME and and CDP4-COMET-WEB.
Extra wrapper classes (Class+Interface) could be created, wrapping and therefore hiding the CopyPermissionHelper implementation could be a solution, but it might be better to provide this in SDK, using a to be created interface ICopyPermissionHelper.