04/03/2011 8:37:43 AM
 Ludovic Dubois Administrator Posts: 157
|
UPGRAGE YOUR VISUAL T# to v1.10 and have Asynchronous Event testing made easy! New features
- Testing asynchronous events
You can now test asynchronous event the same way as synchronous events (one line of code), specifying expected delay only! assert [!] raised <instance>.<event> within <delay> [errormessage <string expression>] or testing event parameters assert raised <instance>.<event>( <signature> ) within <delay> [errormessage <string expression>] { <testing code> };
Improvements
- New setup
Using Wix instead of MS Setup, far more powerful and far less bugs, including setup for syntax colorizing in VS2005 & VS2008! - Multiple instances of tsharp-gui.exe can now be run simultaneously.
Bug
WARNING: As we have found bugs in our Setup, we have changed it to Wix. To uninstall Visual T# v1.9.X, use the provided uninstall.bat. DO NOT UNINSTALL IT FROM CONTROL PANEL!
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.
|