Closed paul1956 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.55655%. Comparing base (
f73363f
) to head (40b0c61
). Report is 5 commits behind head on main.
@Tanya-Solyanik based on all the work you are doing on Clipboard should I close this? If there are still uncover ClipboardProxy areas I can open a new PR after it's merged.
@Tanya-Solyanik The following ClipboardProxy functions are currently missing coverage and the ones I was testing with this PR.
Friend Sub New()
Public Function GetAudioStream() As Stream
Public Function ContainsText(format As TextDataFormat) As Boolean
Public Function GetAudioStream() As Stream
Public Function GetFileDropList() As StringCollection
Public Sub SetAudio(audioBytes As Byte())
Public Sub SetFileDropList(filePaths As StringCollection)
If you have these covered or don't think they need to be I will close.
If you have these covered or don't think they need to be I will close.
These are covered as exposed from the Clipboard class, we still need tests on the Proxy level that establish that it invokes the CLipboard methods or at least gets the same results as the Clipboard does.
Fixes #
Proposed changes
Customer Impact
Regression?
Risk
None add additional tests
Microsoft Reviewers: Open in CodeFlow