Any YAML based fixture loader for Java?

Posted by Adrian on Stack Overflow See other posts from Stack Overflow or by Adrian
Published on 2010-05-04T20:21:50Z Indexed on 2010/05/04 20:38 UTC
Read the original article Hit count: 279

I've used DbUnit but after playing about with the Play Framework recently I've found it's Fixtures.load(String yamlFilename) really useful. Anyone know of a similar tool that can be used with any Java project?

© Stack Overflow or respective owner

Related posts about java

Related posts about play-framework