Class | Description |
---|---|
AbstractTest |
Base class for your non transactional Spring aware unit tests
ContextConfiguration is preconfigured to scan your applicationContext.xml
files from classpath
|
AbstractTransactionalTest |
Base class for your transactional unit tests, preconfigure Spring test
framework It is suitable for your DAO unit tests, that need to be
transactional ContextConfiguration is preconfigured to scan your
applicationContext.xml files from classpath
|
AbstractWebTest |
Base class for your webservice tests, based on Jetty and with preconfigured Spring configuration.
|
Copyright © 2009–2014. All rights reserved.