Open jeroenwalter opened 1 year ago
find regex: Mock<(.+?)> (.*?) = new(); replace with: $1 $2 = Substitute.For<$1>();
find regex: Mock<(.+?)> (.*?) = new(); replace with: $1 $2 = Substitute.For<$1>();