Just found out something interesting about TestDriven.Net. It allows you to run code logic as a test, even when the [TestMethod] attribute is not on the method you're testing.
However don't try doing this with an client side integration test, as you'll just get an endpoint not set in code exception!
No comments:
Post a Comment