New stuff on Team Agile: XtUnit and Interception block with basic documentation - ISerializable - Roy Osherove's Blog

New stuff on Team Agile: XtUnit and Interception block with basic documentation

Update: Fixed broken links (21-6-06)

I just finished adding a new downloads section to the Team Agile website. In the process, I've revamped some of the downloads I've made available to date with some documentation and a face lift.

XT-Unit

XtUnit is a unit testing extension for .Net based frameworks. It uses the interception application block to provide runtime abilities of rolling back any changes that were made to the database during Data related unit tests.

 

  • Interception Application Block

The interception application block allows the developer to easily add interception abilities to various classes in the framework. It's as easy as inheriting from a class and overriding two methods.

 

  • Extensibility Application Block

The extensibility block provides basic classes and means to load and search for plugins for your application. Using it you can just use search classes and loader classes that make the best use of reflection and loading behavior on the .NET platform to create a truly pluggable application.

Published Sunday, January 23, 2005 4:29 PM by RoyOsherove
Filed under:

Comments

Monday, January 24, 2005 2:54 AM by TrackBack

# RE: New stuff on Team Agile: XtUnit and Interception block with basic documentation

Wednesday, February 02, 2005 10:07 PM by TrackBack

# Some Great RSS Finds (from: Scott Dockendorf)

http://weblogs.asp.net/scottdockendorf/archive/2005/02/02/365240.aspx  |  CommentsHere are some interesting “finds” from the blogging world over the past week or so (I’m offloading all my saved Favorites here!)< ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Agile DevelopmentCheck out www.xpstorystudio.com, JSGreenwood’s free-Project Management portal for Agile teams! Community...
Wednesday, June 21, 2006 10:14 AM by Colin Jack

# re: New stuff on Team Agile: XtUnit and Interception block with basic documentation

None of the links work.
Wednesday, June 21, 2006 4:41 PM by RoyOsherove

# re: New stuff on Team Agile: XtUnit and Interception block with basic documentation

I've fixed the links. Thanks for noticing!