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