Welcome to Windows Presentation Foundation (WPF)
Top Tasks :

WPF Community Bloggers

Thursday, July 03, 2008 - Posts

  • MbUnit v3 in Visual Studio Team System 2008

    One of the changes made in MbUnit v3 alpha 3 was support for the Visual Studio Team System test runner. As Jeff points out, we are the first to offer this kind of support. At the moment the support is experimental but we will be driving foward more in the coming weeks and months. You will need to install MbUnit v3 alpha 3, if your upgrading from v2 to v3 there will be some compatability issues (I'll cover these in a later post). Take this simple test Make sure you have MbUnit and Gallio referanced Recompile and the test should now show in the Test View window Just like a MSTest test you can now run through the test window. Read More...
  • MbUnit v3 beta 3 updates

    Jeff has news on a couple of updates to the MbUnit v3 beta 3 release including. R# 4.0 final support Factory attribute support Repeat and ThreadedRepeat attributes support CSV data source metadata Pex support Contract verifiers The R# 4.0 support does mean that you can run MbUnit 3.0 and 2.0 in R# but if you prefer you can work directly with MbUnit v2.0 (rather than through Gallio) via Alberts plugin. My thanks to Jeff and the whole team, who have worked hard to help make this happen (Jeff in particular works all hours to bring this to you). Read More...
  • [WPF] Comment cloner un contrôle WPF ?

    La semaine dernière, pour les besoins d'un client, j'ai eu besoin de trouver le moyen de cloner un objet graphique WPF afin d'en avoir une copie. Dans la plupart des cas, on peut se dire qu'appeler la méthode Clone suffit. Seul petit problème: lorsqu... Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us