The Artima Developer Community
Sponsored Link

.NET Buzz Forum
New stuff on Team Agile: XtUnit and Interception block with basic documentation

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
New stuff on Team Agile: XtUnit and Interception block with basic documentation Posted: Jan 23, 2005 7:45 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: New stuff on Team Agile: XtUnit and Interception block with basic documentation
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement

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.

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

Topic: CLR Compiler Writing? Previous Topic   Next Topic Topic: Digital Blackbelt Series: Defend your code from attacks

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use