on on 0 reference documentation is the best place to get started using Spring and NUnit together.  If you are not familiar with NUnit, check out the NUnit website at www.nunit.org]]>
  • The correct wiring of your Spring IoC container contexts.

  • Data access using ADO.NET or an ORM tool. This would include such things such as the correctness of SQL statements / or NHibernate XML mapping files.

The Spring Framework provides first class support for integration testing in the form of the classes that are packaged in the Spring.Testing.NUnit.dll library

]]>
Superclasses for tests requiring Spring application contexts, including support for transactional execution of test cases,
with automatic rollback on completion. Useful as base classes for application-specific tests.

The superclasses in this package are ideal for integration testing. Unit testing should not normally involve the Spring container,
but should test classes in isolation.

]]>
Classes for Applicationcontext-ased and transactional tests with NUnit