06/05/2011 5:18:05 PM
 Ludovic Dubois Administrator Posts: 157
|
UPGRAGE YOUR VISUAL T# to v1.11 and have Custom Assertions!
New features
- Custom Assertions
You can now use Visual T# assert keyword to invoke your own Custom Assertions, written in a more friendly way. Declare it: assert ( Invoice invoice ) Is Linked To ( int quantity ) ( Product product ) { ... } Use it: { ... assert myInvoice1 Is Linked To 1 myProduct; ... }
Improvements
Bug
WARNING: If you have Visual T# v1.9.X installed, look at this topic for uninstall.
VISUAL STUDIO 2005 and 2008 only: If this is the first time you install a language (other than Visual Studio ones), you have to run ProjectAggregator2.msi too. You can run it before or after installing Visual T#. If you are not sure if you need to install it, run it: it will stops if there is nothing to do. You need VS2008 SP1 for installing Visual T# in Visual Studio 2008.
|