MSTestHacks icon indicating copy to clipboard operation
MSTestHacks copied to clipboard

Just a bunch of hacks to get around the deficiencies of MSTest.

Results 5 MSTestHacks issues
Sort by recently updated
recently updated
newest added

Most team members have no problems running the unit-tests. Yet when I run them on my machine, I get this exception and stacktrace. - The Domain.Tests.dll.config file is present -...

The package unfortunately won't build with .NET 4.0 so I removed the AfterBuild target. This fixes #26

The MSTestHacks library is not strongly-named. This may not be relevant in most cases (as MSTestHacks is used almost solely in testing code, not in "production" code), but in some...

I can't see the parameters or a custom message for the parameters that represent each DataRow. It could be useful if it would be like NUnit as it call the...

feature
up for grabs