Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/touk/ormtest

Framework for unit testing Spring based DAOs
https://github.com/touk/ormtest

Last synced: 8 days ago
JSON representation

Framework for unit testing Spring based DAOs

Awesome Lists containing this project

README

        

OrmTest - Object Relation Mapping Testing

What is it?

OrmTest is a java framework for easy JUnit 4.9+ testing of object-relation mappings in projects that use
Spring-based DAOs. OrmTest eliminates the need to create spring contexts during transactional tests.
This way tests run much faster and are much simpler.

Javadoc

http://touk.github.io/ormtest/apidocs/

Author

OrmTest was created in TouK organization by Michal Sokolowski.
TouK: http://touk.pl, [email protected]
Michal Sokolowski: [email protected]

Project license

OrmTest is an open source project released under the Apache License,
Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0).

Where it can be found

OrmTest is hosted on GitHub:
http://touk.github.com/ormtest/