标签: wpf unit-testing
我已继承ScrollViewer,将其称为MyScrollViewer。在MyScrollViewer的构造函数中,我订阅了ScrollViewer.GotFocus += OnGotFocus并进行了一些处理。
ScrollViewer
MyScrollViewer
ScrollViewer.GotFocus += OnGotFocus
在我的单元测试中,我创建了一个新的MyScrollViewer。如何手动提升GotFocus事件?
对于丢失代码的道歉,我不确定是否允许我在线粘贴此代码。
谢谢! 肯