| Spring Dependency Injection TestCase that is data driven.
You need the following stuff in your context:
By default, a context xml file called "ddsteps-context.xml" in the root of
your classpath.
By default, the context is only loaded once, so you can probably use the same
context for all your test, even if you don't happen to need a datasource in
every test.
Known drawbacks when using this class:
- The test case count is not correct, as the behaviour is not available
until after setup, so it just returns 1.
author: Adam Skogman version: $Id: DdSpringTestCase.java,v 1.4 2006/05/01 15:29:18 adamskogman Exp $ |