Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/touk/ormtest
- Owner: TouK
- License: apache-2.0
- Created: 2012-05-30T14:41:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T11:31:00.000Z (about 4 years ago)
- Last Synced: 2024-04-16T10:12:02.688Z (7 months ago)
- Language: Java
- Size: 1000 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: LICENSE
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/