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
{{ message }}
This repository was archived by the owner on Oct 17, 2018. It is now read-only.
When writing unit tests, it helps a lot being able to mock the results of these functions depending on the input.
Right now it is a big hassle doing this since we have to mock the byte-array versions and then mimic the internal implementations of the extension methods in DataProtectionCommonExtensions. I can't even get it to work properly for a particular use case. It would be very beneficial to have the directly on the interface.
When writing unit tests, it helps a lot being able to mock the results of these functions depending on the input.
Right now it is a big hassle doing this since we have to mock the byte-array versions and then mimic the internal implementations of the extension methods in
DataProtectionCommonExtensions. I can't even get it to work properly for a particular use case. It would be very beneficial to have the directly on the interface.