Archives
Archives /
2011
-
Unit tests should not Debug Assert
When we write unit tests we try to cover all edge cases, not just run through the cases that work. That means that in many cases the product code will assert before throwing an exception.
-
Compatibility Checking in WebMatrix - When the checker reports failures
In WebMatrix V1 we released a new feature called Publish Compatibility. This feature inspects your local application for dependencies and requirements. It will then runs a set of tests against your remote website. The idea is to identify any potential issues with your remote internet server missing components that are must have for your site to run.