Unit tests with @error_msg

Related products: Software Factory

Unit tests are great way to test API's however, our API's have the declared parameter @error_msg. 

Because this is the same parameter as declared in the unit test code all of our API's get the same failed message for their unit test: 

This is probably a more common problem, because @error_msg is a widely used parameter. Can this parameter be changed to a more uncommon one, specific for unit testing probably? 

NewOpen

OpenNext release

Next releaseCompleted