IntelliTect / TestTools

A collection of tools for aiding in test automation
MIT License
10 stars 7 forks source link

Provide additional overloads for AreLike/AssertLike methods #9

Closed MarkMichaelis closed 5 years ago

MarkMichaelis commented 8 years ago

Add overloads that take: expectedReturn (from a Main method) and Func<string[], int>

djhaley commented 8 years ago

These appear to have been added. Can you review the latest code to confirm?