Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taq/jtt
Java Table Testing
https://github.com/taq/jtt
Last synced: 1 day ago
JSON representation
Java Table Testing
- Host: GitHub
- URL: https://github.com/taq/jtt
- Owner: taq
- Created: 2010-06-18T23:16:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-26T12:21:36.000Z (over 12 years ago)
- Last Synced: 2023-04-11T08:51:05.418Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 274 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Java Table Test
---------------These are some classes to help testing Java programs using fixtures and
assertions. It's *based* - read that? - on the way we use fixtures and
assertions on Ruby on Rails. The fixtures and database configuration file
are YAML based and require the use of JYAML libraries
(http://jyaml.sourceforge.net).The examples uses SQLite (http://www.sqlite.org) and the SqliteJDBC
libraries (http://www.zentus.com/sqlitejdbc).For usage please see the wiki: http://wiki.github.com/taq/jtt