Find what:
:bAssert\.IsInstanceOfType\(typeof\({.*}\)\,:b{.*}\);.*
Replace with:
Assert\.That( \2, Is\.InstanceOf< \1>())\;
This will replace obsolete syntax with the new format. Always do a test before you do a [Replace All] in your solution / project
No comments:
Post a Comment