DarioSantarelli.Blog("UgiDotNet");

<sharing mode=”On” users=”*” />
posts - 176, comments - 105, trackbacks - 3

My Links

News


This is my personal blog. These postings are provided "AS IS" with no warranties, and confer no rights.




Tag Cloud

Archives

Post Categories

My English Blog

Visual Studio Testing Extensions

Segnalo il progetto “Visual Studio Testing Extensions” su CodePlex. Si tratta di una library concepita principalmente per migliorare la creazione di UnitTest nell’ambiente di Testing di Visual Studio. In breve, la library introduce due feature:

  • La possibilità di migliorare sensibilmente la leggibilità di uno unit test grazie all’introduzione di opportuni extension methods ( es. myInt.ShouldEqual(5);   invece di  Assert.AreEqual(myInt, 5); )
  • La possibilità di asserire exception multiple nei risultati attesi di un singolo TestMethod. Il tutto sfruttando un delegate Action(). Ad esempio:
    • Testing.ShouldThrowException<ArgumentNullException>(() => { … something throws ArgumentNullException … });


Technorati Tag:

Print | posted on martedì 3 febbraio 2009 22:22 |

Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET